Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dhash_rolling_inc.h18 static const uint32_t FN(kInvalidPos) = 0xffffffff; variable
72 self->table[i] = FN(kInvalidPos); in Initialize()
171 size_t found_ix = FN(kInvalidPos); in FindLongestMatch()
179 if (pos == cur_ix && found_ix != FN(kInvalidPos)) { in FindLongestMatch()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_rolling_inc.h18 static const uint32_t FN(kInvalidPos) = 0xffffffff; variable
72 self->table[i] = FN(kInvalidPos); in Initialize()
171 size_t found_ix = FN(kInvalidPos); in FindLongestMatch()
179 if (pos == cur_ix && found_ix != FN(kInvalidPos)) { in FindLongestMatch()

Completed in 2 milliseconds