/third_party/mesa3d/src/freedreno/decode/ |
D | buffers.h | 40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/third_party/flutter/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/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/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/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/alsa-utils/alsamixer/ |
D | utils.h | 4 #define ARRAY_SIZE(a) (sizeof(a) / sizeof *(a)) macro
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 44 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) 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/e2fsprogs/lib/e2p/ |
D | errcode.c | 33 #define ARRAY_SIZE(array) \ macro
|
D | encoding.c | 22 #define ARRAY_SIZE(array) \ 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/flatbuffers/tests/rust_usage_test/tests/ |
D | arrays_test.rs | 263 const ARRAY_SIZE: usize = 29; constant 308 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct() argument
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/ |
D | percpu.h | 6 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) 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/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | arraymem.h | 15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|
/third_party/musl/libc-test/src/functionalext/supplement/search/ |
D | tdestroy.c | 23 #define ARRAY_SIZE (10) macro
|
/third_party/libnl/tests/ |
D | test-genl.c | 65 #define ARRAY_SIZE(X) (sizeof(X) / sizeof((X)[0])) macro
|
/third_party/icu/icu4c/source/test/letest/ |
D | letest.h | 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/include/ |
D | tst_common.h | 17 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|