Searched refs:cond (Results 226 - 250 of 252) sorted by relevance

1234567891011

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT32_64.cpp371 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_JITOperation_EJJ helperFunction) argument
381 cond = JITCompiler::invert(cond);
420 branch32(cond, arg1PayloadGPR, arg2PayloadGPR, taken);
477 void SpeculativeJIT::nonSpeculativeNonPeepholeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_JITOperation_EJJ helperFunction) argument
511 m_jit.compare32(cond, arg1PayloadGPR, arg2PayloadGPR, resultPayloadGPR);
H A DDFGSpeculativeJIT64.cpp342 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_JITOperation_EJJ helperFunction) argument
352 cond = JITCompiler::invert(cond);
389 branch32(cond, arg1GPR, arg2GPR, taken);
439 void SpeculativeJIT::nonSpeculativeNonPeepholeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_JITOperation_EJJ helperFunction) argument
473 m_jit.compare32(cond, arg1GPR, arg2GPR, resultGPR);
H A DDFGSpeculativeJIT.cpp912 bool SpeculativeJIT::nonSpeculativeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_JITOperation_EJJ helperFunction) argument
920 nonSpeculativePeepholeBranch(node, branchNode, cond, helperFunction);
928 nonSpeculativeNonPeepholeCompare(node, cond, helperFunction);
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp369 #define IOLogCond(cond, args...) do { if (cond) kprintf(args); } while (0)
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dapibuild.py1810 for cond in id.conditionals:
1813 apstr = apstr + cond
1814 output.write(" <cond>%s</cond>\n"% (apstr));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp31 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
H A DAPInt.cpp2232 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dtest.rb108 def test_ok(cond,n=1)
112 if cond
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqr.vim178 syn keyword sqrFunction cos cosh chr cond deg delete dateadd
H A Dmuttrc.vim446 syn match muttrcFunction contained "\<tag-\%(pattern\|\%(sub\)\?thread\|prefix\%(-cond\)\?\)\>"
447 syn match muttrcFunction contained "\<end-cond\>"
H A Dmaple.vim398 syn keyword mvPkg_linalg addcol cond fibonacci ismith orthog subvector
H A Dstata.vim309 syn region stataFunc matchgroup=Function start=/\<cond(/ end=/)/ contains=@stataFuncGroup
H A Dlisp.vim261 syn keyword lispFunc cond make-random-state string-lessp
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic4x.h135 unsigned long cond; member in struct:tic4x_cond
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c785 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
792 # define Assert(cond,msg)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregcomp.c2894 alt(Cenv_t* env, int number, int cond) argument
2904 if (!cond)
2920 if (!cond && (g = trie(env, e, f)))
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1061 (** [const_select cond t f] returns the constant conditional which returns value
1062 [t] if the boolean constant [cond] is true and the value [f] otherwise.
1739 (** [build_cond_br cond tbb fbb b] creates a
1740 [br %cond, %tbb, %fbb]
2266 (** [build_select cond thenv elsev name b] creates a
2267 [%name = select %cond, %thenv, %elsev]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c127 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
134 # define Assert(cond,msg)
/macosx-10.10.1/ruby-106/ruby/
H A Dfile.c2872 #define BUFCHECK(cond) do {\
2874 if (cond) {\
2875 do {buflen *= 2;} while (cond);\
H A Dparse.c426 #define cond(node) cond_gen(parser, (node)) macro
5569 (yyval.node) = NEW_IF(cond((yyvsp[(3) - (3)].node)), remove_begin((yyvsp[(1) - (3)].node)), 0);
5583 (yyval.node) = NEW_UNLESS(cond((yyvsp[(3) - (3)].node)), remove_begin((yyvsp[(1) - (3)].node)), 0);
5598 (yyval.node) = NEW_WHILE(cond((yyvsp[(3) - (3)].node)), (yyvsp[(1) - (3)].node)->nd_body, 0);
5601 (yyval.node) = NEW_WHILE(cond((yyvsp[(3) - (3)].node)), (yyvsp[(1) - (3)].node), 1);
5616 (yyval.node) = NEW_UNTIL(cond((yyvsp[(3) - (3)].node)), (yyvsp[(1) - (3)].node)->nd_body, 0);
5619 (yyval.node) = NEW_UNTIL(cond((yyvsp[(3) - (3)].node)), (yyvsp[(1) - (3)].node), 1);
5871 (yyval.node) = call_uni_op(cond((yyvsp[(3) - (3)].node)), '!');
5884 (yyval.node) = call_uni_op(cond((yyvsp[(2) - (2)].node)), '!');
7435 (yyval.node) = call_uni_op(cond((yyvs
15334 int cond = 0; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmisc1.c5588 if (*p == '}') /* accept "} while (cond);" */
5649 if (*s == '}') /* accept "} while (cond);" */
5687 * This is a lot of guessing. Watch out for "cond ? func() : foo".
5711 * a = cond ?
7158 * case xx: if (cond) <- line up with this if
7163 * if (cond) <- line up with this line
7180 * case xx: if (cond) <- line up with this if
7416 * if (cond)
7568 * Check if we are after a while (cond);
7578 * while (cond);
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c426 #define cond(node) cond_gen(parser, (node)) macro
5569 (yyval.val) = NEW_IF(cond((yyvsp[(3) - (3)].val)), remove_begin((yyvsp[(1) - (3)].val)), 0);
5583 (yyval.val) = NEW_UNLESS(cond((yyvsp[(3) - (3)].val)), remove_begin((yyvsp[(1) - (3)].val)), 0);
5598 (yyval.val) = NEW_WHILE(cond((yyvsp[(3) - (3)].val)), (yyvsp[(1) - (3)].val)->nd_body, 0);
5601 (yyval.val) = NEW_WHILE(cond((yyvsp[(3) - (3)].val)), (yyvsp[(1) - (3)].val), 1);
5616 (yyval.val) = NEW_UNTIL(cond((yyvsp[(3) - (3)].val)), (yyvsp[(1) - (3)].val)->nd_body, 0);
5619 (yyval.val) = NEW_UNTIL(cond((yyvsp[(3) - (3)].val)), (yyvsp[(1) - (3)].val), 1);
5871 (yyval.val) = call_uni_op(cond((yyvsp[(3) - (3)].val)), '!');
5884 (yyval.val) = call_uni_op(cond((yyvsp[(2) - (2)].val)), '!');
7435 (yyval.val) = call_uni_op(cond((yyvs
15424 int cond = 0; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm1133 File stmt branch cond sub pod time total
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c3368 #define BPF_SetOffset(from, cond, to) (from)->cond = (to) - 1 - (from)
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices10501 qsnet-cond 4357/udp # QSNet Conductor
10502 qsnet-cond 4357/tcp # QSNet Conductor

Completed in 705 milliseconds

1234567891011