| /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/libdrm/tests/util/ |
| D | common.h | 30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[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/jerryscript/tests/unit-ext/ |
| D | test-common.h | 21 #define ARRAY_SIZE(array) ((unsigned long) (sizeof (array) / sizeof ((array)[0]))) macro
|
| /third_party/libxkbcommon/tools/ |
| D | tools-common.h | 37 #define ARRAY_SIZE(arr) ((sizeof(arr) / sizeof(*(arr)))) macro
|
| D | how-to-type.c | 33 #define ARRAY_SIZE(arr) ((sizeof(arr) / sizeof(*(arr)))) 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/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/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/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/ltp/include/ |
| D | tst_common.h | 17 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /third_party/e2fsprogs/lib/e2p/ |
| D | encoding.c | 22 #define ARRAY_SIZE(array) \ macro
|
| /third_party/uboot/u-boot-2020.01/scripts/dtc/ |
| D | util.h | 36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /third_party/boost/libs/regex/test/captures/ |
| D | captures_test.cpp | 29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
|
| /third_party/libunwind/include/ |
| D | compiler.h | 68 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
|
| /third_party/selinux/libsepol/src/ |
| D | private.h | 45 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
|
| /third_party/eudev/test/ |
| D | test-libudev.c | 36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /third_party/weston/xwayland/ |
| D | hash.c | 57 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) macro
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-utils.h | 137 #define ARRAY_SIZE(a) \ macro
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | DrawTester.cpp | 17 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
| /third_party/gstreamer/gstplugins_base/ext/ogg/ |
| D | dirac_parse.c | 5 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
| /third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
| D | dirac_parse.c | 5 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|