Searched refs:__ptr (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_private.h | 247 for (struct ir2_reg **__ptr = (ctx)->live_regs, *it; ({ \ 248 while (__ptr != &(ctx)->live_regs[64] && *__ptr == NULL) \ 249 __ptr++; \ 250 __ptr != &(ctx)->live_regs[64] ? (it = *__ptr) : NULL; \
|
/third_party/libdrm/ |
D | util_double_list.h | 101 #define LIST_FIRST_ENTRY(__ptr, __type, __field) \ argument 102 LIST_ENTRY(__type, (__ptr)->next, __field) 104 #define LIST_LAST_ENTRY(__ptr, __type, __field) \ argument 105 LIST_ENTRY(__type, (__ptr)->prev, __field)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | platform.h | 14 } __attribute__((packed)) *__ptr = (void *) (p); \ 16 __ptr->__val; \
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 37 #define VG_NOACCESS_READ(__ptr) ({ \ argument 38 VALGRIND_MAKE_MEM_DEFINED((__ptr), sizeof(*(__ptr))); \ 39 __typeof(*(__ptr)) __val = *(__ptr); \ 40 VALGRIND_MAKE_MEM_NOACCESS((__ptr), sizeof(*(__ptr)));\ 43 #define VG_NOACCESS_WRITE(__ptr, __val) ({ \ argument 44 VALGRIND_MAKE_MEM_UNDEFINED((__ptr), sizeof(*(__ptr))); \ 45 *(__ptr) = (__val); \ 46 VALGRIND_MAKE_MEM_NOACCESS((__ptr), sizeof(*(__ptr))); \ 49 #define VG_NOACCESS_READ(__ptr) (*(__ptr)) argument 50 #define VG_NOACCESS_WRITE(__ptr, __val) (*(__ptr) = (__val)) argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 383 wchar_t **__restrict __ptr) throw (); 2338 extern int vasprintf (char **__restrict __ptr, const char *__restrict __f, 2341 extern int __asprintf (char **__restrict __ptr, 2344 extern int asprintf (char **__restrict __ptr, 2471 extern size_t fread (void *__restrict __ptr, size_t __size, 2477 extern size_t fwrite (const void *__restrict __ptr, size_t __size, 2483 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size, 2485 extern size_t fwrite_unlocked (const void *__restrict __ptr, size_t __size, 5560 __rethrow_if_nested_impl(const _Ex* __ptr) in __rethrow_if_nested_impl() argument 5562 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl() [all …]
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test9-pr18818-clang.so.abi | 1981 …<parameter type-id='type-id-61' name='__ptr' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..… 5340 …<parameter type-id='type-id-23' name='__ptr' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/..…
|
D | test10-pr18818-gcc.so.abi | 4578 …<parameter type-id='type-id-23' name='__ptr' filepath='/usr/include/c++/4.9/ext/type_traits.h' lin… 7195 …<parameter type-id='type-id-43' name='__ptr' filepath='/usr/include/c++/4.9/ext/type_traits.h' lin…
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | symbols_x86_dbg.def | 2853 …?__ptr@?$__hash_node_base@PAU?$__hash_node@U?$__hash_value_type@V?$basic_string@DU?$char_traits@D@…
|
D | symbols_x64_dbg.def | 2859 …?__ptr@?$__hash_node_base@PEAU?$__hash_node@U?$__hash_value_type@V?$basic_string@DU?$char_traits@D…
|
D | symbols_arm64_dbg.def | 2860 …?__ptr@?$__hash_node_base@PEAU?$__hash_node@U?$__hash_value_type@V?$basic_string@DU?$char_traits@D…
|