Home
last modified time | relevance | path

Searched refs:next_ix (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dhash_rolling_inc.h47 size_t next_ix; member
59 self->next_ix = 0; in Initialize()
139 self->next_ix = position; in StitchToPreviousBlock()
166 for (pos = self->next_ix; pos <= cur_ix; pos += JUMP) { in FindLongestMatch()
202 self->next_ix = cur_ix + JUMP; in FindLongestMatch()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_rolling_inc.h47 size_t next_ix; member
59 self->next_ix = 0; in Initialize()
139 self->next_ix = position; in StitchToPreviousBlock()
166 for (pos = self->next_ix; pos <= cur_ix; pos += JUMP) { in FindLongestMatch()
202 self->next_ix = cur_ix + JUMP; in FindLongestMatch()

Completed in 1 milliseconds