HomeSort by: relevance | last modified time | path
    Searched refs:BOC (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
cfparse.y 357 %token EOS BOC EOC COMMA
401 : PRIVSEP BOC privsep_stmts EOC
522 : PADDING BOC padding_stmts EOC
538 : LISTEN BOC listen_stmts EOC
653 } BOC radcfg_stmts EOC
767 } BOC ldapcfg_stmts EOC
965 : MODECFG BOC modecfg_stmts EOC
1398 : RETRY BOC timer_stmts EOC
1456 sainfo_name sainfo_param BOC sainfo_specs
1971 : BOC remote_specs EO
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 3001 const APInt *BOC;
3002 if (match(BOp1, m_APInt(BOC)) && BOC->sgt(1) && BOC->isPowerOf2()) {
3011 if (Constant *BOC = dyn_cast<Constant>(BOp1)) {
3013 return new ICmpInst(Pred, BOp0, ConstantExpr::getSub(RHS, BOC));
3031 if (Constant *BOC = dyn_cast<Constant>(BOp1)) {
3034 return new ICmpInst(Pred, BOp0, ConstantExpr::getXor(RHS, BOC));
3045 if (Constant *BOC = dyn_cast<Constant>(BOp0)) {
3046 // Replace ((sub BOC, B) != C) with (B != BOC-C)
    [all...]

Completed in 71 milliseconds