/external/wpa_supplicant_8/src/crypto/ |
D | milenage.c | 36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1() 88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345() 173 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, in milenage_generate() 208 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, in milenage_auts() 235 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) in gsm_milenage() 270 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, in milenage_check()
|
/external/qemu/tcg/x86_64/ |
D | tcg-target.c | 238 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc() 264 static inline void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) in tcg_out_modrm() 271 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, int rm, in tcg_out_modrm_offset() 320 static void tcg_out_modrm_offset2(TCGContext *s, int opc, int r, int rm, in tcg_out_modrm_offset2() 466 static void tcg_out_jxx(TCGContext *s, int opc, int label_index) in tcg_out_jxx() 558 int opc) in tcg_out_qemu_ld() 752 int opc) in tcg_out_qemu_st() 906 static inline void tcg_out_op(TCGContext *s, int opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 351 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc() 388 static void tcg_out_opc(TCGContext *s, int opc) in tcg_out_opc() 401 #define tcg_out_opc(s, opc, r, rm, x) (tcg_out_opc)(s, opc) argument 404 static void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) in tcg_out_modrm() 415 static void tcg_out_modrm_sib_offset(TCGContext *s, int opc, int r, int rm, in tcg_out_modrm_sib_offset() 499 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, in tcg_out_modrm_offset() 518 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_mov() local 568 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_ld() local 575 int opc = OPC_MOVL_EvGv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_st() local 716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) in tcg_out_jxx() [all …]
|
/external/qemu/tcg/ |
D | tcg-op.h | 28 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1) in tcg_gen_op1_i32() 34 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1) in tcg_gen_op1_i64() 40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) in tcg_gen_op1i() 46 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_op2_i32() 53 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_op2_i64() 60 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) in tcg_gen_op2i_i32() 67 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2) in tcg_gen_op2i_i64() 74 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2) in tcg_gen_op2ii() 81 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op3_i32() 90 static inline void tcg_gen_op3_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op3_i64() [all …]
|
D | tcg.c | 1660 const TCGOpDef *def, TCGOpcode opc, in tcg_reg_alloc_op() 1827 TCGOpcode opc, const TCGArg *args, in tcg_reg_alloc_call() 2024 TCGOpcode opc; in tcg_gen_code_common() local
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 275 #define OPCD(opc) ((opc)<<26) argument 276 #define XO19(opc) (OPCD(19)|((opc)<<1)) argument 277 #define XO30(opc) (OPCD(30)|((opc)<<2)) argument 278 #define XO31(opc) (OPCD(31)|((opc)<<1)) argument 279 #define XO58(opc) (OPCD(58)|(opc)) argument 280 #define XO62(opc) (OPCD(62)|(opc)) argument 617 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() 764 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() 1200 static void tcg_out_op (TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/target-mips/ |
D | translate.c | 980 static void gen_ldst (DisasContext *ctx, uint32_t opc, int rt, in gen_ldst() 1137 static void gen_st_cond (DisasContext *ctx, uint32_t opc, int rt, in gen_st_cond() 1178 static void gen_flt_ldst (DisasContext *ctx, uint32_t opc, int ft, in gen_flt_ldst() 1250 static void gen_arith_imm (CPUState *env, DisasContext *ctx, uint32_t opc, in gen_arith_imm() 1337 static void gen_logic_imm (CPUState *env, uint32_t opc, int rt, int rs, int16_t imm) in gen_logic_imm() 1379 static void gen_slt_imm (CPUState *env, uint32_t opc, int rt, int rs, int16_t imm) in gen_slt_imm() 1407 static void gen_shift_imm(CPUState *env, DisasContext *ctx, uint32_t opc, in gen_shift_imm() 1546 static void gen_arith (CPUState *env, DisasContext *ctx, uint32_t opc, in gen_arith() 1727 static void gen_cond_move (CPUState *env, uint32_t opc, int rd, int rs, int rt) in gen_cond_move() 1764 static void gen_logic (CPUState *env, uint32_t opc, int rd, int rs, int rt) in gen_logic() [all …]
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 294 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) in emitForm_A() 334 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) in emitForm_B() 363 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) in emitForm_S() 1397 uint32_t opc; in emitSTORE() local 1424 uint32_t opc; in emitLOAD() local 1498 uint64_t opc; in emitMOV() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 294 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) in emitForm_A() 334 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) in emitForm_B() 363 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) in emitForm_S() 1397 uint32_t opc; in emitSTORE() local 1424 uint32_t opc; in emitLOAD() local 1498 uint64_t opc; in emitMOV() local
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 300 #define OPCD(opc) ((opc)<<26) argument 301 #define XO31(opc) (OPCD(31)|((opc)<<1)) argument 302 #define XO19(opc) (OPCD(19)|((opc)<<1)) argument 527 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() 724 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() 1294 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/arm/ |
D | tcg-target.c | 298 #define TO_CPSR(opc) \ argument 385 int cond, int opc, int rd, int rn, int rm, int shift) in tcg_out_dat_reg() 411 int cond, int opc, int rd, int rn, int im) in tcg_out_dat_imm() 435 int opc = ARITH_MOV; in tcg_out_movi32() local 956 static inline void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() 1179 static inline void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() 1412 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()
|
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 471 static void tcg_out_branch_i32(TCGContext *s, int opc, int label_index) in tcg_out_branch_i32() 487 static void tcg_out_branch_i64(TCGContext *s, int opc, int label_index) in tcg_out_branch_i64() 749 int opc) in tcg_out_qemu_ld() 959 int opc) in tcg_out_qemu_st() 1116 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 328 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local 341 unsigned opc = 0; in adjustFixupValue() local
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 244 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
D | ConstantFold.cpp | 76 unsigned opc, ///< opcode of the second cast constant expression in foldConstantCastPair() 510 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 74 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
|
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 954 int addr_reg, int addend_reg, int opc) in tcg_out_qemu_ld_direct() 1020 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() 1093 int addr_reg, int opc) in tcg_out_qemu_st_direct() 1135 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() 1256 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 603 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
|
/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.c | 2338 static UChar *mkFormI(UChar * p, UInt opc, UInt rs, UInt rt, UInt imm) in mkFormI() 2356 static UChar *mkFormR(UChar * p, UInt opc, UInt rs, UInt rt, UInt rd, UInt sa, in mkFormR() 3358 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local 3385 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local 3415 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local 3442 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local
|
D | guest_amd64_toIR.c | 6695 UChar opc, in dis_MMXop_regmem_to_reg() 6980 UChar opc = getUChar(delta); in dis_MMX() local 9431 static Bool can_be_used_with_LOCK_prefix ( UChar* opc ) in can_be_used_with_LOCK_prefix() 9509 Long delta, Bool isAvx, UChar opc ) in dis_COMISD() 9552 Long delta, Bool isAvx, UChar opc ) in dis_COMISS() 9737 Long delta, Bool isAvx, UChar opc, Int sz ) in dis_CVTxSD2SI() 9785 Long delta, Bool isAvx, UChar opc, Int sz ) in dis_CVTxSS2SI() 11137 UChar opc = getUChar(delta); in dis_ESC_0F__SSE2() local 14206 UChar opc = getUChar(delta); in dis_ESC_0F__SSE3() local 14471 Bool isAvx, UChar opc ) in dis_PHADD_128() [all …]
|
/external/qemu/hw/ |
D | bt-hci-csr.c | 184 int opc; in csrhci_in_packet() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 410 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); in evalBinOpNN() local
|
/external/chromium_org/third_party/freetype/src/truetype/ |
D | ttobjs.h | 179 FT_UInt opc; /* function #, or instruction code */ member
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 179 FT_UInt opc; /* function #, or instruction code */ member
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.c | 78 u8 opc[16]; member
|