Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds