Searched defs:ARRAYSIZEOF (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ | ||
H A D | disptest.c | 41 #define ARRAYSIZEOF(a) (sizeof(a)/sizeof(*(a))) macro |
H A D | main.c | 332 #define ARRAYSIZEOF(a) (sizeof(a)/sizeof(*(a))) macro |