Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/third_party/skia/third_party/externals/spirv-tools/source/
Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/third_party/libdrm/tests/util/
Dcommon.h30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/third_party/jerryscript/tests/unit-ext/
Dtest-common.h21 #define ARRAY_SIZE(array) ((unsigned long) (sizeof (array) / sizeof ((array)[0]))) macro
/third_party/libxkbcommon/tools/
Dtools-common.h37 #define ARRAY_SIZE(arr) ((sizeof(arr) / sizeof(*(arr)))) macro
Dhow-to-type.c33 #define ARRAY_SIZE(arr) ((sizeof(arr) / sizeof(*(arr)))) macro
/third_party/ltp/testcases/open_posix_testsuite/include/
Dposixtest.h20 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Darraymem.h15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/skia/third_party/externals/icu/source/samples/layout/
Darraymem.h15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/icu/icu4c/source/samples/layout/
Darraymem.h15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/libnl/tests/
Dtest-genl.c65 #define ARRAY_SIZE(X) (sizeof(X) / sizeof((X)[0])) macro
/third_party/icu/icu4c/source/test/letest/
Dletest.h32 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/ltp/include/
Dtst_common.h17 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/third_party/e2fsprogs/lib/e2p/
Dencoding.c22 #define ARRAY_SIZE(array) \ macro
/third_party/uboot/u-boot-2020.01/scripts/dtc/
Dutil.h36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/third_party/boost/libs/regex/test/captures/
Dcaptures_test.cpp29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
/third_party/libunwind/include/
Dcompiler.h68 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/third_party/selinux/libsepol/src/
Dprivate.h45 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
/third_party/eudev/test/
Dtest-libudev.c36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/third_party/weston/xwayland/
Dhash.c57 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h137 #define ARRAY_SIZE(a) \ macro
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp17 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/third_party/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.c5 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.c5 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro

123