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

123

/external/qemu/tcg/
H A Dtcg-be-ldst.h28 TCGMemOp opc:4; member in struct:TCGLabelQemuLdst
/external/libunwind/include/tdep-ia64/
H A Dscript.h36 unsigned int opc; /* see enum ia64_script_insn_opcode */ member in struct:ia64_script_insn
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmilenage.c27 * @opc: OPc = 128-bit value derived from OP and K
36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
44 tmp1[i] = _rand[i] ^ opc[i];
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
67 tmp1[i] ^= opc[i];
78 * @opc: OPc = 128-bit value derived from OP and K
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
96 tmp1[i] = _rand[i] ^ opc[i];
108 tmp1[i] = tmp2[i] ^ opc[i];
114 tmp3[i] ^= opc[
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...]
/external/wpa_supplicant_8/src/crypto/
H A Dmilenage.c27 * @opc: OPc = 128-bit value derived from OP and K
36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
44 tmp1[i] = _rand[i] ^ opc[i];
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
67 tmp1[i] ^= opc[i];
78 * @opc: OPc = 128-bit value derived from OP and K
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
96 tmp1[i] = _rand[i] ^ opc[i];
108 tmp1[i] = tmp2[i] ^ opc[i];
114 tmp3[i] ^= opc[
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...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmilenage.c27 * @opc: OPc = 128-bit value derived from OP and K
36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
44 tmp1[i] = _rand[i] ^ opc[i];
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
67 tmp1[i] ^= opc[i];
78 * @opc: OPc = 128-bit value derived from OP and K
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
96 tmp1[i] = _rand[i] ^ opc[i];
108 tmp1[i] = tmp2[i] ^ opc[i];
114 tmp3[i] ^= opc[
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...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode(); local
76 if (mulop == nullptr && opc == BO_Mul)
78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
85 else if ((opc == BO_Add || opc == BO_Mul)
/external/libunwind/src/ia64/
H A DGscript.c267 enum ia64_script_insn_opcode opc; local
275 opc = IA64_INSN_MOVE;
286 opc = IA64_INSN_MOVE_STACKED_NAT;
288 opc = IA64_INSN_MOVE_STACKED;
296 opc = IA64_INSN_MOVE_NAT;
302 opc = IA64_INSN_MOVE_SCRATCH_NAT;
304 opc = IA64_INSN_MOVE_SCRATCH;
323 opc = IA64_INSN_MOVE_SCRATCH;
333 opc = IA64_INSN_MOVE_NO_NAT;
337 opc
521 unsigned long opc, dst; local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp602 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, local
606 opc = QII->getInvertedPredicatedOpcode(opc);
610 QII->get(opc))
621 QII->get(opc))
627 QII->get(opc))
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member in struct:TT_DefRecord_
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp436 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); local
437 switch (opc) {
473 opc = BinaryOperator::negateComparisonOp(opc);
474 return makeNonLoc(symIntExpr->getLHS(), opc,
/external/freetype/src/truetype/
H A Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member in struct:TT_DefRecord_
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp407 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 local
410 opc = 2; // 0b0010
415 return ARM_AM::getSOImmVal(Value) | (opc << 21);
420 unsigned opc = 0; local
423 opc = 5;
426 uint32_t out = (opc << 21);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member in struct:TT_DefRecord_
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c86 u8 opc[16]; member in struct:milenage_parameters
125 " opc CHAR(32) NOT NULL,"
176 if (os_strcmp(col[i], "opc") == 0 && argv[i] &&
177 hexstr2bin(argv[i], m->opc, sizeof(m->opc))) {
209 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;",
487 if (strlen(pos) != 32 || hexstr2bin(pos, m->opc, 16)) {
577 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16);
657 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
724 gsm_milenage(m->opc,
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sim.c269 u8 opc[16], k[16]; local
287 if (hexstr2bin(pos, opc, 16))
291 if (gsm_milenage(opc, k, data->rand[i],
H A Deap_aka.c267 u8 opc[16], k[16], sqn[6]; local
284 if (hexstr2bin(pos, opc, 16))
294 return milenage_check(opc, k, sqn, data->rand, data->autn,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sim.c269 u8 opc[16], k[16]; local
287 if (hexstr2bin(pos, opc, 16))
291 if (gsm_milenage(opc, k, data->rand[i],
H A Deap_aka.c267 u8 opc[16], k[16], sqn[6]; local
284 if (hexstr2bin(pos, opc, 16))
294 return milenage_check(opc, k, sqn, data->rand, data->autn,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_sim.c269 u8 opc[16], k[16]; local
287 if (hexstr2bin(pos, opc, 16))
291 if (gsm_milenage(opc, k, data->rand[i],
H A Deap_aka.c267 u8 opc[16], k[16], sqn[6]; local
284 if (hexstr2bin(pos, opc, 16))
294 return milenage_check(opc, k, sqn, data->rand, data->autn,
/external/llvm/lib/IR/
H A DConstantFold.cpp76 unsigned opc, ///< opcode of the second cast constant expression
82 assert(CastInst::isCast(opc) && "Invalid cast opcode");
88 Instruction::CastOps secondOp = Instruction::CastOps(opc);
510 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, argument
516 if (opc == Instruction::ZExt || opc == Instruction::SExt ||
517 opc == Instruction::UIToFP || opc == Instruction::SIToFP)
530 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
535 opc !
75 foldConstantCastPair( unsigned opc, ConstantExpr *Op, Type *DstTy ) argument
[all...]
H A DConstantsContext.h247 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, argument
249 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) {
320 ExprMapKeyType(unsigned opc, argument
325 : opcode(opc), subclassoptionaldata(optionalflags), subclassdata(flags),
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp294 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) argument
296 code[0] = opc;
297 code[1] = opc >> 32;
334 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) argument
336 code[0] = opc;
337 code[1] = opc >> 32;
363 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) argument
365 code[0] = opc;
368 if (opc == 0x0d || opc
1397 uint32_t opc; local
1424 uint32_t opc; local
1498 uint64_t opc; local
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h890 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) argument
891 : OpInit(IK_UnOpInit, Type), Opc(opc), LHS(lhs) {}
900 static UnOpInit *get(UnaryOp opc, Init *lhs, RecTy *Type);
937 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : argument
938 OpInit(IK_BinOpInit, Type), Opc(opc), LHS(lhs), RHS(rhs) {}
947 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
990 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, argument
992 OpInit(IK_TernOpInit, Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
1001 static TernOpInit *get(TernaryOp opc, Init *lhs,
/external/llvm/include/llvm/Target/
H A DTargetLowering.h425 unsigned opc; // target opcode member in struct:llvm::TargetLoweringBase::IntrinsicInfo

Completed in 622 milliseconds

123