Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/alsa-utils/alsamixer/
H A Dutils.h4 #define ARRAY_SIZE(a) (sizeof(a) / sizeof *(a)) macro
/third_party/alsa-utils/axfer/
H A Dmisc.h14 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) macro
/third_party/mesa3d/src/freedreno/decode/
H A Dbuffers.h40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/third_party/libdrm/tests/util/
H A Dcommon.h30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dmacro.h23 #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/
H A Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/third_party/spirv-tools/source/
H A Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.hpp29 #define ARRAY_SIZE(OBJ) (sizeof(OBJ) / sizeof(OBJ)[0]) macro
/third_party/vixl/test/
H A Dtest-utils.h32 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/third_party/jerryscript/tests/unit-ext/
H A Dtest-common.h21 #define ARRAY_SIZE(array) ((unsigned long) (sizeof (array) / sizeof ((array)[0]))) macro
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Dpercpu.h6 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Dpercpu.h6 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/third_party/alsa-utils/iecset/
H A Diecbits.c65 #define ARRAY_SIZE(x) (int)(sizeof(x)/sizeof(x[0])) macro
/third_party/icu/icu4c/source/samples/layout/
H A Darraymem.h15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Darraymem.h15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/libbpf/include/linux/
H A Dkernel.h41 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dposixtest.h20 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/third_party/icu/icu4c/source/test/letest/
H A Dletest.h32 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/libunwind/libunwind/include/
H A Dcompiler.h68 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/third_party/vixl/examples/aarch64/
H A Dsum-array.cc32 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0])) macro
/third_party/alsa-utils/alsactl/
H A Dalsactl.h92 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a)[0]) macro
/third_party/alsa-utils/topology/
H A Dpre-processor.h26 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a)[0]) macro
/third_party/alsa-utils/topology/nhlt/intel/
H A Dintel-nhlt.h31 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a)[0]) macro
/third_party/ltp/include/
H A Dtst_common.h17 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/third_party/libdrm/tests/tegra/
H A Dvic-clear.c36 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro

Completed in 4 milliseconds

1234