| /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...] |
| /kernel/linux/linux-5.10/arch/mips/kvm/ |
| H A D | dyntrans.c | 30 static int kvm_mips_trans_replace(struct kvm_vcpu *vcpu, u32 *opc, in kvm_mips_trans_replace() argument 68 int kvm_mips_trans_cache_index(union mips_instruction inst, u32 *opc, in kvm_mips_trans_cache_index() argument 81 int kvm_mips_trans_cache_va(union mips_instruction inst, u32 *opc, in kvm_mips_trans_cache_va() argument 97 int kvm_mips_trans_mfc0(union mips_instruction inst, u32 *opc, in kvm_mips_trans_mfc0() argument 124 kvm_mips_trans_mtc0(union mips_instruction inst, u32 *opc, struct kvm_vcpu *vcpu) kvm_mips_trans_mtc0() argument [all...] |
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| H A D | uasm-mips.c | 230 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument
|
| H A D | uasm-micromips.c | 156 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument [all...] |
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| H A D | alternative.c | 20 u16 opc; member
|
| /kernel/linux/linux-6.6/arch/mips/mm/ |
| H A D | uasm-mips.c | 232 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument
|
| H A D | uasm-micromips.c | 156 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument [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...] |
| /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...] |
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | vx-insn.h | 308 MRXBOPC \m3, \opc, v1 variable 328 MRXBOPC \m3, \opc, v1 variable
|
| H A D | ftrace.h | 46 u16 opc; member
|
| /kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
| H A D | gruhandles.c | 65 static int wait_instruction_complete(void *h, enum mcs_op opc) in wait_instruction_complete() argument [all...] |
| /kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
| H A D | gruhandles.c | 65 static int wait_instruction_complete(void *h, enum mcs_op opc) in wait_instruction_complete() 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...] |
| /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
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| H A D | cvmx-srxx-defs.h | 116 uint64_t opc:4; member
|