Searched refs:LDM_BATCH_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h251 #define LDM_BATCH_SIZE 64 macro
258 size_t splitIndices[LDM_BATCH_SIZE];
259 ldmMatchCandidate_t matchCandidates[LDM_BATCH_SIZE];
H A Dzstd_ldm.c91 * either all the data has been processed or LDM_BATCH_SIZE splits are
113 if (*numSplits == LDM_BATCH_SIZE) \

Completed in 126 milliseconds