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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfd_set.h90 #ifndef howmany
91 #define howmany(a, b) __howmany(a, b) macro
H A Dparam.h236 #ifndef howmany
237 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXpoll.h84 #ifndef howmany
85 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
90 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
118 * The howmany(FD_SETSIZE, NFDBITS) computes the number of elements in the
123 ((howmany(FD_SETSIZE, NFDBITS) > 0 && (__XFDS_BITS(p, 0))) || \
124 (howmany(FD_SETSIZE, NFDBITS) > 1 && (__XFDS_BITS(p, 1))) || \
125 (howmany(FD_SETSIZE, NFDBITS) > 2 && (__XFDS_BITS(p, 2))) || \
126 (howmany(FD_SETSIZE, NFDBITS) > 3 && (__XFDS_BITS(p, 3))) || \
127 (howmany(FD_SETSIZE, NFDBITS) > 4 && (__XFDS_BITS(p, 4))) || \
128 (howmany(FD_SETSIZ
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_handle.c313 dtrace_dropkind_t what, uint64_t howmany)
325 drop.dtdda_drops = howmany;
338 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ",
339 howmany > 1 ? "s" : "", cpu);
312 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h115 #ifndef howmany
116 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
120 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];

Completed in 53 milliseconds