Home
last modified time | relevance | path

Searched defs:countSize (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/zstd/lib/compress/
H A Dhist.c74 size_t const countSize = (*maxSymbolValuePtr + 1) * sizeof(*count); in HIST_count_parallel_wksp() local
H A Dzstd_compress.c2786 { size_t const countSize = ZSTD_buildCTable( in ZSTD_buildSequencesStatistics() local
2818 { size_t const countSize = ZSTD_buildCTable( in ZSTD_buildSequencesStatistics() local
2848 { size_t const countSize = ZSTD_buildCTable( in ZSTD_buildSequencesStatistics() local
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer2DictEncoder.java200 final int countSize = BinaryDictIOUtils.getPtNodeCountSize(ptNodeCount); in writePtNodeCount() local
DBinaryDictIOUtils.java227 final int countSize = BinaryDictIOUtils.getPtNodeCountSize(ptNodeCount); in writePtNodeCount() local
/aosp_15_r20/external/zstd/lib/common/
H A Dentropy_common.c61 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body() local