Home
last modified time | relevance | path

Searched refs:prefixIdxLimit (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c1170 U32 const prefixIdxLimit = startIndex - dictSize; /* used when dictDirective == dictSmall */ in LZ4_compress_generic_validated() local
1320 if ((dictIssue == dictSmall) && (matchIndex < prefixIdxLimit)) in LZ4_compress_generic_validated()
1558 …if (((dictIssue == dictSmall) ? (matchIndex >= prefixIdxLimit) : 1) && (((tableType == byU16) && (… in LZ4_compress_generic_validated()