| /external/vixl/src/aarch32/ | 
| D | operands-aarch32.cc | 156 DataType ImmediateVbic::DecodeDt(uint32_t cmode) {  in DecodeDt()174 NeonImmediate ImmediateVbic::DecodeImmediate(uint32_t cmode,  in DecodeImmediate()
 295 DataType ImmediateVmov::DecodeDt(uint32_t cmode) {  in DecodeDt()
 320 NeonImmediate ImmediateVmov::DecodeImmediate(uint32_t cmode,  in DecodeImmediate()
 403 DataType ImmediateVmvn::DecodeDt(uint32_t cmode) {  in DecodeDt()
 423 NeonImmediate ImmediateVmvn::DecodeImmediate(uint32_t cmode,  in DecodeImmediate()
 478 DataType ImmediateVorr::DecodeDt(uint32_t cmode) {  in DecodeDt()
 496 NeonImmediate ImmediateVorr::DecodeImmediate(uint32_t cmode,  in DecodeImmediate()
 
 | 
| D | disasm-aarch32.cc | 31035                                           unsigned cmode = (instr >> 8) & 0xf;  in DecodeT32()  local31067                                           unsigned cmode =  in DecodeT32()  local
 31107                                       unsigned cmode = (instr >> 8) & 0xf;  in DecodeT32()  local
 31137                                       unsigned cmode = (instr >> 8) & 0xf;  in DecodeT32()  local
 31314                                           unsigned cmode = (instr >> 8) & 0xf;  in DecodeT32()  local
 31346                                           unsigned cmode =  in DecodeT32()  local
 31386                                       unsigned cmode = (instr >> 8) & 0xf;  in DecodeT32()  local
 31416                                       unsigned cmode = (instr >> 8) & 0xf;  in DecodeT32()  local
 31629                                               unsigned cmode =  in DecodeT32()  local
 31670                                               unsigned cmode =  in DecodeT32()  local
 [all …]
 
 | 
| /external/libwebsockets/lib/tls/openssl/ | 
| D | openssl-session.c | 339 	long cmode;  in lws_tls_session_cache()  local
 | 
| /external/mesa3d/src/gallium/drivers/nouveau/codegen/ | 
| D | nv50_ir_print.cpp | 678          unsigned cmode = (subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK);  in print()  local
 | 
| D | nv50_ir_emit_gm107.cpp | 1966    unsigned cmode = (insn->subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK);  in emitXMAD()  local
 | 
| /external/wpa_supplicant_8/src/ap/ | 
| D | ap_drv_ops.c | 568 	struct hostapd_hw_modes *cmode = hapd->iface->current_mode;  in hostapd_set_freq()  local838 	struct hostapd_hw_modes *cmode = iface->current_mode;  in hostapd_start_dfs_cac()  local
 
 | 
| D | beacon.c | 2072 	struct hostapd_hw_modes *cmode = iface->current_mode;  in __ieee802_11_set_beacon()  local
 | 
| D | dfs.c | 963 	struct hostapd_hw_modes *cmode = iface->current_mode;  in hostapd_dfs_request_channel_switch()  local
 | 
| /external/capstone/arch/AArch64/ | 
| D | AArch64Disassembler.c | 1484 	unsigned cmode = fieldFromInstruction(insn, 12, 4);  in DecodeModImmInstruction()  local1524 	unsigned cmode = fieldFromInstruction(insn, 12, 4);  in DecodeModImmTiedInstruction()  local
 
 | 
| /external/llvm/lib/Target/AArch64/Disassembler/ | 
| D | AArch64Disassembler.cpp | 1385   unsigned cmode = fieldFromInstruction(insn, 12, 4);  in DecodeModImmInstruction()  local1424   unsigned cmode = fieldFromInstruction(insn, 12, 4);  in DecodeModImmTiedInstruction()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ | 
| D | AArch64Disassembler.cpp | 1596   unsigned cmode = fieldFromInstruction(insn, 12, 4);  in DecodeModImmInstruction()  local1635   unsigned cmode = fieldFromInstruction(insn, 12, 4);  in DecodeModImmTiedInstruction()  local
 
 | 
| /external/XNNPACK/src/jit/ | 
| D | aarch64-assembler.cc | 556   uint32_t cmode = 0;  in movi()  local
 | 
| /external/python/cpython3/Python/ | 
| D | fileutils.c | 1583     char cmode[10];  in _Py_wfopen()  local
 | 
| /external/vixl/src/aarch64/ | 
| D | assembler-aarch64.h | 7578   static Instr NEONCmode(int cmode) {  in NEONCmode()
 | 
| D | disasm-aarch64.cc | 6615             int cmode = instr->GetNEONCmode();  in SubstituteImmediateField()  local6622             int cmode = instr->GetNEONCmode();  in SubstituteImmediateField()  local
 
 | 
| D | assembler-aarch64.cc | 5628   int cmode = (cmode_3 << 3) | (cmode_2 << 2) | (cmode_1 << 1);  in NEONModifiedImmShiftLsl()  local5645   int cmode = 0xc | cmode_0;  in NEONModifiedImmShiftMsl()  local
 
 | 
| D | simulator-aarch64.cc | 8366   int cmode = instr->GetNEONCmode();  in VisitNEONModifiedImmediate()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ | 
| D | ARMDisassembler.cpp | 3513   unsigned cmode = fieldFromInstruction(Insn, 8, 4);  in DecodeMVEModImmInstruction()  local5672   unsigned cmode = fieldFromInstruction(Insn, 8, 4);  in DecodeVCVTD()  local
 5731   unsigned cmode = fieldFromInstruction(Insn, 8, 4);  in DecodeVCVTQ()  local
 
 | 
| /external/capstone/arch/ARM/ | 
| D | ARMDisassembler.c | 5089 	unsigned Vm, imm, cmode, op;  in DecodeVCVTD()  local5120 	unsigned Vm, imm, cmode, op;  in DecodeVCVTQ()  local
 
 | 
| /external/llvm/lib/Target/ARM/Disassembler/ | 
| D | ARMDisassembler.cpp | 5134   unsigned cmode = fieldFromInstruction(Insn, 8, 4);  in DecodeVCVTD()  local5193   unsigned cmode = fieldFromInstruction(Insn, 8, 4);  in DecodeVCVTQ()  local
 
 | 
| /external/python/cpython3/Lib/ | 
| D | turtle.py | 1181     def colormode(self, cmode=None):  argument
 | 
| /external/python/cpython2/Lib/lib-tk/ | 
| D | turtle.py | 1128     def colormode(self, cmode=None):  argument
 | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 72431 	enum devlink_param_cmode cmode;  member
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 105084 	enum devlink_param_cmode cmode;  member
 | 
| D | vmlinux.h | 105084 	enum devlink_param_cmode cmode;  member
 |