Home
last modified time | relevance | path

Searched refs:__array (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_helpers.h15 #define __array(name, val) typeof(val) *name[] macro
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh773 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0])))
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h1696 #define foreach_array(__array, __list) \
1697 list_for_each_entry (struct ir3_array, __array, __list, node)
1698 #define foreach_array_safe(__array, __list) \
1699 list_for_each_entry_safe (struct ir3_array, __array, __list, node)

Completed in 8 milliseconds