Searched refs:hti (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c600 Htaccess *hti; local
602 for (hti = prev_hti; hti; hti = hti->next) {
603 if (l >= strlen(hti->before_colon)) {
604 /* insert before hti */
605 cur->next = hti;
606 if (prev_hti != hti) {
614 if (prev_hti != hti)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c251 int hti; member in struct:Vp3DecodeContext
2188 av_dlog(avctx, "hti %d hbits %x token %d entry : %d size %d\n",
2189 s->hti, s->hbits, token, s->entries, s->huff_code_size);
2190 s->huffman_table[s->hti][token][0] = s->hbits;
2191 s->huffman_table[s->hti][token][1] = s->huff_code_size;
2417 for (s->hti = 0; s->hti < 80; s->hti++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c242 int hti; member in struct:Vp3DecodeContext
2075 //av_log(avctx, AV_LOG_DEBUG, "hti %d hbits %x token %d entry : %d size %d\n", s->hti, s->hbits, token, s->entries, s->huff_code_size);
2076 s->huffman_table[s->hti][token][0] = s->hbits;
2077 s->huffman_table[s->hti][token][1] = s->huff_code_size;
2295 for (s->hti = 0; s->hti < 80; s->hti++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmlme.c141 struct ieee80211_ht_info *hti,
163 ieee80211_channel_to_frequency(hti->control_chan))
171 (hti->ht_param & IEEE80211_HT_PARAM_CHAN_WIDTH_ANY)) {
172 switch(hti->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) {
209 ht_opmode = le16_to_cpu(hti->operation_mode);
140 ieee80211_enable_ht(struct ieee80211_sub_if_data *sdata, struct ieee80211_ht_info *hti, const u8 *bssid, u16 ap_ht_cap_flags) argument

Completed in 138 milliseconds