Searched defs:ARRAY_SIZE (Results 1 - 9 of 9) sorted by relevance

/u-boot/scripts/dtc/
H A Dutil.h36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/u-boot/tools/
H A Dsunxi-spl-image-builder.c18 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
H A Deficapsule.h25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dimagetool.h28 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dmxsimage.h17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/u-boot/scripts/kconfig/
H A Dpreprocess.c13 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/u-boot/include/linux/
H A Dkernel.h55 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/u-boot/env/
H A Dflags.c19 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/u-boot/lib/
H A Dbch.c88 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro

Completed in 69 milliseconds