Searched refs:s_dist_base (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | tinfl.c | 264 …static const int s_dist_base[32] = { 1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193, 257,385,513,769,1… in tinfl_decompress() local 446 num_extra = s_dist_extra[dist]; dist = s_dist_base[dist]; in tinfl_decompress()
|