Home
last modified time | relevance | path

Searched refs:if_lt (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/libCello/libCello-1.1.7/src/
H A DMap.c186 if_lt(node->leaf_key, key) { in Map_Discard()
205 if_lt(node->leaf_key, key) node = node->left; in Map_Get()
237 if_lt(node->leaf_key, key) { in Map_Put()
H A DTree.c206 if_lt(node->leaf_key, key) { in Tree_Discard()
225 if_lt(node->leaf_key, key) node = node->left; in Tree_Get()
262 if_lt(node->leaf_key, key) { in Tree_Put()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-macro-assembler-tracer.cc380 int comparand, Label* if_lt) { in IfRegisterLT() argument
382 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
383 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-macro-assembler-tracer.cc385 int comparand, Label* if_lt) { in IfRegisterLT() argument
387 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
388 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp-macro-assembler-tracer.cc385 int comparand, Label* if_lt) { in IfRegisterLT() argument
387 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
388 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/
H A Dregexp-macro-assembler-tracer.cc380 int comparand, Label* if_lt) { in IfRegisterLT() argument
382 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
383 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/
H A Dregexp-macro-assembler-tracer.cc380 int comparand, Label* if_lt) { in IfRegisterLT() argument
382 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
383 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/
H A Dregexp-macro-assembler-tracer.cc395 int comparand, Label* if_lt) { in IfRegisterLT() argument
397 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
398 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-macro-assembler-tracer.cc368 int comparand, Label* if_lt) { in IfRegisterLT() argument
370 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
371 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-macro-assembler-tracer.cc383 int comparand, Label* if_lt) { in IfRegisterLT() argument
385 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT()
386 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DRegExpMacroAssembler.h166 virtual void IfRegisterLT(int reg, int comparand, jit::Label* if_lt) = 0;
257 void IfRegisterLT(int reg, int comparand, jit::Label* if_lt);
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dcgij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dclgij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dcij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dclij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dcgrj.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dclgrj.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dclrj.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dcij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dcgij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dclij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
H A Dclgij.c12 void if_lt(void) { printf("less than\n"); } in if_lt() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpMacroAssembler.h166 virtual void IfRegisterLT(int reg, int comparand, jit::Label* if_lt) = 0;
259 void IfRegisterLT(int reg, int comparand, jit::Label* if_lt) override;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DRegExpMacroAssembler.h167 virtual void IfRegisterLT(int reg, int comparand, jit::Label* if_lt) = 0;
263 void IfRegisterLT(int reg, int comparand, jit::Label* if_lt);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpMacroAssembler.h166 virtual void IfRegisterLT(int reg, int comparand, jit::Label* if_lt) = 0;
259 void IfRegisterLT(int reg, int comparand, jit::Label* if_lt) override;

1234567