Home
last modified time | relevance | path

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

/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.h1594 #define foreach_array(__array, __list) \ argument
1595 list_for_each_entry (struct ir3_array, __array, __list, node)
1596 #define foreach_array_safe(__array, __list) \ argument
1597 list_for_each_entry_safe (struct ir3_array, __array, __list, node)