/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_lazy.c | 1517 ZSTD_matchState_t* ms, seqStore_t* seqStore, in ZSTD_compressBlock_lazy_generic() 1785 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_greedy() 1792 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_greedy_dictMatchState() 1799 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_greedy_dedicatedDictSearch() 1806 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_greedy_row() 1813 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_greedy_dictMatchState_row() 1820 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_greedy_dedicatedDictSearch_row() 1829 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy() 1836 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy_dictMatchState() 1843 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy_dedicatedDictSearch() [all …]
|
H A D | zstd_opt.c | 908 rawSeqStore_t seqStore; /* External match candidates store for this block */ member 1076 seqStore_t* seqStore, in ZSTD_compressBlock_opt_generic() 1443 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt0() 1452 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt2() 1461 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt() 1481 seqStore_t* seqStore, in ZSTD_initStats_ultra() 1506 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btultra() 1514 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btultra2() 1544 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt_dictMatchState() 1551 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt_extDict() [all …]
|
H A D | zstd_fast.c | 149 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_noDict_generic() 428 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast() 466 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic() 670 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState() 693 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict_generic() 951 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict()
|
H A D | zstd_double_fast.c | 106 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_noDict_generic() 317 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 561 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast() 581 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState() 603 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic() 752 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict()
|
H A D | zstd_compress_superblock.c | 129 ZSTD_seqDecompressedSize(seqStore_t const* seqStore, in ZSTD_seqDecompressedSize() 429 static size_t countLiterals(seqStore_t const* seqStore, const seqDef* sp, size_t seqCount) in countLiterals()
|
H A D | zstd_compress.c | 3366 static size_t ZSTD_copyBlockSequences(SeqCollector* seqCollector, const seqStore_t* seqStore, const… in ZSTD_copyBlockSequences() 3534 static int ZSTD_maybeRLE(seqStore_t const* seqStore) in ZSTD_maybeRLE() 3884 ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize(seqStore_t* seqStore, ZSTD_CCtx* zc) in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize() 3905 static size_t ZSTD_countSeqStoreLiteralsBytes(const seqStore_t* const seqStore) in ZSTD_countSeqStoreLiteralsBytes() 3920 static size_t ZSTD_countSeqStoreMatchBytes(const seqStore_t* const seqStore) in ZSTD_countSeqStoreMatchBytes() 4007 const seqStore_t* const seqStore, U32 const nbSeq) in ZSTD_seqStore_resolveOffCodes() 4042 const seqStore_t* const seqStore, in ZSTD_compressSeqStore_singleBlock()
|
H A D | zstd_ldm.c | 667 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_ldm_blockCompress()
|
H A D | zstdmt_compress.c | 581 ZSTD_CCtx* jobCCtx, rawSeqStore_t seqStore, in ZSTDMT_serialState_update()
|
H A D | zstd_compress_internal.h | 429 seqStore_t seqStore; /* sequences storage ptrs */ member
|
/aosp_15_r20/external/zstd/tests/ |
H A D | decodecorpus.c | 630 static inline void initSeqStore(seqStore_t *seqStore) { in initSeqStore() 644 generateSequences(U32* seed, frame_t* frame, seqStore_t* seqStore, in generateSequences() 1001 seqStore_t seqStore; in writeSequencesBlock() local
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | zstd_internal.h | 322 MEM_STATIC ZSTD_sequenceLength ZSTD_getSequenceLength(seqStore_t const* seqStore, seqDef const* seq) in ZSTD_getSequenceLength()
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v01.c | 1394 seqStore_t seqStore; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 32854 rawSeqStore_t seqStore; member 78400 seqStore_t seqStore; member
|
H A D | vmlinux_602.h | 32854 rawSeqStore_t seqStore; member 78400 seqStore_t seqStore; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 54653 seqStore_t seqStore; member 65593 rawSeqStore_t seqStore; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 34620 seqStore_t seqStore; member 141315 rawSeqStore_t seqStore; member
|
H A D | vmlinux.h | 34620 seqStore_t seqStore; member 141315 rawSeqStore_t seqStore; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 74904 seqStore_t seqStore; member 75401 rawSeqStore_t seqStore; member
|
H A D | vmlinux.h | 74904 seqStore_t seqStore; member 75401 rawSeqStore_t seqStore; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 64411 seqStore_t seqStore; member 75381 rawSeqStore_t seqStore; member
|