Home
last modified time | relevance | path

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

123

/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/mesa3d/src/freedreno/decode/
Dbuffers.h40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/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/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/alsa-utils/axfer/
Dmisc.h14 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) macro
/third_party/vixl/test/
Dtest-utils.h32 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/third_party/alsa-utils/alsamixer/
Dutils.h4 #define ARRAY_SIZE(a) (sizeof(a) / sizeof *(a)) macro
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.hpp29 #define ARRAY_SIZE(OBJ) (sizeof(OBJ) / sizeof(OBJ)[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/alsa-utils/iecset/
Diecbits.c65 #define ARRAY_SIZE(x) (int)(sizeof(x)/sizeof(x[0])) macro
/third_party/ltp/testcases/open_posix_testsuite/include/
Dposixtest.h20 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[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/libdrm/tests/tegra/
Dvic-clear.c36 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Dsyncpt-wait.c31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Dsyncpt-timeout.c31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/third_party/libbpf/include/linux/
Dkernel.h41 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/third_party/musl/libc-test/src/functionalext/supplement/search/
Dtdestroy.c23 #define ARRAY_SIZE (10) macro
/third_party/icu/icu4c/source/test/letest/
Dletest.h32 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/vixl/examples/aarch64/
Dsum-array.cc32 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0])) macro
/third_party/alsa-utils/topology/
Dpre-processor.h26 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a)[0]) macro
/third_party/ltp/testcases/kernel/kvm/include/
Dkvm_guest.h20 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/third_party/ltp/include/
Dtst_common.h17 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/third_party/libunwind/libunwind/include/
Dcompiler.h68 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro

123