Searched defs:info_type (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/script/
H A Dinfo.cc27 const string &arc_filter, const string &info_type,
29 InfoArgs args(f, test_properties, arc_filter, info_type, pipe, verify);
26 PrintFstInfo(const FstClass &f, bool test_properties, const string &arc_filter, const string &info_type, bool pipe, bool verify) argument
/external/webrtc/src/system_wrappers/source/
H A Dcpu_features.cc33 static inline void __cpuid(int cpu_info[4], int info_type) { argument
39 : "a"(info_type));
42 static inline void __cpuid(int cpu_info[4], int info_type) { argument
46 : "a"(info_type));
/external/v8/src/base/
H A Dcpu.cc37 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) { argument
46 : "a"(info_type)
52 : "a"(info_type)
/external/webp/src/dsp/
H A Dcpu.c26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
32 : "a"(info_type), "c"(0));
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
39 : "a"(info_type), "c"(0));
/external/libyuv/files/source/
H A Dcpu_id.cc31 static __inline void __cpuid(int cpu_info[4], int info_type) { argument
37 : "a"(info_type));
40 static __inline void __cpuid(int cpu_info[4], int info_type) { argument
44 : "a"(info_type));
57 void CpuId(int cpu_info[4], int info_type) { argument
58 __cpuid(cpu_info, info_type);
/external/skia/src/opts/
H A Dopts_check_x86.cpp40 static inline void getcpuid(int info_type, int info[4]) { argument
42 __cpuid(info, info_type);
45 mov eax, [info_type]
56 static inline void getcpuid(int info_type, int info[4]) { argument
60 : "a"(info_type)
64 static inline void getcpuid(int info_type, int info[4]) { argument
72 : "a"(info_type)
/external/libpcap/
H A Dpcap1.h126 bpf_u_int32 info_type; /* enum pcap1_info_types */ member in struct:pcap1_info_container
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h179 enum InfoType info_type; member in struct:lldb_private::EmulateInstruction::Context
241 info_type (eInfoTypeNoArgs)
249 info_type = eInfoTypeRegisterPlusOffset;
258 info_type = eInfoTypeRegisterPlusIndirectOffset;
268 info_type = eInfoTypeRegisterToRegisterPlusOffset;
279 info_type = eInfoTypeRegisterToRegisterPlusIndirectOffset;
289 info_type = eInfoTypeRegisterRegisterOperands;
297 info_type = eInfoTypeOffset;
304 info_type = eInfoTypeRegister;
311 info_type
[all...]
/external/tcpdump/
H A Dprint-slow.c90 u_int8_t info_type; member in struct:slow_oam_info_t

Completed in 304 milliseconds