Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/freedreno/decode/
Dbuffers.h40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[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/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/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/alsa-utils/alsamixer/
Dutils.h4 #define ARRAY_SIZE(a) (sizeof(a) / sizeof *(a)) macro
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h44 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.hpp29 #define ARRAY_SIZE(OBJ) (sizeof(OBJ) / sizeof(OBJ)[0]) macro
/third_party/e2fsprogs/lib/e2p/
Derrcode.c33 #define ARRAY_SIZE(array) \ macro
Dencoding.c22 #define ARRAY_SIZE(array) \ macro
/third_party/jerryscript/tests/unit-ext/
Dtest-common.h21 #define ARRAY_SIZE(array) ((unsigned long) (sizeof (array) / sizeof ((array)[0]))) macro
/third_party/flatbuffers/tests/rust_usage_test/tests/
Darrays_test.rs263 const ARRAY_SIZE: usize = 29; constant
308 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct() argument
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
Dpercpu.h6 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) 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/flutter/skia/third_party/externals/icu/source/samples/layout/
Darraymem.h15 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/third_party/musl/libc-test/src/functionalext/supplement/search/
Dtdestroy.c23 #define ARRAY_SIZE (10) 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/alsa-utils/topology/
Dpre-processor.h26 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a)[0]) macro
/third_party/ltp/include/
Dtst_common.h17 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro

1234