Lines Matching +full:41 +full:a

31 …  It could be confused for a real successor at index "1", if sorted as larger than its predecessor.
32 … It's not a big deal though : candidate will just be sorted again.
34 … But candidate 1 cannot hide a large tree of candidates, so it's a minimal loss.
35 … is that ZSTD_DUBT_UNSORTED_MARK cannot be mishandled after table re-use with a different strategy.
82 * Stores Literals Block Type for a super-block in hType, and
93 * Stores symbol compression modes for a super-block in {ll, ol, ml}Type, and
174 …ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost…
205 * When loadedDictEnd != 0, a dictionary is in use, and still valid.
206 … * This relies on a mechanism to set loadedDictEnd=0 when dictionary is no longer within distance.
215 …U16* tagTable; /* For row-based matchFinder: A row-based table containin…
216 …U32 hashCache[ZSTD_ROW_HASH_CACHE_SIZE]; /* For row-based matchFinder: a cache of hashes to improv…
322 /* Always load a dictionary in ext-dict mode (not prefix mode)? */
344 * in a wksp.
440 ZSTD_cpm_createCDict = 2, /* Creating a CDict.
48141, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, in ZSTD_MLcode()
526 * to generate a compress block or a compressed literals section.
582 * Store a sequence (litlen, litPtr, offCode and matchLength) into seqStore_t.
597 …art = (const BYTE*)literals; /* note : index only works for compression within a single segment */ in ZSTD_storeSeq()
624 … assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */ in ZSTD_storeSeq()
637 … assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */ in ZSTD_storeSeq()
773 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments()
862 * Compute the primePower to be passed to ZSTD_rollingHash_rotate() for a hash
863 * over a window of length bytes.
916 * Returns non-zero if the window has a non-empty extDict.
1048 /* maxDist must be a power of two so that: in ZSTD_window_correctOverflow()
1093 * This must be called before a block compression call.
1095 * loadedDictEnd is only defined if a dictionary is in use for current compression.
1125 - When there is a standard dictionary : in ZSTD_window_enforceMaxDist()
1248 /* When using a dictionary the entire dictionary is valid if a single byte of the dictionary in ZSTD_getLowestMatchIndex()
1290 /* display a table content,
1313 * dict : must point at beginning of a valid zstd dictionary.
1371 * output an empty Block with end-of-frame mark to complete a frame
1379 * Must be called before starting a compression operation.
1380 * seqs must parse a prefix of the source.
1382 * Zstd will use these sequences, and pass the literals to a secondary block
1395 * Trace the end of a compression call.