Home
last modified time | relevance | path

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

12345678910>>...29

/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A DSortingTest.h35 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_sorted_array() local
72 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_reversed_sorted_array() local
87 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_all_equal_elements() local
102 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_unsorted_array_1() local
138 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_unsorted_array_2() local
156 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_unsorted_array_duplicated_1() local
173 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_unsorted_array_duplicated_2() local
194 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_unsorted_array_duplicated_3() local
216 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_unsorted_three_element_1() local
231 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in test_unsorted_three_element_2() local
[all …]
H A Dqsort_r_test.cpp32 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in TEST() local
73 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in TEST() local
128 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(PriorityVal); in TEST() local
H A Dbsearch_test.cpp43 constexpr size_t ARRAY_SIZE = sizeof(ARRAY) / sizeof(int); in TEST() local
75 constexpr size_t ARRAY_SIZE = sizeof(ARRAY) / sizeof(int); in TEST() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/media_bin_mgr/
H A Dmedia_bin_mgr.h45 #define DECLARE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE) extern unsigned int ARRAY_SIZE argument
46 #define DEFINE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE, SIZE) extern unsigned int ARRAY_SIZE = SIZE argument
48 #define DECLARE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE) extern const unsigned int ULT_##ARRAY_SIZE; ex… argument
49 #define DEFINE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE, SIZE) extern const unsigned int ULT_##ARRAY_SIZ… argument
51 #define DECLARE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE) extern const unsigned int ARRAY_SIZE argument
52 #define DEFINE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE, SIZE) extern const unsigned int ARRAY_SIZE = SI… argument
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Darrays_test.rs270 const ARRAY_SIZE: usize = 29; constant
315 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct() argument
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DArraySize.h25 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
54 #define ARRAY_SIZE(arr) (::android::base::arraySize(arr)) macro
/aosp_15_r20/packages/modules/Bluetooth/system/include/
Darray_utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/aosp_15_r20/system/netd/netutils_wrappers/
H A DNetUtilsWrapper.h17 #define ARRAY_SIZE(x) (sizeof((x)) / (sizeof(((x)[0])))) macro
/aosp_15_r20/external/libdrm/tests/util/
H A Dcommon.h30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/aosp_15_r20/device/google/contexthub/firmware/os/algos/util/
Darray.h4 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) macro
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_layer_extension_utils.h26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dmacro.h23 #define ARRAY_SIZE(A) (static_cast<uint32_t>(sizeof(A) / sizeof(A[0]))) macro
/aosp_15_r20/external/vixl/test/
H A Dtest-utils.h32 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dbuffers.h22 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.hpp29 #define ARRAY_SIZE(OBJ) (sizeof(OBJ) / sizeof(OBJ)[0]) macro
/aosp_15_r20/external/e2fsprogs/lib/e2p/
H A Derrcode.c33 #define ARRAY_SIZE(array) \ macro
/aosp_15_r20/external/liburing/test/
H A Dhelpers.h67 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/aosp_15_r20/system/extras/tests/pagingtest/
H A Dpagingtest.h8 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DABase.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DABase.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DABase.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DABase.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DABase.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro

12345678910>>...29