Searched refs:ARRAY_SIZE (Results 1 – 7 of 7) sorted by relevance
23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
105 for (i = 0; i < ARRAY_SIZE(android_ids); i++) in get_android_id()
669 for (i = 0; i < ARRAY_SIZE(prop_map); i++) { in export_kernel_boot_props()
16 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro119 for (i = 0, res = 1; i < ARRAY_SIZE(options); i++) { in parse_mount_options()
50 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro166 for (i = 0; i < ARRAY_SIZE(generators); i++) { in fb_format_supported()341 for (i = 0; i < ARRAY_SIZE(generators); i++) { in fb_format()
58 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro177 .num_frames = ARRAY_SIZE(batt_anim_frames),
33 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro295 static const int num_cnxn_props = ARRAY_SIZE(cnxn_props); in fill_connect_data()