| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | disasm.py | 217 opc = ins.opcode variable
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_isa.c | 561 int opc; in r600_isa_init() local 574 int opc = op->opcode[isa->hw_class]; in r600_isa_init() local 582 int opc in r600_isa_init() local [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_cf.c | 89 opc_t opc = conv_src->opc; in all_uses_safe_conv() local [all...] |
| H A D | ir3_lower_parallelcopy.c | 171 unsigned opc = in do_swap() local 256 unsigned opc = in do_copy() local
|
| H A D | ir3_lower_subgroups.c | 93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() argument 110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in triop() argument 130 do_reduce(struct ir3_block *block, reduce_op_t opc, in do_reduce() argument [all...] |
| H A D | disasm-a3xx.c | 413 disasm_a3xx_instr_name(opc_t opc) in disasm_a3xx_instr_name() argument 551 unsigned opc = (val >> 57) & 0x3; in disasm_instr_cb() local
|
| H A D | ir3.c | 501 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) instr_create() argument 525 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) ir3_instr_create() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | milenage.c | 36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1() argument 88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345() 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) milenage_generate() argument 208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) milenage_auts() argument 235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) gsm_milenage() 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) milenage_check() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | milenage.c | 36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1() argument 88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345() 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) milenage_generate() argument 208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) milenage_auts() argument 235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) gsm_milenage() 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) milenage_check() argument [all...] |
| /third_party/libunwind/libunwind/include/tdep-ia64/ |
| H A D | script.h | 38 unsigned int opc; /* see enum ia64_script_insn_opcode */ member
|
| /third_party/mesa3d/src/freedreno/afuc/ |
| H A D | asm.c | 146 afuc_opc opc; in emit_instructions() local [all...] |
| H A D | emu.c | 51 emu_alu(struct emu *emu, afuc_opc opc, uint32_t src1, uint32_t src2) in emu_alu() argument 126 afuc_opc opc; in emu_instr() local 315 afuc_opc opc; emu_step() local [all...] |
| H A D | afuc.h | 211 afuc_get_opc(afuc_instr *ai, afuc_opc *opc, bool *rep) in afuc_get_opc() argument 223 afuc_set_opc(afuc_instr *ai, afuc_opc opc, bool rep) in afuc_set_opc() argument
|
| H A D | disasm.c | 102 print_alu_name(afuc_opc opc, uint32_t instr) in print_alu_name() argument 294 afuc_opc opc; disasm_instr() local 420 unsigned opc, p; disasm_instr() local 726 afuc_opc opc; setup_labels() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | notify.h | 61 char opc[MAX_OPC_LEN]; member
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | operator_config_cache.cpp | 167 OperatorConfig opc; in UpdateOperatorConfigs() local 248 OperatorConfig opc; in ProcessEvent() local
|
| H A D | operator_config_loader.cpp | 41 OperatorConfig opc; in LoadOperatorConfig() local
|
| H A D | operator_file_parser.cpp | 99 bool OperatorFileParser::ParseFromCustomSystem(int32_t slotId, OperatorConfig &opc, cJSON *root) in ParseFromCustomSystem() argument 163 void OperatorFileParser::ParseOperatorConfigFromJson(const cJSON *root, OperatorConfig &opc, bool needSaveTempOpc) in ParseOperatorConfigFromJson() argument 142 ParseOperatorConfigFromFile( OperatorConfig &opc, const std::string &path, cJSON *root, bool needSaveTempOpc) ParseOperatorConfigFromFile() argument 259 ParseArray(const std::string key, const cJSON *value, OperatorConfig &opc) ParseArray() argument [all...] |
| /base/telephony/cellular_call/test/unittest/cstest/ |
| H A D | cs1_test.cpp | 137 OperatorConfig opc; in HWTEST_F() local
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | sim_test.cpp | 89 OperatorConfig opc; in HWTEST_F() local 145 OperatorConfig opc; in HWTEST_F() local
|
| /third_party/libunwind/libunwind/src/ia64/ |
| H A D | Gscript.c | 243 enum ia64_script_insn_opcode opc; in compile_reg() local 497 unsigned long opc, dst; run_script() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonNewValueJump.cpp | 686 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
|
| /third_party/backends/backend/ |
| H A D | tamarack.h | 209 unsigned char opc; member 217 unsigned char opc; member
|
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | crashdec.c | 531 unsigned opc = cp_type7_opcode(stat[0]); in dump_cp_sqe_stat() local
|