Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.c500 mpd_uint_t l=l, h=h, hprev=hprev; /* low, high, previous high */ in _mpd_baseshiftr() local
502 mpd_uint_t l, h, hprev; /* low, high, previous high */ in _mpd_baseshiftr()
518 _mpd_divmod_pow10(&hprev, &rest, src[q], r); in _mpd_baseshiftr()
527 dest[j] = ph * l + hprev; in _mpd_baseshiftr()
528 hprev = h; in _mpd_baseshiftr()
531 if (hprev != 0) { /* always the case if slen==q-1 */ in _mpd_baseshiftr()
532 dest[j] = hprev; in _mpd_baseshiftr()
/external/zopfli/src/zopfli/
Dlz77.c247 unsigned short* hprev = h->prev; in ZopfliFindLongestMatch() local
279 p = hprev[pp]; in ZopfliFindLongestMatch()
290 assert(p == hprev[pp]); in ZopfliFindLongestMatch()
337 hprev = h->prev2; in ZopfliFindLongestMatch()
344 p = hprev[p]; in ZopfliFindLongestMatch()