Searched refs:howmany (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/headers/compatibility/bsd/sys/
H A Dparam.h26 #ifndef howmany
27 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/haiku-fatelf/headers/private/firewire/
H A Dfwglue.h22 #ifndef howmany
23 #define howmany(x, y) (((x)+((y)-1))/(y)) // x/y��������� macro
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h53 #ifndef howmany
54 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/haiku-fatelf/headers/posix/sys/
H A Dselect.h33 #ifndef howmany
34 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c424 numSymbols = howmany(numBits, bitsPerSymbol);
434 numSymbols = howmany(numBits, bitsPerSymbol);
444 numSymbols = howmany(numBits, bitsPerSymbol);
455 numSymbols = howmany(numBits, bitsPerSymbol);
H A Dieee80211_power.c80 vap->iv_tim_len = howmany(vap->iv_max_aid,8) * sizeof(uint8_t);
H A Dieee80211_node.c170 howmany(vap->iv_max_aid, 32) * sizeof(uint32_t),
H A Dieee80211_output.c2041 *(uint16_t *)frm = htole16(howmany(ic->ic_lintval,
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_twait.c278 int n, howmany; local
285 howmany = ioctl(0, 'ichr', &n);
286 if (howmany >= 0 && n > 0) {
H A Dtty_update.c312 int howmany = ioctl(0, 'ichr', &n);
313 if (howmany >= 0 && n > 0) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp159 nseg = howmany(n, ssize / esize);*/
162 nseg = howmany(n, ssize / esize);
/haiku-fatelf/src/libs/ncurses/tack/
H A Dsysdep.c350 int howmany = ioctl(0, 'ichr', &n); local
351 return (howmany >= 0 && n > 0);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c305 numSymbols = howmany(numBits, bitsPerSymbol);
352 numSymbols = howmany(numBits, bitsPerSymbol);
362 numSymbols = howmany(numBits, bitsPerSymbol);
372 numSymbols = howmany(numBits, bitsPerSymbol);
382 numSymbols = howmany(numBits, bitsPerSymbol);
H A Dah_internal.h40 #ifndef howmany
41 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrfmon.c78 #define GRPCPY(howmany) do { \
79 int i = howmany; \
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcrom.c481 tl->crc_len = howmany(sizeof(struct csrtext) + len, sizeof(uint32_t));
488 for (i = 0; i < howmany(len, sizeof(uint32_t)); i ++)
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dvfprintf.c229 #define PAD(howmany, with) do { \
230 if ((n = (howmany)) > 0) { \
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c183 #ifndef howmany
184 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
190 #define RETURN_LIMB_SIZE howmany (MANT_DIG, BITS_PER_MP_LIMB)
197 #define MPNSIZE (howmany (MAX_EXP + 2 * MANT_DIG, BITS_PER_MP_LIMB) \
/haiku-fatelf/src/bin/network/telnet/
H A Dsys_bsd.c938 tmp = howmany(maxfd+1, NFDBITS) * sizeof(fd_mask);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c1202 howmany(freq.clkfreq_max * 150, 1000000));
1204 howmany(freq.clkfreq_max * 15, 1000000));
2904 len = howmany(pkt_bitlen * 2, rate);
3500 sc->sc_pwron_delay = howmany((val + 2) * 1000000, freq.clkfreq_min);
H A Dbwimac.c1898 rf_atten_adj = -howmany(txpwr_diff, 8);
/haiku-fatelf/src/bin/network/ping6/
H A Dping6.c987 fdmasks = howmany(s + 1, NFDBITS) * sizeof(fd_mask);

Completed in 311 milliseconds