Home
last modified time | relevance | path

Searched defs:sliceLen (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/brotli/research/
H A Ddurchschlag.cc258 TextIdx sliceLen = static_cast<TextIdx>(slice_len); in durchschlag_prepare() local
337 TextIdx sliceLen = static_cast<TextIdx>(slice_len); in durchschlag_prepare() local
452 TextIdx sliceLen = context.sliceLen; in durchschlagGenerateExclusive() local
558 TextIdx sliceLen = context.sliceLen; in durchschlagGenerateCollaborative() local
666 TextIdx sliceLen = context.sliceLen; in durchschlag_distill() local
708 TextIdx sliceLen = context.sliceLen; in durchschlag_purify() local
H A Dsieve.cc18 static TextIdx dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, in dryRun()
48 static std::string createDictionary(const uint8_t* data, TextIdx sliceLen, in createDictionary()
87 TextIdx sliceLen = static_cast<TextIdx>(slice_len); in sieve_generate() local
H A Ddurchschlag.h33 DurchschlagTextIdx sliceLen; member
H A Ddictionary_generator.cc129 size_t sliceLen = 16; in main() local
/aosp_15_r20/external/rust/cxx/src/
Dcxx.cc388 std::size_t sliceLen(const void *self) noexcept { in sliceLen() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dcxx.cc416 CXX_CPP_EXPORT std::size_t sliceLen(const void *self) noexcept { in sliceLen() function