Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c317 int n, howmany; in _nc_timed_wait() local
/freebsd/sys/dev/netmap/
H A Dnetmap_offloadings.c156 u_int *j, u_int lim, u_int *howmany) in bdg_mismatch_datapath()
H A Dnetmap_vale.c832 u_int needed, howmany; in nm_vale_flush() local
/freebsd/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.c138 __printf_pad(struct __printf_io *io, int howmany, int zero) in __printf_pad()
H A Dvfprintf.c376 #define PAD(howmany, with) { \ in __vfprintf() argument
H A Dvfwprintf.c451 #define PAD(howmany, with) { \ in __vfwprintf() argument
/freebsd/contrib/pf/libevent/
H A Dselect.c57 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd/lib/libc/stdlib/
H A Dstrfmon.c85 #define GRPCPY(howmany) do { \ argument
/freebsd/contrib/file/src/
H A Dmagic.c517 size_t howmany = in file_or_fd() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c314 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop()
/freebsd/sys/sys/
H A Dparam.h319 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h156 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c232 #define PAD(howmany, with) do \ argument
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h174 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd/sys/netinet6/
H A Dip6_mroute.h87 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h228 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c1656 spaces(int howmany)
/freebsd/crypto/openssh/
H A Ddefines.h429 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
/freebsd/contrib/ldns/
H A Drr.c1211 ldns_rr_list_pop_rr_list(ldns_rr_list *rr_list, size_t howmany) in ldns_rr_list_pop_rr_list()
/freebsd/stand/kshim/
H A Dbsd_kernel.h41 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h41 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c518 #define DTRACE_INSCRATCHPTR(mstate, ptr, howmany) \ argument