HomeSort by relevance Sort by last modified time
    Searched refs:BOC (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
cfparse.h 201 BOC = 417,
366 #define BOC 417
cftoken.l 152 <S_PRIV>{bcl} { return(BOC); }
198 <S_PAD>{bcl} { return(BOC); }
208 <S_LST>{bcl} { return(BOC); }
219 <S_LDAP>{bcl} { return(BOC); }
236 <S_CFG>{bcl} { return(BOC); }
268 <S_RTRY>{bcl} { return(BOC); }
285 <S_SAINF>{bcl} { BEGIN S_SAINFS; return(BOC); }
305 <S_RMT>{bcl} { BEGIN S_RMTS; return(BOC); }
366 <S_RMTP>{bcl} { return(BOC); }
cfparse.y 242 %token EOS BOC EOC COMMA
283 : PRIVSEP BOC privsep_stmts EOC
421 : PADDING BOC padding_stmts EOC
437 : LISTEN BOC listen_stmts EOC
520 } BOC ldapcfg_stmts EOC
659 : MODECFG BOC modecfg_stmts EOC
1076 : RETRY BOC timer_stmts EOC
1132 sainfo_name sainfo_param BOC sainfo_specs
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 834 Op BOC = OpNop;
839 BOC = OpPtrCastToGeneric;
844 BOC = OpGenericCastToPtr;
848 BOC = OpCodeMap::map(OpCode);
852 return BM->addUnaryInst(transBoolOpCode(Op, BOC),
    [all...]

Completed in 105 milliseconds