Home
last modified time | relevance | path

Searched +defs:left +defs:to +defs:right (Results 1 – 25 of 2621) sorted by last modified time

12345678910>>...105

/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DText.c360 Position top, left = 0; local
725 _XawTextNeedsUpdating(ctx, left, right) in _XawTextNeedsUpdating() argument
759 _XawTextGetText(ctx, left, right) in _XawTextGetText() argument
798 _XawTextGetSTRING(ctx, left, right) in _XawTextGetSTRING() argument
1404 UpdateTextInLine(ctx, line, left, right) in UpdateTextInLine() argument
1897 _SetSelection(ctx, left, right, selections, count) in _SetSelection() argument
2595 ModifySelection(ctx, left, right) in ModifySelection() argument
2673 int right = rect->width + x, bottom = rect->height + y; local
3269 XawTextGetSelectionPos(Widget w, XawTextPosition *left, XawTextPosition *right) in XawTextGetSelectionPos()
3412 XawTextSetSelection (Widget w, XawTextPosition left, XawTextPosition right) in XawTextSetSelection()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DARMv7Assembler.h475 LinkRecord(intptr_t from, intptr_t to, JumpType type, Condition condition) in LinkRecord()
491 intptr_t to() const { return data.realTypes.m_to; } in to() function
1331 …ic void revertJumpTo_movT3movtcmpT2(void* instructionStart, RegisterID left, RegisterID right, uin… in revertJumpTo_movT3movtcmpT2()
2045 JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) in computeJumpType()
2089 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) in computeJumpType()
2111 void ALWAYS_INLINE link(LinkRecord& record, uint8_t* from, uint8_t* to) in link()
2165 static void linkJump(void* code, AssemblerLabel from, void* to) in linkJump()
2173 static void linkCall(void* code, AssemblerLabel from, void* to) in linkCall()
2187 static void relinkJump(void* from, void* to) in relinkJump()
2197 static void relinkCall(void* from, void* to) in relinkCall()
[all …]
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp2301 swig_type_info *to = sobj->ty; in SWIG_Python_ConvertPtrAndOwn() local
2418 swig_type_info *to = SwigPyPacked_UnpackData(obj, ptr, sz); in SWIG_Python_ConvertPacked() local
35928 void SwigDirector_Fl_Paged_Device::margins(int *left, int *top, int *right, int *bottom) { in margins()
36366 void SwigDirector_Fl_Printer::margins(int *left, int *top, int *right, int *bottom) { in margins()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DARMv7Assembler.h475 LinkRecord(intptr_t from, intptr_t to, JumpType type, Condition condition) in LinkRecord()
491 intptr_t to() const { return data.realTypes.m_to; } in to() function
1331 …ic void revertJumpTo_movT3movtcmpT2(void* instructionStart, RegisterID left, RegisterID right, uin… in revertJumpTo_movT3movtcmpT2()
2045 JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) in computeJumpType()
2089 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) in computeJumpType()
2111 void ALWAYS_INLINE link(LinkRecord& record, uint8_t* from, uint8_t* to) in link()
2165 static void linkJump(void* code, AssemblerLabel from, void* to) in linkJump()
2173 static void linkCall(void* code, AssemblerLabel from, void* to) in linkCall()
2187 static void relinkJump(void* from, void* to) in relinkJump()
2197 static void relinkCall(void* from, void* to) in relinkCall()
[all …]
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvte.cc5362 … auto left = std::min (m_selection_origin.halfcolumn(), m_selection_last.halfcolumn()); in resolve_selection() local
5363 … auto right = std::max (m_selection_origin.halfcolumn(), m_selection_last.halfcolumn()); in resolve_selection() local
5727 vte::grid::column_t col, left = LONG_MAX, right = -1; in hyperlink_invalidate_and_get_bbox() local
6414 guint from,to; in attributes_to_html() local
9000 int line_height, left, right; in paint_cursor() local
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dbsod.c207 #define BSOD_MARGINS(bst,left,right) do { \ argument
1431 int top, left0, left; in windows_10() local
2399 const char *left = (" SP \n" in macsbug() local
4834 int to = from + len; in nvspatter() local
5661 int left = (bst->xgwa.width - char_width * 44) / 2; in tivo() local
5714 int left = (bst->xgwa.width - char_width * 30) / 2; in nintendo() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.cc1003 void V8::MoveGlobalReference(internal::Address** from, internal::Address** to) { in MoveGlobalReference()
1008 internal::Address** to) { in MoveTracedGlobalReference()
1013 internal::Address** to) { in CopyTracedGlobalReference()
4066 auto left = Utils::OpenHandle(this); in InstanceOf() local
4067 auto right = Utils::OpenHandle(*object); in InstanceOf() local
5228 i::String left = cons_string.first(); in CheckCons() local
5232 i::String right = cons_string.second(); in CheckCons() local
6471 Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left, in Concat()
6472 Local<String> right) { in Concat()
10890 const i::HeapEntry* to = ToInternal(this)->to(); in GetToNode() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi.cc1085 void V8::MoveGlobalReference(internal::Address** from, internal::Address** to) { in MoveGlobalReference()
1090 internal::Address** to) { in MoveTracedGlobalReference()
1095 internal::Address** to) { in CopyTracedGlobalReference()
4070 auto left = Utils::OpenHandle(this); in InstanceOf() local
4071 auto right = Utils::OpenHandle(*object); in InstanceOf() local
5215 i::String left = cons_string.first(); in CheckCons() local
5219 i::String right = cons_string.second(); in CheckCons() local
6412 Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left, in Concat()
6413 Local<String> right) { in Concat()
10710 const i::HeapEntry* to = ToInternal(this)->to(); in GetToNode() local
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libcubeb/src/
H A Dcubeb_oss.c130 float left = volume; in apply_volume_int() local
131 float right = volume; in apply_volume_int() local
149 float left = volume; in apply_volume_float() local
150 float right = volume; in apply_volume_float() local
274 #define SET(what, to) do { unsigned int i = to; \ in oss_stream_init() argument
/dports/www/httest/httest-2.4.24/src/
H A Dhttest.c769 int to; in worker_interpret() local
2371 static int commands_compare(const char * const * right, in commands_compare()
2372 const char * const *left) { in commands_compare()
/dports/sysutils/bpytop/bpytop-1.0.67/
H A Dbpytop.py794 def to(line: int, col: int) -> str: member in Mv
797 def right(x: int) -> str: #* Move cursor right x columns member in Mv
800 def left(x: int) -> str: #* Move cursor left x columns member in Mv
1429 left: str = "←" variable in Symbol
1430 right: str = "→" variable in Symbol
4984 def left(cls) -> float: member in Timer
/dports/sysutils/tmux/tmux-3.2a/
H A Dtmux.h1276 struct tty_key *left; member
1277 struct tty_key *right; member
1854 const char *to; member
/dports/security/libecc/libecc-0.14.0/include/libecc/
H A Dbitset.h250 bitset_index::left(void) in left() function
267 bitset_index::right(void) in right() function
284 bitset_index::left(int n) in left() function
309 bitset_index::right(int n) in right() function
2515 unsigned int to = initial_to; in shift_op() local
2571 unsigned int to = initial_to; in shift_op() local
2927 unsigned int to = bitset_base<N>::digits - 1; in any() local
3003 struct left { struct
3016 struct right { struct
3018 typedef struct left inverse; argument
[all …]
/dports/security/klee/klee-2.2/lib/Core/
H A DExecutor.cpp2068 Expr::Width to = getWidthForLLVMType(t); local
2382 Expr::Width to, from = (*ai)->getWidth(); local
2474 ref<Expr> left = eval(ki, 0, state).value; local
2481 ref<Expr> left = eval(ki, 0, state).value; local
2488 ref<Expr> left = eval(ki, 0, state).value; local
2495 ref<Expr> left = eval(ki, 0, state).value; local
2503 ref<Expr> left = eval(ki, 0, state).value; local
2511 ref<Expr> left = eval(ki, 0, state).value; local
2519 ref<Expr> left = eval(ki, 0, state).value; local
2527 ref<Expr> left = eval(ki, 0, state).value; local
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.cpp1097 qreal left = m_width - sideLength-offset;// / 2; in drawOverflowMarker() local
1098 qreal right = left + sideLength; in drawOverflowMarker() local
4067 QString to = freeScale ? Um::FreeScaling : Um::FrameSize; in setImageScalingMode() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/lib2geom/
H A Dbezier.h46 inline Coord subdivideArr(Coord t, Coord const *v, Coord *left, Coord *right, unsigned order) { in subdivideArr()
243 inline Bezier portion(const Bezier & a, double from, double to) { in portion()
/dports/net-im/meanwhile/meanwhile-1.0.2/samples/
H A Dlogging_proxy.c138 struct proxy_side *left; /**< proxy side acting as the left side */ member
139 struct proxy_side *right; /**< proxy side acting as the right side */ member
429 struct mwOpaque *to, struct mwOpaque *from) { in dec()
465 struct mwOpaque *to, struct mwOpaque *from) { in enc()
556 static void forward(struct proxy_side *to, in forward()
/dports/net/dbeacon/dbeacon-0.3.9.1/
H A Ddbeacon.cpp806 static char *terminate_str(char *left, char *right) { in terminate_str()
1107 address from, to; in handle_mcast() local
1423 const address *to = &(*i); in send_report() local
/dports/multimedia/transcode/transcode-1.1.7/libtcvideo/
H A Dzoom.c365 int left = ceil(center - new_fwidth); in gen_contrib() local
366 int right = floor(center + new_fwidth); in gen_contrib() local
601 uint8_t *to; in zoom_process() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/single_include/catch2/
H A Dcatch.hpp4730 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range()
9078 std::string left; member
9079 std::string right; member
/dports/math/aamath/aamath/
H A Dexpr.h296 Expression *left; variable
297 Expression *right; variable
442 Expression *to; variable
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c735 JSBinaryOperatorDef left; member
736 JSBinaryOperatorDef right; member
3764 uint32_t from, uint32_t to) in string_buffer_concat()
37976 int64_t i, from, to; in JS_CopySubArray() local
39206 int64_t len, from, to, final, count; in js_array_copyWithin() local
51893 int len, to, from, final, count, shift; in js_typed_array_copyWithin() local
/dports/lang/v8/v8-9.6.180.12/src/api/
H A Dapi.cc867 void MoveGlobalReference(internal::Address** from, internal::Address** to) { in MoveGlobalReference()
903 internal::Address** to) { in MoveTracedGlobalReference()
908 internal::Address** to) { in CopyTracedGlobalReference()
4173 auto left = Utils::OpenHandle(this); in InstanceOf() local
4174 auto right = Utils::OpenHandle(*object); in InstanceOf() local
5378 i::String left = cons_string.first(); in CheckCons() local
5382 i::String right = cons_string.second(); in CheckCons() local
6741 Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left, in Concat()
6742 Local<String> right) { in Concat()
9856 const i::HeapEntry* to = ToInternal(this)->to(); in GetToNode() local
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dstrmath.c933 num_descr *r, cnodeptr left, cnodeptr right ) in string_add()
2207 num_descr *r, num_descr *r2, int type, cnodeptr left, in string_div()
2208 cnodeptr right ) in string_div()
2321 num_descr *r, cnodeptr left, cnodeptr right ) in string_mul()
2333 static void descr_strip( const tsd_t *TSD, const num_descr *from, num_descr *to ) in descr_strip()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_hashopenssl.c1744 const char *to, void *arg) in _openssl_hash_name_mapper()
1847 const void *left = a; in _tscmp() local
1848 const void *right = b; in _tscmp() local

12345678910>>...105