| /system/netd/netutils_wrappers/ |
| D | NetUtilsWrapper.h | 17 #define ARRAY_SIZE(x) (sizeof((x)) / (sizeof(((x)[0])))) macro
|
| /system/vold/ |
| D | VoldUtil.h | 24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
| /system/extras/tests/pagingtest/ |
| D | pagingtest.h | 8 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
| /system/chre/util/include/chre/util/ |
| D | macros.h | 23 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
| /system/media/alsa_utils/ |
| D | alsa_format.c | 24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| D | alsa_logging.c | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| D | alsa_device_proxy.c | 36 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| D | alsa_device_profile.c | 33 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /system/bt/osi/include/ |
| D | osi.h | 25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /system/netd/server/ |
| D | NetdConstants.h | 47 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
| /system/extras/puncture_fs/ |
| D | puncture_fs.c | 31 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /system/core/storaged/include/ |
| D | storaged.h | 36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /system/extras/tests/fstest/ |
| D | recovery_test.cpp | 41 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /system/bpf/libbpf_android/include/bpf/ |
| D | BpfUtils.h | 40 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
| /system/extras/ioshark/ |
| D | compile_ioshark.c | 40 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
|
| /system/core/logwrapper/ |
| D | logwrap.c | 35 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
| /system/core/healthd/ |
| D | healthd_mode_charger.cpp | 71 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /system/media/audio_utils/tests/ |
| D | primitives_tests.cpp | 30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /system/core/fs_mgr/ |
| D | fs_mgr.cpp | 86 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
| /system/core/llkd/ |
| D | libllkd.cpp | 53 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
| /system/media/camera/tests/ |
| D | camera_metadata_tests.cpp | 35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /system/core/trusty/storage/tests/ |
| D | main.cpp | 25 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
|
| /system/core/lmkd/ |
| D | lmkd.c | 91 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|