Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/egl/main/
Degldefines.h42 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/external/vboot_reference/tests/
Dcgptlib_test.h19 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) macro
/external/libyuv/files/source/
Dvideo_common.cc19 #define ARRAY_SIZE(x) (static_cast<int>((sizeof(x) / sizeof(x[0])))) macro
/external/libvpx/libvpx/third_party/libyuv/source/
Dvideo_common.cc19 #define ARRAY_SIZE(x) (int)(sizeof(x) / sizeof(x[0])) macro
/external/guava/guava-tests/benchmark/com/google/common/collect/
DHashMultisetAddPresentBenchmark.java33 private static final int ARRAY_SIZE = 0x10000; field in HashMultisetAddPresentBenchmark
/external/icu/icu4c/source/samples/layout/
Darraymem.h12 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/external/android-clat/
Dclatd.h27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/external/tinyalsa/
Dtinypcminfo.c35 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
/external/squashfs-tools/squashfs-tools/
Dandroid.c34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/external/vboot_reference/firmware/lib/include/
Dvboot_common.h15 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) macro
/external/guava/guava-tests/test/com/google/common/math/
DMathBenchmarking.java28 static final int ARRAY_SIZE = 0x10000; field in MathBenchmarking
/external/icu/icu4c/source/test/letest/
Dletest.h30 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/external/mesa3d/src/gbm/main/
Dbackend.c37 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/external/icu/icu4c/source/extra/scrptrun/
Dscrptrun.cpp19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/external/icu/icu4c/source/i18n/
Dinputext.cpp23 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
Dcsr2022.cpp19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/external/vboot_reference/firmware/2lib/include/
D2common.h28 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) macro
/external/vixl/examples/
Dsum-array.cc29 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0])) macro
Dadd2-vectors.cc30 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0])) macro
/external/libdrm/tests/vbltest/
Dvbltest.c57 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/external/libselinux/src/
Dlabel.c17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/external/guava/guava-tests/benchmark/com/google/common/primitives/
DUnsignedLongsBenchmark.java30 private static final int ARRAY_SIZE = 0x10000; field in UnsignedLongsBenchmark
/external/libunwind/include/
Dcompiler.h72 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/external/mesa3d/src/mapi/mapi/
Dstub.c39 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
/external/selinux/libsepol/src/
Dprivate.h46 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro

1234