/external/autotest/client/common_lib/cros/network/ |
iw_runner_unittest.py | 65 ' HT operation:\n' 77 ' HT operation:\n' 89 ' HT operation:\n' 103 ' HT operation:\n' 124 ' HT operation:\n' 147 self.assertEquals(iw_bss_1.ht, iw_bss_2[0].ht) 196 """Test with a network that doesn't have ht."""
|
iw_runner.py | 45 'ht', 'signal']) 101 HT capabilities: 104 HT operation: 122 ht = None 133 iwbss = IwBss(bss, frequency, ssid, security, ht, signal) 135 bss = frequency = ssid = security = ht = None 145 ht = HT_TABLE[line.split(':')[1].strip()] 151 bss_list.append(IwBss(bss, frequency, ssid, security, ht, signal)) 501 # HT TX/RX MCS rate indexes supported: 0-15, 32 502 if re.search('HT TX/RX MCS rate indexes supported: ', line) [all...] |
/external/libmpeg2/common/ |
ideint_utils.c | 191 WORD32 ht) 195 for(j = 0; j < ht; j += 2)
|
/external/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 14 // ScopedHashTable<int, int> HT; 16 // ScopedHashTableScope<int, int> Scope1(HT); 17 // HT.insert(0, 0); 18 // HT.insert(1, 1); 20 // ScopedHashTableScope<int, int> Scope2(HT); 21 // HT.insert(0, 42); 83 /// HT - The hashtable that we are active for. 84 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; 86 /// PrevScope - This is the scope that we are shadowing in HT. 96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); [all...] |
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_Context.cpp | 527 pSymbolDictDecoder->SDHUFFDH = pSeg->m_Result.ht; 544 pSymbolDictDecoder->SDHUFFDW = pSeg->m_Result.ht; 556 pSymbolDictDecoder->SDHUFFBMSIZE = pSeg->m_Result.ht; 571 pSymbolDictDecoder->SDHUFFAGGINST = pSeg->m_Result.ht; 793 pTRD->SBHUFFFS = pSeg->m_Result.ht; 815 pTRD->SBHUFFDS = pSeg->m_Result.ht; 837 pTRD->SBHUFFDT = pSeg->m_Result.ht; 854 pTRD->SBHUFFRDW = pSeg->m_Result.ht; 875 pTRD->SBHUFFRDH = pSeg->m_Result.ht; 896 pTRD->SBHUFFRDX = pSeg->m_Result.ht; [all...] |
/external/libavc/common/arm/ |
ih264_inter_pred_luma_bilinear_a9q.s | 80 @* @param[in] ht 195 beq end_func @ end function if ht=8 278 beq end_func @ end function if ht=4 301 beq end_func @ end function if ht=8 370 beq end_func @ end function if ht=4
|
ih264_inter_pred_filters_luma_vert_a9q.s | 68 @ * @param[in] ht 86 @ WORD32 ht, 94 @ r5 => ht 107 ldr r5, [sp, #104] @Loads ht
|
/external/libhevc/common/arm/ |
ihevc_inter_pred_chroma_vert_w16inp.s | 69 @* @param[in] ht 87 @ word32 ht, 112 ldr r5,[sp,#44] @loads ht 125 tst r5,#3 @checks ht == mul of 4 126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4 162 subs r5,r5,#2 @increments ht
|
ihevc_inter_pred_chroma_vert_w16inp_w16out.s | 70 @* @param[in] ht 88 @ word32 ht, 112 ldr r5,[sp,#44] @loads ht 125 tst r5,#3 @checks ht == mul of 4 126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4 160 subs r5,r5,#2 @increments ht
|
ihevc_inter_pred_filters_luma_horz.s | 74 @* @param[in] ht 94 @ word32 ht, 103 @ r5 => ht 126 ldr r8,[sp,#44] @loads ht 131 subs r14,r8,#0 @checks for ht == 0 256 subs r14,r14,#2 @decrement the ht loop 523 subs r14,r14,#2 @decrement the ht by 4
|
ihevc_inter_pred_chroma_horz_w16out.s | 67 @* @param[in] ht 85 @ word32 ht, 110 ldr r6,[sp,#44] @loads ht 114 subs r14,r6,#0 @checks for ht == 0 134 and r7,r14,#1 @added @calculating ht_residue ht_residue = (ht & 1) 285 subs r14,r14,#32 @decrement the ht loop 365 ldr r6,[sp,#44] @loads ht 425 subs r14,r14,#2 @decrement the ht loop 587 subs r14,r14,#4 @decrement the ht loop 660 subs r14,r14,#2 @decrement the ht by [all...] |
ihevc_inter_pred_chroma_horz.s | 69 @* @param[in] ht 88 @ word32 ht, 111 ldr r7,[sp,#44] @loads ht 115 subs r14,r7,#0 @checks for ht == 0 272 subs r14,r14,#32 @decrement the ht loop 429 subs r14,r14,#2 @decrement the ht loop 613 subs r14,r14,#4 @decrement the ht loop 667 subs r14,r14,#2 @decrement the ht by 2
|
/external/boringssl/src/crypto/bn/ |
generic.c | 143 BN_ULONG m, m1, lt, ht; \ 146 ht = h; \ 149 m1 = (bl) * (ht); \ 150 ht = (bh) * (ht); \ 153 ht += L2HBITS((BN_ULONG)1); \ 154 ht += HBITS(m); \ 158 ht++; \ 160 (h) = ht; \
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 538 const transform_2d ht = FHT_4[tx_type]; local 546 ht.cols(temp_in, temp_out); 555 ht.rows(temp_in, temp_out); 682 const transform_2d ht = FHT_8[tx_type]; local 688 ht.cols(temp_in, temp_out); 697 ht.rows(temp_in, temp_out); 768 const transform_2d ht = FHT_16[tx_type]; local 774 ht.cols(temp_in, temp_out); 783 ht.rows(temp_in, temp_out);
|
/external/libevent/ |
ht-internal.h | 126 int name##_HT_GROW(struct name *ht, unsigned min_capacity); \ 127 void name##_HT_CLEAR(struct name *ht); \ 128 int _##name##_HT_REP_IS_BAD(const struct name *ht); \
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.h | 128 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.h | 56 void wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht,
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 316 int ht = reflowed.getLineTop(n); local 322 ht -= toppad; 327 ht += botpad; 331 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_image.c | 315 unsigned ht = (height + TILE_SIZE - 1) / TILE_SIZE; local 317 uint8_t *tiled = MALLOC(wt * ht * TILE_SIZE * TILE_SIZE * 4);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
TutorialEN.java | 139 int ht = tv.getPaddingTop() + tv.getPaddingBottom(); local 158 pop.setHeight(ht + l.getHeight());
|
/system/connectivity/shill/ |
hook_table_unittest.cc | 251 std::unique_ptr<HookTable> ht(new HookTable(&event_dispatcher_)); 255 ht->Add(kName, start_callback);
|
/toolchain/binutils/binutils-2.25/binutils/ |
windmc.c | 585 unichar *ht = n->message; local 591 while (txt_len > 0 && ht[txt_len - 1] > 0 && ht[txt_len - 1] < 0x20) 592 ht[--txt_len] = 0; 601 while (*ht != 0) 603 target_put_16 (ret->data + txt_len, *ht++);
|
/external/iproute2/tc/ |
tc_bpf.c | 708 struct bpf_hash_entry *ht[256]; member in struct:bpf_elf_ctx 914 entry = ctx->ht[pinning & (ARRAY_SIZE(ctx->ht) - 1)]; [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
sub_pixel_variance_msa.c | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QSTileHost.java | 147 final HandlerThread ht = new HandlerThread(QSTileHost.class.getSimpleName(), local 149 ht.start(); 150 mLooper = ht.getLooper();
|