Home
last modified time | relevance | path

Searched defs:__array (Results 1 – 4 of 4) sorted by relevance

/third_party/libbpf/src/
Dbpf_helpers.h15 #define __array(name, val) typeof(val) *name[] macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh773 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0]))) argument
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-algs.hh970 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0]))) argument
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h2095 #define foreach_array(__array, __list) \ argument
2097 #define foreach_array_safe(__array, __list) \ argument