Searched defs:howmany (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c284 int n, howmany; local
/freebsd-10.0-release/contrib/pf/libevent/
H A Dselect.c57 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-10.0-release/crypto/openssh/
H A Dauthfd.h66 int howmany; member in struct:__anon4929
H A Ddefines.h363 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c312 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/freebsd-10.0-release/lib/libc/stdio/
H A Dprintfcommon.h115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, argument
H A Dxprintf.c138 __printf_pad(struct __printf_io *io, int howmany, int zero) argument
/freebsd-10.0-release/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c119 #undef howmany macro
120 #define howmany(x,y) (((x)+((y)-1)) / (y)) macro
133 #undef howmany macro
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h220 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-10.0-release/sys/sys/
H A Dparam.h275 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.h86 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c1664 spaces(int howmany) argument
/freebsd-10.0-release/contrib/ldns/
H A Drr.c1148 ldns_rr_list_pop_rr_list(ldns_rr_list *rr_list, size_t howmany) argument
/freebsd-10.0-release/sys/dev/netmap/
H A Dnetmap.c948 int i, howmany, src_lim, dst_lim; local
3001 int howmany, retry = netmap_txsync_retry; local
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_internal.h45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro

Completed in 142 milliseconds