Home
last modified time | relevance | path

Searched defs:howmany (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/radeon/
H A Dmkregtable.awk31 function howmany(x, n) { function
/netbsd-src/lib/libc/locale/
H A Dnewlocale.c50 int i, howmany, categories[_LC_LAST - 1]; in __weak_alias() local
/netbsd-src/usr.sbin/apmd/
H A Dapmd.c226 make_noise(int howmany) in make_noise()
/netbsd-src/lib/libc/stdlib/
H A Dstrfmon.c92 #define GRPCPY(howmany) do { \ argument
/netbsd-src/games/warp/
H A Dterm.c619 int howmany; in circfill() local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_handle.c313 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop()
/netbsd-src/external/bsd/file/dist/src/
H A Dmagic.c523 size_t howmany = in file_or_fd() local
/netbsd-src/sys/fs/puffs/
H A Dpuffs_msgif.c167 puffs_msgpark_release1(struct puffs_msgpark *park, int howmany) in puffs_msgpark_release1()
/netbsd-src/sys/netinet6/
H A Dip6_mroute.h86 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/netbsd-src/sys/sys/
H A Dparam.h431 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c125 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c125 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h232 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c1711 spaces(size_t howmany)
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c738 #define PAD(howmany, with) do { \ in WDECL() argument
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h38 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c316 #define howmany(x, y) (((x)+((y)-1))/(y)) macro