/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 308 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 315 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 331 #define foreach_inst_in_block(__type, __inst, __block) \ argument 334 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 341 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 344 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument 347 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument 352 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument
|
/external/mesa3d/src/compiler/glsl/ |
D | list.h | 649 #define foreach_in_list(__type, __inst, __list) \ argument 654 #define foreach_in_list_reverse(__type, __inst, __list) \ argument 662 #define foreach_in_list_safe(__type, __node, __list) \ argument 668 #define foreach_in_list_reverse_safe(__type, __node, __list) \ argument 674 #define foreach_in_list_use_after(__type, __inst, __list) \ argument 695 #define foreach_list_typed(__type, __node, __field, __list) \ argument 701 #define foreach_list_typed_from(__type, __node, __field, __list, __start) \ argument 706 #define foreach_list_typed_reverse(__type, __node, __field, __list) \ argument 712 #define foreach_list_typed_safe(__type, __node, __field, __list) \ argument 721 #define foreach_list_typed_reverse_safe(__type, __node, __field, __list) \ argument
|
/external/libdrm/ |
D | util_double_list.h | 98 #define LIST_ENTRY(__type, __item, __field) \ argument 101 #define LIST_FIRST_ENTRY(__ptr, __type, __field) \ argument 104 #define LIST_LAST_ENTRY(__ptr, __type, __field) \ argument
|
D | libdrm_lists.h | 76 #define DRMLISTENTRY(__type, __item, __field) \ argument
|
/external/libchrome/base/third_party/nspr/ |
D | prtime.h | 74 #define NSPR_API(__type) extern __type argument
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 103 #define LIST_ENTRY(__type, __item, __field) \ argument
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 31 #define LIST_FIRST_ENTRY(__type, __item, __field) \ argument
|
/external/mesa3d/src/util/ |
D | list.h | 163 #define LIST_ENTRY(__type, __item, __field) \ argument
|
/external/u-boot/drivers/spi/ |
D | pic32_spi.c | 127 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \ argument
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_fft.cc | 510 #define STREAM_EXECUTOR_CUDA_DEFINE_FFT(__type, __fft_type1, __fft_type2, \ argument
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_fft.cc | 557 #define STREAM_EXECUTOR_ROCM_DEFINE_FFT(__type, __fft_type1, __fft_type2, \ argument
|
/external/clang/lib/Headers/ |
D | intrin.h | 800 #define __ptr_to_addr_space(__addr_space_nbr, __type, __offset) \ argument
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 190 typedef T __type; typedef 238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef
|