HomeSort by relevance Sort by last modified time
    Searched refs:info_type (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
cpu_features.cc 31 static inline void __cpuid(int cpu_info[4], int info_type) {
37 : "a"(info_type));
40 static inline void __cpuid(int cpu_info[4], int info_type) {
44 : "a"(info_type));
  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 33 static inline void __cpuid(int cpu_info[4], int info_type) {
39 : "a"(info_type));
42 static inline void __cpuid(int cpu_info[4], int info_type) {
46 : "a"(info_type));
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.c 24 static inline void __cpuid(int cpu_info[4], int info_type) {
30 : "a"(info_type)
34 static inline void __cpuid(int cpu_info[4], int info_type) {
38 : "a"(info_type)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c 24 static inline void __cpuid(int cpu_info[4], int info_type) {
30 : "a"(info_type)
34 static inline void __cpuid(int cpu_info[4], int info_type) {
38 : "a"(info_type)
  /external/openfst/src/script/
info.cc 27 const string &arc_filter, const string &info_type,
29 InfoArgs args(f, test_properties, arc_filter, info_type, pipe, verify);
  /external/lldb/include/lldb/Core/
EmulateInstruction.h 179 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 = eInfoTypeImmediate
    [all...]
  /external/libyuv/files/source/
cpu_id.cc 31 static __inline void __cpuid(int cpu_info[4], int info_type) {
37 : "a"(info_type));
40 static __inline void __cpuid(int cpu_info[4], int info_type) {
44 : "a"(info_type));
57 void CpuId(int cpu_info[4], int info_type) {
58 __cpuid(cpu_info, info_type);
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
32 : "a"(info_type));
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
39 : "a"(info_type));
  /external/libyuv/files/include/libyuv/
cpu_id.h 63 void CpuId(int cpu_info[4], int info_type);
  /external/webp/src/dsp/
cpu.c 26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
32 : "a"(info_type));
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
39 : "a"(info_type));
  /external/chromium_org/third_party/skia/src/opts/
opts_check_x86.cpp 40 static inline void getcpuid(int info_type, int info[4]) {
42 __cpuid(info, info_type);
45 mov eax, [info_type]
56 static inline void getcpuid(int info_type, int info[4]) {
60 : "a"(info_type)
64 static inline void getcpuid(int info_type, int info[4]) {
72 : "a"(info_type)
  /external/skia/src/opts/
opts_check_x86.cpp 37 static inline void getcpuid(int info_type, int info[4]) {
39 __cpuid(info, info_type);
42 mov eax, [info_type]
53 static inline void getcpuid(int info_type, int info[4]) {
57 : "a"(info_type)
61 static inline void getcpuid(int info_type, int info[4]) {
69 : "a"(info_type)
  /external/chromium_org/third_party/libyuv/util/
psnr.cc 164 static __inline void __cpuid(int cpu_info[4], int info_type) {
170 : "a"(info_type));
173 static __inline void __cpuid(int cpu_info[4], int info_type) {
177 : "a"(info_type));
  /external/openfst/src/bin/
fstinfo.cc 28 DEFINE_string(info_type, "auto",
  /external/openfst/src/include/fst/script/
info.h 42 const string &arc_filter, const string &info_type,
info-impl.h 51 // When info_type is "short" (or "auto" and not an ExpandedFst)
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;
  /external/chromium_org/base/
cpu.cc 61 void __cpuid(int cpu_info[4], int info_type) {
67 : "a"(info_type)
73 void __cpuid(int cpu_info[4], int info_type) {
77 : "a"(info_type)
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 51 static void l2c_ucd_discover_cback (BD_ADDR rem_bda, UINT8 info_type, UINT32 data)
63 if (( info_type == L2CAP_UCD_INFO_TYPE_RECEPTION )
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
71 if (( info_type == L2CAP_UCD_INFO_TYPE_MTU )
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
319 ** info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
326 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type )
334 (rem_bda[4]<<8)+rem_bda[5], info_type);
357 if ( info_type & L2CAP_UCD_INFO_TYPE_RECEPTION )
360 if ( info_type & L2CAP_UCD_INFO_TYPE_MTU
    [all...]
l2c_main.c 328 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
730 STREAM_TO_UINT16 (info_type, p);
731 l2cu_send_peer_info_rsp (p_lcb, id, info_type);
742 STREAM_TO_UINT16 (info_type, p);
745 p_lcb->info_rx_bits |= (1 << info_type);
747 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
767 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
778 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
    [all...]
  /external/chromium_org/v8/src/base/
cpu.cc 37 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) {
46 : "a"(info_type)
52 : "a"(info_type)
  /external/chromium_org/third_party/webrtc/base/
systeminfo.cc 88 static inline void __cpuid(int cpu_info[4], int info_type) {
94 : "a"(info_type)
98 static inline void __cpuid(int cpu_info[4], int info_type) {
102 : "a"(info_type)
  /external/libnfc-nxp/src/
phHciNfc.h 716 * \param[in] info_type info_type is the type of the Information
734 uint32_t info_type,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h 79 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
87 void __cpuid(int CPUInfo[4], int info_type);
  /external/libvpx/libvpx/vpx_ports/
x86.h 79 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
87 void __cpuid(int CPUInfo[4], int info_type);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 79 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
87 void __cpuid(int CPUInfo[4], int info_type);

Completed in 598 milliseconds

1 2