Home
last modified time | relevance | path

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

/system/vold/
DVoldUtil.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/bt/test/suite/
Dbase.h33 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/system/core/init/
Dutil.h26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/system/extras/tests/pagingtest/
Dpagingtest.h8 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/bt/osi/include/
Dosi.h7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[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.c32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Dalsa_device_profile.c32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/netd/server/
DNetdConstants.h41 #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/extras/tests/fstest/
Drecovery_test.cpp39 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/libmemtrack/
Dmemtrack.c29 #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/bt/stack/srvc/
Dsrvc_eng.c32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/system/core/libcutils/tests/
DPropertiesTest.cpp31 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
/system/core/fs_mgr/
Dfs_mgr.c64 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/system/core/adb/
Dadb.cpp43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/logwrapper/
Dlogwrap.c36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/system/media/audio_utils/tests/
Dprimitives_tests.cpp28 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/system/core/fastboot/
Dengine.c52 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
Dfastboot.cpp58 #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/media/camera/tests/
Dcamera_metadata_tests.cpp33 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro