Home
last modified time | relevance | path

Searched refs:s_dist_base (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c671 …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
850 num_extra = s_dist_extra[dist]; dist = s_dist_base[dist]; in tinfl_decompress()