Home
last modified time | relevance | path

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

/system/vold/
DVoldUtil.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/core/init/
Dutil.h23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/system/netd/server/
DNetdConstants.h43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/extras/puncture_fs/
Dpuncture_fs.c30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/extras/tests/fstest/
Drecovery_test.cpp39 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/libmemtrack/
Dmemtrack.c25 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/system/core/toolbox/
Dmount.c16 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
/system/media/audio_utils/tests/
Dprimitives_tests.cpp27 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/libcutils/tests/
DPropertiesTest.cpp31 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
/system/core/fs_mgr/
Dfs_mgr.c60 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/core/logwrapper/
Dlogwrap.c36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/system/core/fastboot/
Dengine.c52 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
Dfastboot.c58 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(*(a))) macro
/system/core/healthd/
Dhealthd_mode_charger.cpp61 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/system/core/lmkd/
Dlmkd.c49 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/system/core/adb/
Dadb.c34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/media/camera/tests/
Dcamera_metadata_tests.cpp33 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro