Searched defs:opc (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dmilenage.c36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
173 milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) argument
208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) argument
235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) argument
270 milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, u8 *auts) argument
[all...]
/freebsd-10.1-release/sys/dev/nvme/
H A Dnvme_test.c51 enum nvme_nvm_opcode opc; member in struct:nvme_io_test_thread
62 enum nvme_nvm_opcode opc; member in struct:nvme_io_test_internal
[all...]
H A Dnvme_qpair.c42 uint16_t opc; member in struct:nvme_opcode_string
76 get_admin_opcode_string(uint16_t opc) argument
91 get_io_opcode_string(uint16_t opc) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode(); local
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-srxx-defs.h322 uint64_t opc : 4; /**< SW Tick ERR - packet had an error member in struct:cvmx_srxx_sw_tick_ctl::cvmx_srxx_sw_tick_ctl_s
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp603 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, local
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dmep-asm.c1040 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); local
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp328 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 local
341 unsigned opc = 0; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp436 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); local
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c78 u8 opc[16]; member in struct:milenage_parameters
[all...]
/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Deap_sim.c174 u8 opc[16], k[16]; local
H A Deap_aka.c162 u8 opc[16], k[16], sqn[6]; local
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c783 uint_t opc; local
/freebsd-10.1-release/contrib/binutils/gas/
H A Ddwarf2dbg.c727 out_opcode(int opc) argument
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h369 unsigned opc; // target opcode member in struct:llvm::TargetLoweringBase::IntrinsicInfo
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp510 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, argument
75 foldConstantCastPair( unsigned opc, ConstantExpr *Op, Type *DstTy ) argument
[all...]
H A DConstantsContext.h244 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, argument
317 ExprMapKeyType(unsigned opc, argument
H A DConstants.cpp1445 Instruction::CastOps opc = Instruction::CastOps(oc); local
1429 getFoldedCast( Instruction::CastOps opc, Constant *C, Type *Ty) argument
/freebsd-10.1-release/usr.bin/make/
H A Dparse.c1395 char *opc; /* ptr to operator character to local
[all...]
/freebsd-10.1-release/contrib/bmake/
H A Dparse.c1803 char *opc; /* ptr to operator character to local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp740 UnOpInit *UnOpInit::get(UnaryOp opc, Init *lhs, RecTy *Type) { argument
880 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs, argument
995 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, argument
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp770 unsigned opc = ISD::ZERO_EXTEND; local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp270 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V, argument
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-sparc.c1094 int low32, rd, opc; local
/freebsd-10.1-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h889 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) argument
935 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : argument
987 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, argument

Completed in 380 milliseconds

12