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

  /external/webrtc/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));
  /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/opencv3/3rdparty/libwebp/dsp/
cpu.c 30 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
36 : "a"(info_type));
39 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
43 : "a"(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), "c"(0));
37 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
44 : "a"(info_type), "c"(0));
47 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
51 : "a"(info_type), "c"(0));
  /external/skia/src/opts/
opts_check_x86.cpp 32 static inline void getcpuid(int info_type, int info[4]) {
34 __cpuid(info, info_type);
37 mov eax, [info_type]
48 static inline void getcpuid(int info_type, int info[4]) {
52 : "a"(info_type)
56 static inline void getcpuid(int info_type, int info[4]) {
64 : "a"(info_type)
  /external/libyuv/files/util/
psnr.cc 201 static __inline void __cpuid(int cpu_info[4], int info_type) {
207 : "a"(info_type));
211 static __inline void __cpuid(int cpu_info[4], int info_type) {
215 : "a"(info_type));
  /external/webrtc/webrtc/base/
systeminfo.cc 41 static inline void __cpuid(int cpu_info[4], int info_type) {
47 : "a"(info_type)
51 static inline void __cpuid(int cpu_info[4], int info_type) {
55 : "a"(info_type)
  /external/libchrome/base/
cpu.cc 64 void __cpuid(int cpu_info[4], int info_type) {
70 : "a"(info_type)
76 void __cpuid(int cpu_info[4], int info_type) {
80 : "a"(info_type)
  /system/bt/stack/l2cap/
l2c_ucd.c 54 static void l2c_ucd_discover_cback (BD_ADDR rem_bda, UINT8 info_type, UINT32 data)
66 if (( info_type == L2CAP_UCD_INFO_TYPE_RECEPTION )
69 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
74 if (( info_type == L2CAP_UCD_INFO_TYPE_MTU )
77 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
322 ** info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
329 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type )
337 (rem_bda[4]<<8)+rem_bda[5], info_type);
360 if ( info_type & L2CAP_UCD_INFO_TYPE_RECEPTION )
363 if ( info_type & L2CAP_UCD_INFO_TYPE_MTU
    [all...]
l2c_main.c 277 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
678 STREAM_TO_UINT16 (info_type, p);
679 l2cu_send_peer_info_rsp (p_lcb, id, info_type);
690 STREAM_TO_UINT16 (info_type, p);
693 p_lcb->info_rx_bits |= (1 << info_type);
695 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
714 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
725 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
    [all...]
l2c_utils.c     [all...]
l2c_int.h 619 extern void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT16 info_type);
621 extern void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
layer1.py     [all...]
response.py 182 self.info_type = str(response['InfoType'])
  /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/libvpx/libvpx/vpx_ports/
x86.h 80 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
88 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);
  /external/v8/src/base/
cpu.cc 54 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) {
66 : "a"(info_type), "c"(0));
71 : "a"(info_type), "c"(0));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/beanstalk/
test_wrapper.py 176 environment_name=self.environment, info_type='tail')
180 environment_name=self.environment, info_type='tail')
  /external/libmicrohttpd/src/include/
microhttpd.h     [all...]
  /external/tcpdump/
print-slow.c 82 uint8_t info_type; member in struct:slow_oam_info_t
  /system/bt/stack/include/
l2c_api.h     [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c     [all...]
daemon.c     [all...]

Completed in 411 milliseconds