Searched defs:kSlackForEightByteHashingEverywhere (Results 1 - 1 of 1) sorted by relevance

/external/brotli/c/enc/
H A Dringbuffer.h74 static const size_t kSlackForEightByteHashingEverywhere = 7; local
76 m, uint8_t, 2 + buflen + kSlackForEightByteHashingEverywhere);
81 2 + rb->cur_size_ + kSlackForEightByteHashingEverywhere);
88 for (i = 0; i < kSlackForEightByteHashingEverywhere; ++i) {

Completed in 131 milliseconds