Searched refs:hcode (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/com32/lib/jpeg/ |
D | tinyjpeg.c | 224 int value, hcode; in get_next_huffman_code() local 228 look_nbits(priv->reservoir, priv->nbits_in_reservoir, priv->stream, HUFFMAN_HASH_NBITS, hcode); in get_next_huffman_code() 229 value = huffman_table->lookup[hcode]; in get_next_huffman_code() 242 look_nbits(priv->reservoir, priv->nbits_in_reservoir, priv->stream, nbits, hcode); in get_next_huffman_code() 246 if (slowtable[0] == hcode) { in get_next_huffman_code()
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 219 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode() argument 221 huff->bits += hcode.bits; in AccumulateHCode() 222 huff->value |= (uint32_t)hcode.value << shift; in AccumulateHCode() 224 return hcode.bits; in AccumulateHCode() 232 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable() local 233 if (hcode.value >= NUM_LITERAL_CODES) { in BuildPackedTable() 234 huff->bits = hcode.bits + BITS_SPECIAL_MARKER; in BuildPackedTable() 235 huff->value = hcode.value; in BuildPackedTable() 239 bits >>= AccumulateHCode(hcode, 8, huff); in BuildPackedTable()
|
/external/valgrind/coregrind/ |
D | m_transtab.c | 716 void* hcode ) in find_TTEntry_from_hcode() argument 732 key.start = hcode; in find_TTEntry_from_hcode() 754 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode); in find_TTEntry_from_hcode() 768 static Bool is_in_the_main_TC ( const void* hcode ) in is_in_the_main_TC() argument 775 if ((const UChar*)hcode >= (const UChar*)sectors[sno].tc in is_in_the_main_TC() 776 && (const UChar*)hcode <= (const UChar*)sectors[sno].tc_next in is_in_the_main_TC() 2165 Addr hcode; member 2269 unredir_tt[i].hcode = (Addr)dstP; in VG_() 2286 *result = unredir_tt[i].hcode; in VG_()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1149 Addr hcode = 0; in handle_noredir_jump() local 1152 Bool found = VG_(search_unredir_transtab)( &hcode, ip ); in handle_noredir_jump() 1158 found = VG_(search_unredir_transtab)( &hcode, ip ); in handle_noredir_jump() 1173 vg_assert(hcode != 0); in handle_noredir_jump() 1178 hcode, True/*use hcode*/ ); in handle_noredir_jump()
|
/external/jemalloc/ |
D | configure.ac | 32 dnl JE_COMPILABLE(label, hcode, mcode, rvar)
|
/external/valgrind/ |
D | NEWS | 1141 315545 Assertion '(UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode' failed
|