Searched defs:NELEM (Results 1 – 7 of 7) sorted by relevance
32 #define NELEM(x) (sizeof (x) / sizeof(*x)) macro
72 #define NELEM(x) (sizeof (x) / sizeof(*x)) macro
115 #define NELEM(a) (sizeof(a) / sizeof(a[0])) macro
723 #define NELEM ((MEMCHUNKSZ-ROUNDUP(sizeof(struct xalloc *)))/ALIGNMENT) macro
157 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro
13911 #define IN_RANGE(START,END,ADDR,NELEM) \ argument
14498 #define IN_RANGE(START,END,ADDR,NELEM) \ argument