Lines Matching defs:depth
1897 void ZSTD_compressBlock_lazy_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const U32 searchMethod, const U32 depth)
1935 if (depth == 0)
1939 /* first search (depth 0) */
1953 if (depth >= 1)
1975 if ((depth == 2) && (ip < ilimit)) {
2058 void ZSTD_compressBlock_lazy_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const U32 searchMethod, const U32 depth)
2104 if (depth == 0)
2109 /* first search (depth 0) */
2123 if (depth >= 1)
2146 /* search match, depth 1 */
2159 if ((depth == 2) && (ip < ilimit)) {
2181 /* search match, depth 2 */