Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbpf_helpers.h15 #define __array(name, val) typeof(val) *name[] macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh557 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0]))) argument
/third_party/harfbuzz/src/
Dhb-algs.hh760 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0]))) argument
/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/mesa3d/src/freedreno/ir3/
Dir3.h1696 #define foreach_array(__array, __list) \ argument
1698 #define foreach_array_safe(__array, __list) \ argument