Home
last modified time | relevance | path

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

/system/netd/netutils_wrappers/
DNetUtilsWrapper.h17 #define ARRAY_SIZE(x) (sizeof((x)) / (sizeof(((x)[0])))) macro
/system/vold/
DVoldUtil.h24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/extras/tests/pagingtest/
Dpagingtest.h8 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/chre/util/include/chre/util/
Dmacros.h23 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/system/media/alsa_utils/
Dalsa_format.c24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Dalsa_logging.c26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Dalsa_device_proxy.c36 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Dalsa_device_profile.c33 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/bt/osi/include/
Dosi.h25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/system/netd/server/
DNetdConstants.h47 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/extras/puncture_fs/
Dpuncture_fs.c31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/storaged/include/
Dstoraged.h36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/system/extras/tests/fstest/
Drecovery_test.cpp41 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h40 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/extras/ioshark/
Dcompile_ioshark.c40 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/system/core/logwrapper/
Dlogwrap.c35 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/system/core/healthd/
Dhealthd_mode_charger.cpp71 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/system/media/audio_utils/tests/
Dprimitives_tests.cpp30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/fs_mgr/
Dfs_mgr.cpp86 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/core/llkd/
Dlibllkd.cpp53 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/system/media/camera/tests/
Dcamera_metadata_tests.cpp35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/trusty/storage/tests/
Dmain.cpp25 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
/system/core/lmkd/
Dlmkd.c91 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro