Searched refs:length4 (Results 1 – 1 of 1) sorted by relevance
192 size_t const length4 = srcSize - (length1 + length2 + length3 + 6); in HUF_DecompressAsmArgs_init() local203 if (length1 < 16 || length2 < 8 || length3 < 8 || length4 < 8) in HUF_DecompressAsmArgs_init()205 if (length4 > srcSize) return ERROR(corruption_detected); /* overflow */ in HUF_DecompressAsmArgs_init()572 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X1_usingDTable_internal_body() local589 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X1_usingDTable_internal_body()594 CHECK_F( BIT_initDStream(&bitD4, istart4, length4) ); in HUF_decompress4X1_usingDTable_internal_body()1266 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X2_usingDTable_internal_body() local1283 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X2_usingDTable_internal_body()1288 CHECK_F( BIT_initDStream(&bitD4, istart4, length4) ); in HUF_decompress4X2_usingDTable_internal_body()