Home
last modified time | relevance | path

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

12345

/aosp12/frameworks/av/media/libaudioprocessing/tests/
H A Dtest_utils.h30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/aosp12/system/bt/include/
H A Darray_utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/aosp12/system/netd/netutils_wrappers/
H A DNetUtilsWrapper.h17 #define ARRAY_SIZE(x) (sizeof((x)) / (sizeof(((x)[0])))) macro
/aosp12/system/extras/tests/pagingtest/
H A Dpagingtest.h8 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DHWLUtils.h26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DABase.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp12/system/media/alsa_utils/
H A Dalsa_format.c24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
H A Dalsa_logging.c26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/aosp12/frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/
H A DMainActivity.java26 private static final int ARRAY_SIZE = 8; field in MainActivity
/aosp12/hardware/qcom/sm7250/display/libmemtrack/
H A Dkgsl.c27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/aosp12/hardware/qcom/sm8150/display/libmemtrack/
H A Dkgsl.c27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/aosp12/frameworks/base/startop/apps/test/src/
H A DCPUIntensiveBenchmarks.java26 public static final int ARRAY_SIZE = 30000; field in CPUIntensiveBenchmarks
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_script_group2_pointwise.java26 private static final int ARRAY_SIZE = 256; field in UT_script_group2_pointwise
H A DUT_script_group2_float.java26 private static final int ARRAY_SIZE = 8; field in UT_script_group2_float
H A DUT_script_group2_nochain.java26 private static final int ARRAY_SIZE = 256; field in UT_script_group2_nochain
H A DUT_script_group2_gatherscatter.java26 private static final int ARRAY_SIZE = 256; field in UT_script_group2_gatherscatter
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_script_group2_pointwise.java28 private static final int ARRAY_SIZE = 256; field in UT_script_group2_pointwise
H A DUT_script_group2_float.java28 private static final int ARRAY_SIZE = 8; field in UT_script_group2_float
H A DUT_script_group2_nochain.java28 private static final int ARRAY_SIZE = 256; field in UT_script_group2_nochain
H A DUT_script_group2_gatherscatter.java28 private static final int ARRAY_SIZE = 256; field in UT_script_group2_gatherscatter
/aosp12/hardware/interfaces/automotive/audiocontrol/1.0/default/
H A DAudioControl.cpp18 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*a)) // Would be nice if this were common... macro
/aosp12/hardware/google/graphics/common/libmemtrack/
H A Dion.cpp28 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/aosp12/system/bt/osi/include/
H A Dosi.h25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/aosp12/system/netd/server/
H A DNetdConstants.h43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/aosp12/hardware/qcom/display/msm8960/libmemtrack/
H A Dkgsl.c27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro

12345