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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h70 hash_table ht; member in struct:block_cache
H A Dfs_cache.c173 init_hash_table(hash_table *ht) argument
175 ht->max = HT_DEFAULT_MAX;
176 ht->mask = ht->max - 1;
177 ht->num_elements = 0;
179 ht->table = (hash_ent **)calloc(ht->max, sizeof(hash_ent *));
180 if (ht->table == NULL)
188 shutdown_hash_table(hash_table *ht) argument
193 for(i=0; i < ht
254 grow_hash_table(hash_table *ht) argument
295 hash_insert(hash_table *ht, int dev, fs_off_t bnum, void *data) argument
330 hash_lookup(hash_table *ht, int dev, fs_off_t bnum) argument
349 hash_delete(hash_table *ht, int dev, fs_off_t bnum) argument
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c12 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
21 *ht &= 0xfff8;
27 if (*ht > ((0x01ff + 5) << 3)) *ht = ((0x01ff + 5) << 3);
42 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
45 if (*ht > (*hd_e + 0x3f8)) *ht = (*hd_e + 0x3f8);
48 if (*hs_e > (*ht - 8)) *hs_e = (*ht
11 eng_crtc_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dcrtc2.c12 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
21 *ht &= 0xfff8;
27 if (*ht > ((0x01ff + 5) << 3)) *ht = ((0x01ff + 5) << 3);
35 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
38 if (*ht > (*hd_e + 0x3f8)) *ht = (*hd_e + 0x3f8);
41 if (*hs_e > (*ht - 8)) *hs_e = (*ht
11 eng_crtc2_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dproto.h64 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
84 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc.c12 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
21 *ht &= 0xfff8;
27 if (*ht > ((0x01ff + 5) << 3)) *ht = ((0x01ff + 5) << 3);
37 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
40 if (*ht > (*hd_e + 0x3f8)) *ht = (*hd_e + 0x3f8);
43 if (*hs_e > (*ht - 8)) *hs_e = (*ht
11 eng_crtc_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dcrtc2.c12 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
21 *ht &= 0xfff8;
27 if (*ht > ((0x01ff + 5) << 3)) *ht = ((0x01ff + 5) << 3);
35 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
38 if (*ht > (*hd_e + 0x3f8)) *ht = (*hd_e + 0x3f8);
41 if (*hs_e > (*ht - 8)) *hs_e = (*ht
11 eng_crtc2_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dproto.h64 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
84 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c14 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
23 *ht &= 0x0ff8;
29 if (*ht > ((0x01ff + 5) << 3)) *ht = ((0x01ff + 5) << 3);
51 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
54 if (*ht > (*hd_e + 0x3f8)) *ht = (*hd_e + 0x3f8);
57 if (*hs_e > (*ht - 8)) *hs_e = (*ht
13 gx00_crtc_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dmga_proto.h84 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c110 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
119 *ht &= 0xfff8;
125 if (*ht > ((0x01ff + 5) << 3)) *ht = ((0x01ff + 5) << 3);
140 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
143 if (*ht > (*hd_e + 0x3f8)) *ht = (*hd_e + 0x3f8);
146 if (*hs_e > (*ht - 8)) *hs_e = (*ht
109 nv_crtc_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dnv_crtc2.c110 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
119 *ht &= 0xfff8;
125 if (*ht > ((0x01ff + 5) << 3)) *ht = ((0x01ff + 5) << 3);
133 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
136 if (*ht > (*hd_e + 0x3f8)) *ht = (*hd_e + 0x3f8);
139 if (*hs_e > (*ht - 8)) *hs_e = (*ht
109 nv_crtc2_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dnv_proto.h77 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
97 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c12 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
21 *ht &= 0xfff8;
27 if (*ht > ((0xff + 5) << 3)) *ht = ((0xff + 5) << 3);
36 if (*ht < (*hd_e + 80)) *ht = (*hd_e + 80);
40 if (*ht > (*hd_e + 0x1f8)) *ht = (*hd_e + 0x1f8);
43 if (*hs_e > (*ht - 8)) *hs_e = (*ht
11 nm_crtc_validate_timing( uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht, uint16 *vd_e,uint16 *vs_s,uint16 *vs_e,uint16 *vt ) argument
[all...]
H A Dnm_proto.h37 uint16 *hd_e,uint16 *hs_s,uint16 *hs_e,uint16 *ht,
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h72 hash_table ht; member in struct:block_cache
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.c1531 "HT bss occupancy change: %d sta, %d ht, "
3492 struct ieee80211_ie_htinfo *ht = local
3499 ht->hi_ctrlchannel = ieee80211_chan2ieee(ic, bsschan);
3501 ht->hi_byte1 = IEEE80211_HTINFO_RIFSMODE_PERM;
3503 ht->hi_byte1 = IEEE80211_HTINFO_RIFSMODE_PROH;
3505 ht->hi_byte1 |= IEEE80211_HTINFO_2NDCHAN_ABOVE;
3507 ht->hi_byte1 |= IEEE80211_HTINFO_2NDCHAN_BELOW;
3509 ht->hi_byte1 |= IEEE80211_HTINFO_2NDCHAN_NONE;
3511 ht->hi_byte1 |= IEEE80211_HTINFO_TXWIDTH_2040;
3520 ht
[all...]
H A Dieee80211_hostap.c1719 const struct ieee80211_ie_htinfo *ht = local
1721 return (ht->hi_byte2 & IEEE80211_HTINFO_OPMODE) ==
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp697 font_height ht; local
698 be_plain_font->GetHeight(&ht);
699 const float f_height = ht.ascent + ht.descent + ht.leading;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h1644 struct iwn_rx_ht_phy_stats ht; member in struct:iwn_rx_stats
1658 struct iwn_rx_ht_phy_stats ht; member in struct:iwn_rx_stats_bt
H A Dif_iwn.c3440 memcpy(&lstats->rx.ht, &stats_bt->rx_bt.ht,
3548 calib->bad_plcp_ht = le32toh(rs->rx.ht.bad_plcp);
6410 delta_ht = le32toh(rs->rx.ht.bad_plcp) - calib->bad_plcp_ht;
6443 "%s: time delta: %d; cck=%d, ofdm=%d, ht=%d, total=%d, thresh=%d\n",
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2613 if (ht->ht_extprotspacing == HAL_HT_EXTPROTSPACING_25)

Completed in 141 milliseconds