Searched defs:howmany (Results 1 – 16 of 16) sorted by relevance
/dflybsd-src/sys/sys/ |
H A D | _fd_set.h | 79 #define howmany(a, b) __howmany(a, b) macro
|
H A D | param.h | 384 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
/dflybsd-src/contrib/ncurses/ncurses/tty/ |
H A D | lib_twait.c | 317 int n, howmany; in _nc_timed_wait() local
|
/dflybsd-src/lib/libc/stdio/ |
H A D | printfcommon.h | 115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, in io_pad()
|
H A D | xprintf.c | 135 __printf_pad(struct __printf_io *io, int howmany, int zero) in __printf_pad()
|
H A D | vfprintf.c | 371 #define PAD(howmany, with) { \ in __vfprintf() argument
|
H A D | vfwprintf.c | 448 #define PAD(howmany, with) { \ in __vfwprintf() argument
|
/dflybsd-src/lib/libc/stdlib/ |
H A D | strfmon.c | 82 #define GRPCPY(howmany) do { \ argument
|
/dflybsd-src/contrib/file/src/ |
H A D | magic.c | 517 size_t howmany = in file_or_fd() local
|
/dflybsd-src/sys/netinet6/ |
H A D | ip6_mroute.h | 99 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
|
/dflybsd-src/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 1642 spaces(int howmany)
|
/dflybsd-src/sys/net/netmap/ |
H A D | netmap.c | 784 u_int i, howmany, src_lim, dst_lim; in netmap_sw_to_nic() local
|
H A D | netmap_vale.c | 1226 u_int needed, howmany; in nm_bdg_flush() local
|
/dflybsd-src/crypto/openssh/ |
H A D | defines.h | 429 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
|
/dflybsd-src/contrib/ldns/ |
H A D | rr.c | 1210 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 D | ah_internal.h | 45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|