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

1 2

  /bionic/libc/include/sys/
auxv.h 51 unsigned long int getauxval(unsigned long int __type) __INTRODUCED_IN(18);
klog.h 69 int klogctl(int __type, char* __buf, int __buf_size);
msg.h 53 ssize_t msgrcv(int __msg_id, void* __msgbuf_ptr, size_t __size, long __type, int __flags) __INTRODUCED_IN(26);
wait.h 55 int waitid(idtype_t __type, id_t __id, siginfo_t* __info, int __options);
  /external/mesa3d/src/intel/compiler/
brw_cfg.h 308 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \
310 foreach_inst_in_block (__type, __inst, __block)
315 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \
317 foreach_inst_in_block_safe (__type, __inst, __block)
331 #define foreach_inst_in_block(__type, __inst, __block) \
332 foreach_in_list(__type, __inst, &(__block)->instructions)
334 #define foreach_inst_in_block_safe(__type, __inst, __block) \
335 for (__type *__inst = (__type *)__block->instructions.head_sentinel.next, \
336 *__next = (__type *)__inst->next;
    [all...]
  /external/mesa3d/src/compiler/glsl/
list.h 649 #define foreach_in_list(__type, __inst, __list) \
650 for (__type *(__inst) = (__type *)(__list)->head_sentinel.next; \
652 (__inst) = (__type *)(__inst)->next)
654 #define foreach_in_list_reverse(__type, __inst, __list) \
655 for (__type *(__inst) = (__type *)(__list)->tail_sentinel.prev; \
657 (__inst) = (__type *)(__inst)->prev)
662 #define foreach_in_list_safe(__type, __node, __list) \
663 for (__type *__node = (__type *)(__list)->head_sentinel.next,
    [all...]
  /bionic/libc/include/
resolv.h 55 const char* p_type(int __type);
58 int res_mkquery(int __opcode, const char* __domain_name, int __class, int __type, const u_char* __data, int __data_size, const u_char* __new_rr_in, u_char* __buf, int __buf_size);
59 int res_query(const char* __name, int __class, int __type, u_char* __answer, int __answer_size);
60 int res_search(const char* __name, int __class, int __type, u_char* __answer, int __answer_size);
mntent.h 63 FILE* setmntent(const char* __filename, const char* __type) __INTRODUCED_IN(21);
stdio_ext.h 136 int __fsetlocking(FILE* __fp, int __type) __INTRODUCED_IN(23);
netdb.h 211 struct hostent* gethostbyaddr(const void* __addr, socklen_t __length, int __type);
212 int gethostbyaddr_r(const void* __addr, socklen_t __length, int __type, struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_ptr) __INTRODUCED_IN(23);
223 struct netent* getnetbyaddr(uint32_t __net, int __type);
  /external/libdrm/
util_double_list.h 98 #define LIST_ENTRY(__type, __item, __field) \
99 ((__type *)(((char *)(__item)) - offsetof(__type, __field)))
101 #define LIST_FIRST_ENTRY(__ptr, __type, __field) \
102 LIST_ENTRY(__type, (__ptr)->next, __field)
104 #define LIST_LAST_ENTRY(__ptr, __type, __field) \
105 LIST_ENTRY(__type, (__ptr)->prev, __field)
libdrm_lists.h 76 #define DRMLISTENTRY(__type, __item, __field) \
77 ((__type *)(((char *) (__item)) - offsetof(__type, __field)))
  /external/libchrome/base/third_party/nspr/
prtime.h 74 #define NSPR_API(__type) extern __type
  /external/swiftshader/third_party/subzero/src/
IceTLS.h 77 using FieldName##__type = Type; \
91 static_cast<FieldName##__type>(pthread_getspecific(FieldName##__key)))
  /bionic/libc/include/bits/
wctype.h 58 int iswctype(wint_t __wc, wctype_t __type);
  /external/u-boot/drivers/spi/
pic32_spi.c 127 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \
130 __type val; \
131 u32 mx = pic32_rx_max(priv, sizeof(__type)); \
136 *(__type *)(priv->rx) = val; \
137 priv->rx += sizeof(__type); \
143 __type val; \
144 u32 mx = pic32_tx_max(priv, sizeof(__type)); \
147 val = (__type) ~0U; \
149 val = *(__type *)(priv->tx); \
151 priv->tx += sizeof(__type); \
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/util/
u_double_list.h 103 #define LIST_ENTRY(__type, __item, __field) \
104 ((__type *)(((char *)(__item)) - offsetof(__type, __field)))
  /device/google/bonito/sdm710/kernel-headers/video/
msm_hdmi_modes.h 286 #define MSM_HDMI_MODES_SET_SUPP_TIMINGS(__lut,__type) do { if(__type & MSM_HDMI_MODES_CEA) { MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_640x480p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x480p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x480p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x720p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080i60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x480i60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x480i60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x576p50_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x576p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x720p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x576i50_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x576i50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p24_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p25_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p30_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p24_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p25_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p30_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p24_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p25_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p30_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p50_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p60_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p24_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p25_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p30_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p50_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p60_64_27); } if(__type & MSM_HDMI_MODES_XTND) { MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_3840x2160p30_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_3840x2160p25_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_3840x2160p24_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_4096x2160p24_16_9); } if(__type & MSM_HDMI_MODES_DVI) { MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1024x768p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x1024p60_5_4); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_2560x1600p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_800x600p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_848x480p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x960p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1360x768p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x900p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1400x1050p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1680x1050p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1600x1200p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1200p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1366x768p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x800p60_16_10); } \
  /device/google/bonito/sdm710/original-kernel-headers/video/
msm_hdmi_modes.h 444 #define MSM_HDMI_MODES_SET_SUPP_TIMINGS(__lut, __type) \
446 if (__type & MSM_HDMI_MODES_CEA) { \
512 if (__type & MSM_HDMI_MODES_XTND) { \
522 if (__type & MSM_HDMI_MODES_DVI) { \
  /device/google/crosshatch/sdm845/kernel-headers/video/
msm_hdmi_modes.h 286 #define MSM_HDMI_MODES_SET_SUPP_TIMINGS(__lut,__type) do { if(__type & MSM_HDMI_MODES_CEA) { MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_640x480p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x480p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x480p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x720p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080i60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x480i60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x480i60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x576p50_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_720x576p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x720p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x576i50_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x576i50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p24_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p25_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1080p30_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p24_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p25_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p30_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p50_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p24_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p25_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p30_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p50_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_4096x2160p60_256_135); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p24_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p25_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p30_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p50_64_27); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_3840x2160p60_64_27); } if(__type & MSM_HDMI_MODES_XTND) { MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_3840x2160p30_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_3840x2160p25_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_3840x2160p24_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_EVFRMT_4096x2160p24_16_9); } if(__type & MSM_HDMI_MODES_DVI) { MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1024x768p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x1024p60_5_4); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_2560x1600p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_800x600p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_848x480p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x960p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1360x768p60_16_9); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1440x900p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1400x1050p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1680x1050p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1600x1200p60_4_3); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1920x1200p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1366x768p60_16_10); MSM_HDMI_MODES_SET_TIMING(__lut, HDMI_VFRMT_1280x800p60_16_10); } \
  /device/google/crosshatch/sdm845/original-kernel-headers/video/
msm_hdmi_modes.h 444 #define MSM_HDMI_MODES_SET_SUPP_TIMINGS(__lut, __type) \
446 if (__type & MSM_HDMI_MODES_CEA) { \
512 if (__type & MSM_HDMI_MODES_XTND) { \
522 if (__type & MSM_HDMI_MODES_DVI) { \
  /external/elfutils/libelf/
libelf.h 431 Elf_Type __type);
461 extern size_t elf32_fsize (Elf_Type __type, size_t __count,
465 extern size_t elf64_fsize (Elf_Type __type, size_t __count,
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_fft.cc 510 #define STREAM_EXECUTOR_CUDA_DEFINE_FFT(__type, __fft_type1, __fft_type2, \
513 const DeviceMemory<std::complex<__type>> &input, \
514 DeviceMemory<std::complex<__type>> *output) { \
519 const DeviceMemory<__type> &input, \
520 DeviceMemory<std::complex<__type>> *output) { \
524 const DeviceMemory<std::complex<__type>> &input, \
525 DeviceMemory<__type> *output) { \
  /external/mesa3d/src/util/
list.h 163 #define LIST_ENTRY(__type, __item, __field) \
164 ((__type *)(((char *)(__item)) - offsetof(__type, __field)))
  /external/python/apitools/apitools/base/protorpclite/
messages.py     [all...]

Completed in 907 milliseconds

1 2