Searched defs:howmany (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 188 #define howmany(x, y) ((((u_int)(x))+(((u_int)(y))-1))/((u_int)(y))) macro 191 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
H A D | types.h | 68 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
/titanic_44/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 163 int howmany; in sortid() local
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | authfd.h | 72 int howmany; member
|
H A D | defines.h | 441 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | select.h | 131 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
H A D | sysmacros.h | 222 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 85 #define GRPCPY(howmany) { \ argument
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_handle.c | 311 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | param.h | 265 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 234 #define PAD(howmany, with) do \ argument
|
/titanic_44/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 1821 spaces(howmany) in spaces() argument
|
/titanic_44/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 305 sm_is_flag_set(sm_uqi_t *uqi, uint_t flag, uint_t howmany) in sm_is_flag_set()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | lgrp.c | 2844 int howmany; in lpl_topo_bootstrap() local
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 2830 reclaim_tx_descs(struct sge_txq *txq, int howmany) in reclaim_tx_descs()
|