Home
last modified time | relevance | path

Searched refs:blockLen (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc454 TextIdx blockLen = static_cast<TextIdx>(block_len); in durchschlagGenerateExclusive() local
455 if (blockLen != block_len) { in durchschlagGenerateExclusive()
465 if (blockLen < sliceLen) { in durchschlagGenerateExclusive()
469 if (targetSize < blockLen || total < blockLen) { in durchschlagGenerateExclusive()
475 TextIdx span = blockLen - sliceLen + 1; in durchschlagGenerateExclusive()
491 if (dictSize > targetSize - blockLen) { in durchschlagGenerateExclusive()
541 addRange(&ranges, candidate, candidate + blockLen); in durchschlagGenerateExclusive()
560 TextIdx blockLen = static_cast<TextIdx>(block_len); in durchschlagGenerateCollaborative() local
561 if (blockLen ! in durchschlagGenerateCollaborative()
[all...]
H A Dbrotlidump.py1833 blockLen = 0
1835 while blockLen<self.MLEN:
1850 blockLen += litLen
1852 if blockLen>=self.MLEN: return
1884 blockLen += copyLen
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp3687 int64_t blockLen = maxMatchLength(loc+4, loopEndLoc-1); // Recursive call.
3688 int64_t updatedLen = (int64_t)currentLen + blockLen * maxLoopCount;
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp3687 int64_t blockLen = maxMatchLength(loc+4, loopEndLoc-1); // Recursive call.
3688 int64_t updatedLen = (int64_t)currentLen + blockLen * maxLoopCount;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp3684 int64_t blockLen = maxMatchLength(loc+4, loopEndLoc-1); // Recursive call.
3685 int64_t updatedLen = (int64_t)currentLen + blockLen * maxLoopCount;

Completed in 24 milliseconds