Searched defs:__start (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
D | vk_util.h | 98 #define vk_foreach_struct(__e, __start) \ argument 104 #define vk_foreach_struct_const(__e, __start) \ argument 266 #define vk_find_struct(__start, __sType) \ argument 269 #define vk_find_struct_const(__start, __sType) \ argument
|
/third_party/mesa3d/src/util/ |
D | bitset.h | 432 #define BITSET_FOREACH_RANGE(__start, __end, __set, __size) \ argument
|
/third_party/mesa3d/src/compiler/glsl/ |
D | list.h | 748 #define foreach_list_typed_from(__type, __node, __field, __list, __start) \ argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1683 #define foreach_instr_from_safe(__instr, __start, __list) \ argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 21386 const _CharT* __start = __str._M_data() in basic_string() local 21395 const _CharT* __start in basic_string() local 134877 iterator __start(std::__addressof(*__q), 0); in _M_reallocate() local 134903 iterator __start(std::__addressof(*__q), 0); in _M_fill_insert() local 134937 iterator __start(std::__addressof(*__q), 0); in _M_insert_range() local 134965 iterator __start(std::__addressof(*__q), 0); in _M_insert_aux() local
|