Searched defs:NELEM (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Defifs_ls.c72 #define NELEM(x) (sizeof (x) / sizeof(*x)) macro
/netbsd-6-1-5-RELEASE/usr.bin/kdump/
H A Dsetemul.c129 #define NELEM(a) (sizeof(a) / sizeof(a[0])) macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c636 #define NELEM ((MEMCHUNKSZ-ROUNDUP(sizeof(struct xalloc *)))/ALIGNMENT) macro
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dext2fs.c151 #define NELEM(x) (sizeof (x) / sizeof(*x)) macro
H A Dminixfs3.c174 #define NELEM(x) (sizeof (x) / sizeof(*x)) macro
H A Dufs.c184 #define NELEM(x) (sizeof (x) / sizeof(*x)) macro
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsh.h346 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro

Completed in 125 milliseconds