Lines Matching refs:MEM_STATIC

124 MEM_STATIC ZSTD_SequenceLength ZSTD_getSequenceLength(SeqStore_t const* seqStore, SeqDef const* seq)  in ZSTD_getSequenceLength()
576 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
593 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
610 MEM_STATIC int ZSTD_cParam_withinBounds(ZSTD_cParameter cParam, int value) in ZSTD_cParam_withinBounds()
622 MEM_STATIC const BYTE*
641 MEM_STATIC size_t
653 MEM_STATIC size_t
669 MEM_STATIC size_t ZSTD_minGain(size_t srcSize, ZSTD_strategy strat) in ZSTD_minGain()
677 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
809 MEM_STATIC void
833 MEM_STATIC Repcodes_t
846 MEM_STATIC size_t ZSTD_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* const pInLimit) in ZSTD_count()
871 MEM_STATIC size_t
892 MEM_STATIC size_t ZSTD_hash3Ptr(const void* ptr, U32 h) { return ZSTD_hash3(MEM_readLE32(ptr), h, 0… in ZSTD_hash3Ptr()
893 MEM_STATIC size_t ZSTD_hash3PtrS(const void* ptr, U32 h, U32 s) { return ZSTD_hash3(MEM_readLE32(pt… in ZSTD_hash3PtrS()
921 MEM_STATIC FORCE_INLINE_ATTR
939 MEM_STATIC FORCE_INLINE_ATTR
990 MEM_STATIC U64 ZSTD_rollingHash_compute(void const* buf, size_t size) in ZSTD_rollingHash_compute()
999 MEM_STATIC U64 ZSTD_rollingHash_primePower(U32 length) in ZSTD_rollingHash_primePower()
1007 MEM_STATIC U64 ZSTD_rollingHash_rotate(U64 hash, BYTE toRemove, BYTE toAdd, U64 primePower) in ZSTD_rollingHash_rotate()
1033 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear()
1042 MEM_STATIC U32 ZSTD_window_isEmpty(ZSTD_window_t const window) in ZSTD_window_isEmpty()
1053 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict()
1063 MEM_STATIC ZSTD_dictMode_e ZSTD_matchState_dictMode(const ZSTD_MatchState_t *ms) in ZSTD_matchState_dictMode()
1089 MEM_STATIC U32 ZSTD_window_canOverflowCorrect(ZSTD_window_t const window, in ZSTD_window_canOverflowCorrect()
1124 MEM_STATIC U32 ZSTD_window_needOverflowCorrection(ZSTD_window_t const window, in ZSTD_window_needOverflowCorrection()
1149 MEM_STATIC
1247 MEM_STATIC void
1292 MEM_STATIC void
1326 MEM_STATIC void ZSTD_window_init(ZSTD_window_t* window) { in ZSTD_window_init()
1344 MEM_STATIC
1387 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_MatchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex()
1404 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_MatchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
1421 MEM_STATIC int ZSTD_index_overlap_check(const U32 prefixLowestIndex, const U32 repIndex) { in ZSTD_index_overlap_check()
1429 MEM_STATIC double ZSTD_fWeight(U32 rawStat) in ZSTD_fWeight()
1444 MEM_STATIC void ZSTD_debugTable(const U32* table, U32 max) in ZSTD_debugTable()
1479 MEM_STATIC void ZSTD_writeTaggedIndex(U32* const hashTable, size_t hashAndTag, U32 index) { in ZSTD_writeTaggedIndex()
1488 MEM_STATIC int ZSTD_comparePackedTags(size_t packedTag1, size_t packedTag2) { in ZSTD_comparePackedTags()
1605 MEM_STATIC int ZSTD_hasExtSeqProd(const ZSTD_CCtx_params* params) { in ZSTD_hasExtSeqProd()