Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dhuf_decompress.c224 size_t const length4 = srcSize - (length1 + length2 + length3 + 6); in HUF_DecompressFastArgs_init() local
233 if (length1 < 8 || length2 < 8 || length3 < 8 || length4 < 8) in HUF_DecompressFastArgs_init()
235 if (length4 > srcSize) return ERROR(corruption_detected); /* overflow */ in HUF_DecompressFastArgs_init()
623 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X1_usingDTable_internal_body() local
640 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X1_usingDTable_internal_body()
646 CHECK_F( BIT_initDStream(&bitD4, istart4, length4) ); in HUF_decompress4X1_usingDTable_internal_body()
1404 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X2_usingDTable_internal_body() local
1421 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X2_usingDTable_internal_body()
1427 CHECK_F( BIT_initDStream(&bitD4, istart4, length4) ); in HUF_decompress4X2_usingDTable_internal_body()