Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A D_fd_set.h79 #define howmany(a, b) __howmany(a, b) macro
H A Dparam.h384 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/dflybsd-src/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c317 int n, howmany; in _nc_timed_wait() local
/dflybsd-src/lib/libc/stdio/
H A Dprintfcommon.h115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, in io_pad()
H A Dxprintf.c135 __printf_pad(struct __printf_io *io, int howmany, int zero) in __printf_pad()
H A Dvfprintf.c371 #define PAD(howmany, with) { \ in __vfprintf() argument
H A Dvfwprintf.c448 #define PAD(howmany, with) { \ in __vfwprintf() argument
/dflybsd-src/lib/libc/stdlib/
H A Dstrfmon.c82 #define GRPCPY(howmany) do { \ argument
/dflybsd-src/contrib/file/src/
H A Dmagic.c517 size_t howmany = in file_or_fd() local
/dflybsd-src/sys/netinet6/
H A Dip6_mroute.h99 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/dflybsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c1642 spaces(int howmany)
/dflybsd-src/sys/net/netmap/
H A Dnetmap.c784 u_int i, howmany, src_lim, dst_lim; in netmap_sw_to_nic() local
H A Dnetmap_vale.c1226 u_int needed, howmany; in nm_bdg_flush() local
/dflybsd-src/crypto/openssh/
H A Ddefines.h429 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
/dflybsd-src/contrib/ldns/
H A Drr.c1210 ldns_rr_list_pop_rr_list(ldns_rr_list *rr_list, size_t howmany) in ldns_rr_list_pop_rr_list()
/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro