Lines Matching refs:length4
1746 size_t length4; in HUF_decompress4X2_usingDTable() local
1761 length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X2_usingDTable()
1762 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X2_usingDTable()
1769 errorCode = BIT_initDStream(&bitD4, istart4, length4); in HUF_decompress4X2_usingDTable()
2108 size_t length4; in HUF_decompress4X4_usingDTable() local
2123 length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X4_usingDTable()
2124 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X4_usingDTable()
2131 errorCode = BIT_initDStream(&bitD4, istart4, length4); in HUF_decompress4X4_usingDTable()
2465 size_t length4; in HUF_decompress4X6_usingDTable() local
2480 length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X6_usingDTable()
2481 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X6_usingDTable()
2488 errorCode = BIT_initDStream(&bitD4, istart4, length4); in HUF_decompress4X6_usingDTable()