Searched defs:cond (Results 101 - 125 of 133) sorted by relevance

123456

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp463 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
560 void SpeculativeJIT::nonSpeculativeNonPeepholeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
H A DDFGSpeculativeJIT.cpp995 bool SpeculativeJIT::nonSpeculativeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
H A DDFGSpeculativeJIT.h1707 void branchDouble(JITCompiler::DoubleCondition cond, FPRReg left, FPRReg right, BlockIndex destination) argument
1730 void branch32(JITCompiler::RelationalCondition cond, T left, U right, BlockIndex destination) argument
1742 void branchTest32(JITCompiler::ResultCondition cond, T value, U mask, BlockIndex destination) argument
1756 branchTest32(JITCompiler::ResultCondition cond, T value, BlockIndex destination) argument
1771 branch64(JITCompiler::RelationalCondition cond, T left, U right, BlockIndex destination) argument
1784 branchPtr(JITCompiler::RelationalCondition cond, T left, U right, BlockIndex destination) argument
1796 branchTestPtr(JITCompiler::ResultCondition cond, T value, U mask, BlockIndex destination) argument
1810 branchTestPtr(JITCompiler::ResultCondition cond, T value, BlockIndex destination) argument
1824 branchTest8(JITCompiler::ResultCondition cond, T value, U mask, BlockIndex destination) argument
1838 branchTest8(JITCompiler::ResultCondition cond, T value, BlockIndex destination) argument
[all...]
H A DDFGSpeculativeJIT32_64.cpp517 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
623 void SpeculativeJIT::nonSpeculativeNonPeepholeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c941 ldap_pvt_thread_cond_wait( ldap_pvt_thread_cond_t *cond, ldap_pvt_thread_mutex_t *mutex ) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Darm-dis.c1601 int cond; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbyte-opt.el[all...]
H A Delint.el[all...]
H A Dbytecomp.el[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Deval.c387 register Lisp_Object cond; variable
[all...]
/macosx-10.9.5/file-46/file/src/
H A Dfile.h215 uint8_t cond; /* conditional type */ member in struct:magic
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dmamake.c733 cond(register char* s) function
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp166 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMConstantIslandPass.cpp238 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) argument
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_pthread.c263 native_cond_initialize(rb_thread_cond_t *cond, in argument
294 native_cond_destroy(rb_thread_cond_t *cond) argument
315 native_cond_signal(rb_thread_cond_t *cond) argument
327 native_cond_broadcast(rb_thread_cond_t *cond) argument
339 native_cond_wait(rb_thread_cond_t *cond, pthread_mutex_t *mutex) argument
348 native_cond_timedwait(rb_thread_cond_t *cond, pthread_mutex_t *mutex, struct timespec *ts) argument
382 native_cond_timeout(rb_thread_cond_t *cond, struct timespec timeout_rel) argument
786 rb_thread_cond_t *cond; member in struct:cached_thread_entry
798 rb_thread_cond_t cond = { PTHREAD_COND_INITIALIZER, }; local
979 rb_thread_cond_t *cond = &th->native_thread_data.sleep_cond; local
[all...]
H A Dcompile.c2281 compile_branch_condition(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * cond, argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp701 PassRefPtr<Label> BytecodeGenerator::emitJumpIfTrue(RegisterID* cond, Label* target) argument
811 emitJumpIfFalse(RegisterID* cond, Label* target) argument
935 emitJumpIfNotFunctionCall(RegisterID* cond, Label* target) argument
946 emitJumpIfNotFunctionApply(RegisterID* cond, Label* target) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.cpp1217 TreeExpression cond = parseBinaryExpression(context); local
[all...]
/macosx-10.9.5/cctools-845/otool/
H A Darm_disasm.c2573 int cond; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-rewr.el[all...]
H A Dcalc-prog.el[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp1203 const Condition &cond = *(const Condition*)_conditions.GetAt(i); local
1240 const Condition &cond = *(const Condition*)_conditions.GetAt(i); local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c50 ldap_pvt_thread_cond_t cond; member in struct:slapi_condvar
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h1006 ALWAYS_INLINE void it(Condition cond) argument
1011 ALWAYS_INLINE void it(Condition cond, bool inst2if) argument
1016 ALWAYS_INLINE void it(Condition cond, bool inst2if, bool inst3if) argument
1021 ALWAYS_INLINE void it(Condition cond, bool inst2if, bool inst3if, bool inst4if) argument
2504 void linkJumpT1(Condition cond, uint16_t* instruction, void* target) argument
2540 linkJumpT3(Condition cond, uint16_t* instruction, void* target) argument
2573 linkConditionalJumpT4(Condition cond, uint16_t* instruction, void* target) argument
2599 linkConditionalBX(Condition cond, uint16_t* instruction, void* target) argument
[all...]
H A DSH4Assembler.h636 void cmplRegReg(RegisterID left, RegisterID right, Condition cond) argument

Completed in 572 milliseconds

123456