| /third_party/skia/third_party/externals/spirv-tools/source/ |
| D | macro.h | 23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
|
| /third_party/mesa3d/src/freedreno/decode/ |
| D | buffers.h | 40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| D | macro.h | 23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
|
| /third_party/spirv-tools/source/ |
| D | macro.h | 23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
|
| /third_party/libdrm/tests/util/ |
| D | common.h | 30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /third_party/alsa-utils/axfer/ |
| D | misc.h | 14 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) macro
|
| /third_party/vixl/test/ |
| D | test-utils.h | 32 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
| /third_party/alsa-utils/alsamixer/ |
| D | utils.h | 4 #define ARRAY_SIZE(a) (sizeof(a) / sizeof *(a)) macro
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cProgramInterfaceQueryTests.hpp | 29 #define ARRAY_SIZE(OBJ) (sizeof(OBJ) / sizeof(OBJ)[0]) macro
|
| /third_party/jerryscript/tests/unit-ext/ |
| D | test-common.h | 21 #define ARRAY_SIZE(array) ((unsigned long) (sizeof (array) / sizeof ((array)[0]))) macro
|
| /third_party/alsa-utils/iecset/ |
| D | iecbits.c | 65 #define ARRAY_SIZE(x) (int)(sizeof(x)/sizeof(x[0])) macro
|
| /third_party/ltp/testcases/open_posix_testsuite/include/ |
| D | posixtest.h | 20 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| D | arraymem.h | 15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|
| /third_party/icu/icu4c/source/samples/layout/ |
| D | arraymem.h | 15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|
| /third_party/libdrm/tests/tegra/ |
| D | vic-clear.c | 36 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| D | syncpt-wait.c | 31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| D | syncpt-timeout.c | 31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /third_party/libbpf/include/linux/ |
| D | kernel.h | 41 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /third_party/musl/libc-test/src/functionalext/supplement/search/ |
| D | tdestroy.c | 23 #define ARRAY_SIZE (10) macro
|
| /third_party/icu/icu4c/source/test/letest/ |
| D | letest.h | 32 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|
| /third_party/vixl/examples/aarch64/ |
| D | sum-array.cc | 32 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0])) macro
|
| /third_party/alsa-utils/topology/ |
| D | pre-processor.h | 26 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a)[0]) macro
|
| /third_party/ltp/testcases/kernel/kvm/include/ |
| D | kvm_guest.h | 20 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /third_party/ltp/include/ |
| D | tst_common.h | 17 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /third_party/libunwind/libunwind/include/ |
| D | compiler.h | 68 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
|