Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.h36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/rk3399_rockchip-uboot/tools/
H A Dsunxi-spl-image-builder.c18 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
H A Dimagetool.h27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dmxsimage.h18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/rk3399_rockchip-uboot/env/
H A Dflags.c19 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h45 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/rk3399_rockchip-uboot/lib/
H A Dbch.c79 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro