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

12

/haiku/headers/compatibility/bsd/sys/
H A Dparam.h30 #ifndef howmany
31 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/haiku/headers/posix/sys/
H A Dselect.h33 #ifndef howmany
34 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/haiku/headers/private/firewire/
H A Dfwglue.h24 #ifndef howmany
25 #define howmany(x, y) (((x)+((y)-1))/(y)) // x/y��������� macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h78 #ifndef howmany
79 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_var.h282 u_char ic_chan_avail[howmany(IEEE80211_CHAN_MAX,NBBY)];
283 u_char ic_chan_active[howmany(IEEE80211_CHAN_MAX, NBBY)];
284 u_char ic_chan_scan[howmany(IEEE80211_CHAN_MAX,NBBY)];
378 u_int8_t ic_sup_mcs[howmany(80, NBBY)];
H A Dieee80211_node.h346 uint8_t ni_rxmcs[howmany(80,NBBY)];
358 uint8_t ni_basic_mcs[howmany(128,NBBY)];
H A Dieee80211_ioctl.h351 uint8_t nr_rxmcs[howmany(80,NBBY)];
H A Dieee80211_node.c721 size = howmany(ic->ic_max_aid, 32) * sizeof(u_int32_t);
729 ic->ic_tim_len = howmany(ic->ic_max_aid, 8);
790 howmany(ic->ic_max_aid, 32) * sizeof(u_int32_t));
1465 u_char occupied[howmany(IEEE80211_CHAN_MAX, NBBY)];
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c530 numSymbols = howmany(numBits, bitsPerSymbol);
540 numSymbols = howmany(numBits, bitsPerSymbol);
550 numSymbols = howmany(numBits, bitsPerSymbol);
561 numSymbols = howmany(numBits, bitsPerSymbol);
610 numSymbols = howmany(numBits, bitsPerSymbol);
H A D_ieee80211.h78 #define IEEE80211_MODE_BYTES howmany(IEEE80211_MODE_MAX, NBBY)
163 #define IEEE80211_CHAN_BYTES howmany(IEEE80211_CHAN_MAX, NBBY)
H A Dieee80211_power.c88 vap->iv_tim_len = howmany(vap->iv_max_aid,8) * sizeof(uint8_t);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp159 nseg = howmany(n, ssize / esize);*/
162 nseg = howmany(n, ssize / esize);
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h559 uint8_t sc_ucode_api[howmany(IWM_NUM_UCODE_TLV_API, NBBY)];
560 uint8_t sc_enabled_capa[howmany(IWM_NUM_UCODE_TLV_CAPA, NBBY)];
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h490 /* inode map */ howmany((fs)->fs_ipg, NBBY) + \
491 /* block map */ howmany((fs)->fs_fpg, NBBY) +\
494 /* cluster map */ howmany(fragstoblks(fs, (fs)->fs_fpg), NBBY)))
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c78 #define GRPCPY(howmany) do { \
79 int i = howmany; \
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h716 uint8_t sc_ucode_api[howmany(IWX_NUM_UCODE_TLV_API, NBBY)];
717 uint8_t sc_enabled_capa[howmany(IWX_NUM_UCODE_TLV_CAPA, NBBY)];
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c418 numSymbols = howmany(numBits, bitsPerSymbol);
467 numSymbols = howmany(numBits, bitsPerSymbol);
478 numSymbols = howmany(numBits, bitsPerSymbol);
489 numSymbols = howmany(numBits, bitsPerSymbol);
500 numSymbols = howmany(numBits, bitsPerSymbol);
H A Dah_internal.h42 #ifndef howmany
43 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/haiku/src/bin/fwcontrol/
H A Dfwcrom.c482 tl->crc_len = howmany(sizeof(struct csrtext) + len, sizeof(uint32_t));
489 for (i = 0; i < howmany(len, sizeof(uint32_t)); i ++)
/haiku/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/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwnvar.h216 uint8_t keys_bmap[howmany(RTWN_CAM_ENTRY_LIMIT, NBBY)];
H A Dif_rtwn.c837 null_data = howmany(bcn_size, sc->page_size);
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c862 tmp = howmany(maxfd+1, NFDBITS) * sizeof(fd_mask);
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c1187 howmany(freq.clkfreq_max * 150, 1000000));
1189 howmany(freq.clkfreq_max * 15, 1000000));
2871 len = howmany(pkt_bitlen * 2, rate);
3458 sc->sc_pwron_delay = howmany((val + 2) * 1000000, freq.clkfreq_min);
H A Dbwimac.c1891 rf_atten_adj = -howmany(txpwr_diff, 8);

Completed in 405 milliseconds

12