/external/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 179 enum InfoType info_type; member 241 info_type (eInfoTypeNoArgs) in Context() 249 info_type = eInfoTypeRegisterPlusOffset; in SetRegisterPlusOffset() 258 info_type = eInfoTypeRegisterPlusIndirectOffset; in SetRegisterPlusIndirectOffset() 268 info_type = eInfoTypeRegisterToRegisterPlusOffset; in SetRegisterToRegisterPlusOffset() 279 info_type = eInfoTypeRegisterToRegisterPlusIndirectOffset; in SetRegisterToRegisterPlusIndirectOffset() 289 info_type = eInfoTypeRegisterRegisterOperands; in SetRegisterRegisterOperands() 297 info_type = eInfoTypeOffset; in SetOffset() 304 info_type = eInfoTypeRegister; in SetRegister() 311 info_type = eInfoTypeImmediate; in SetImmediate() [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | cpu_features.cc | 33 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 39 : "a"(info_type)); in __cpuid() 42 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 46 : "a"(info_type)); in __cpuid()
|
/external/libyuv/files/source/ |
D | cpu_id.cc | 31 static __inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 37 : "a"(info_type)); in __cpuid() 40 static __inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 44 : "a"(info_type)); in __cpuid() 57 void CpuId(int cpu_info[4], int info_type) { in CpuId() argument 58 __cpuid(cpu_info, info_type); in CpuId()
|
/external/skia/src/opts/ |
D | opts_check_x86.cpp | 40 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 42 __cpuid(info, info_type); in getcpuid() 45 mov eax, [info_type] in getcpuid() 56 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 60 : "a"(info_type) in getcpuid() 64 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 72 : "a"(info_type) in getcpuid()
|
/external/webp/src/dsp/ |
D | cpu.c | 26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 32 : "a"(info_type), "c"(0)); in GetCPUInfo() 35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 39 : "a"(info_type), "c"(0)); in GetCPUInfo()
|
/external/openfst/src/script/ |
D | info.cc | 27 const string &arc_filter, const string &info_type, in PrintFstInfo() argument 29 InfoArgs args(f, test_properties, arc_filter, info_type, pipe, verify); in PrintFstInfo()
|
/external/openfst/src/include/fst/script/ |
D | info-impl.h | 55 string info_type = "auto", bool verify = true) 67 if (info_type == "long") { 69 } else if (info_type == "short") { 71 } else if (info_type == "auto") { 74 FSTERROR() << "Bad info type: " << info_type;
|
D | info.h | 42 const string &arc_filter, const string &info_type,
|
/external/v8/src/base/ |
D | cpu.cc | 37 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 46 : "a"(info_type) in __cpuid() 52 : "a"(info_type) in __cpuid()
|
/external/libyuv/files/include/libyuv/ |
D | cpu_id.h | 63 void CpuId(int cpu_info[4], int info_type);
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 79 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue); 87 void __cpuid(int CPUInfo[4], int info_type);
|
/external/openfst/src/bin/ |
D | fstinfo.cc | 28 DEFINE_string(info_type, "auto",
|
/external/libnfc-nxp/src/ |
D | phHciNfc.h | 734 uint32_t info_type,
|
/external/libpcap/ |
D | pcap1.h | 126 bpf_u_int32 info_type; /* enum pcap1_info_types */ member
|
/external/tcpdump/ |
D | print-slow.c | 90 u_int8_t info_type; member
|
/external/lldb/source/Core/ |
D | EmulateInstruction.cpp | 503 switch (info_type) in Dump()
|
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 482 if (context.info_type == EmulateInstruction::eInfoTypeRegisterToRegisterPlusOffset) in WriteMemory()
|