Searched defs:howmany (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dparam.h293 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-11-stable/contrib/file/src/
H A Dmagic.c497 size_t howmany = local
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_vale.c965 u_int needed, howmany; local
[all...]
H A Dnetmap_offloadings.c151 bdg_mismatch_datapath(struct netmap_vp_adapter *na, struct netmap_vp_adapter *dst_na, const struct nm_bdg_fwd *ft_p, struct netmap_ring *dst_ring, u_int *j, u_int lim, u_int *howmany) argument
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h38 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h223 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h399 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1666 spaces(int howmany) argument
/freebsd-11-stable/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-11-stable/contrib/pf/libevent/
H A Dselect.c57 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c311 int n, howmany; local
/freebsd-11-stable/contrib/ldns/
H A Drr.c1173 ldns_rr_list_pop_rr_list(ldns_rr_list *rr_list, size_t howmany) argument
/freebsd-11-stable/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-11-stable/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-11-stable/sys/netinet6/
H A Dip6_mroute.h86 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro

Completed in 200 milliseconds