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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dnproc.c63 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
H A Dphysmem.c79 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/haiku-fatelf/src/bin/gdb/include/
H A Dlibiberty.h327 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/haiku-fatelf/headers/private/graphics/intel_810/
H A DDriverInterface.h25 #define ARRAY_SIZE(a) (int(sizeof(a) / sizeof(a[0]))) // get number of elements in an array macro
/haiku-fatelf/headers/private/graphics/3dfx/
H A DDriverInterface.h27 #define ARRAY_SIZE(a) (int(sizeof(a) / sizeof(a[0]))) // get number of elements in an array macro
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_mmu.cpp34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/haiku-fatelf/headers/private/graphics/ati/
H A DDriverInterface.h27 #define ARRAY_SIZE(a) (int(sizeof(a) / sizeof(a[0]))) // get number of elements in an array macro
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-ppc.c1630 #define ARRAY_SIZE macro

Completed in 83 milliseconds