Searched refs:length3 (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c195 size_t const length3 = MEM_readLE16(istart+4); local
196 size_t const length4 = srcSize - (length1 + length2 + length3 + 6);
200 args->iend[3] = args->iend[2] + length3;
207 if (length1 < 16 || length2 < 8 || length3 < 8 || length4 < 8)
575 size_t const length3 = MEM_readLE16(istart+4); local
576 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
580 const BYTE* const istart4 = istart3 + length3;
597 CHECK_F( BIT_initDStream(&bitD3, istart3, length3) );
1269 size_t const length3 = MEM_readLE16(istart+4); local
1270 size_t const length4 = cSrcSize - (length1 + length2 + length3
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c285 size_t const length3 = MEM_readLE16(istart+4); local
286 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
290 const BYTE* const istart4 = istart3 + length3;
306 CHECK_F( BIT_initDStream(&bitD3, istart3, length3) );
771 size_t const length3 = MEM_readLE16(istart+4); local
772 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
776 const BYTE* const istart4 = istart3 + length3;
792 CHECK_F( BIT_initDStream(&bitD3, istart3, length3) );
/freebsd-current/bin/sh/tests/expansion/
H A DMakefile67 ${PACKAGE}FILES+= length3.0
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c1738 const size_t length3 = MEM_readLE16(istart+4); local
1743 const BYTE* const istart4 = istart3 + length3;
1754 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1760 errorCode = BIT_initDStream(&bitD3, istart3, length3);
2100 const size_t length3 = MEM_readLE16(istart+4); local
2105 const BYTE* const istart4 = istart3 + length3;
2116 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2122 errorCode = BIT_initDStream(&bitD3, istart3, length3);
H A Dzstd_v02.c1741 const size_t length3 = MEM_readLE16(istart+4); local
1746 const BYTE* const istart4 = istart3 + length3;
1757 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1763 errorCode = BIT_initDStream(&bitD3, istart3, length3);
2103 const size_t length3 = MEM_readLE16(istart+4); local
2108 const BYTE* const istart4 = istart3 + length3;
2119 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2125 errorCode = BIT_initDStream(&bitD3, istart3, length3);
2460 const size_t length3 = MEM_readLE16(istart+4); local
2465 const BYTE* const istart4 = istart3 + length3;
[all...]
H A Dzstd_v01.c1090 const size_t length3 = FSE_readLE16(jumpTable+2); local
1091 const size_t length4 = cSrcSize - 6 - length1 - length2 - length3; /* check coherency !! */
1095 const char* const start4 = start3 + length3;
1098 if (length1+length2+length3+6 >= cSrcSize) return (size_t)-FSE_ERROR_srcSize_wrong;
1104 errorCode = FSE_initDStream(&bitD3, start3, length3);
H A Dzstd_v06.c2153 const size_t length3 = MEM_readLE16(istart+4); local
2158 const BYTE* const istart4 = istart3 + length3;
2169 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2175 errorCode = BITv06_initDStream(&bitD3, istart3, length3);
2528 const size_t length3 = MEM_readLE16(istart+4); local
2533 const BYTE* const istart4 = istart3 + length3;
2544 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2550 errorCode = BITv06_initDStream(&bitD3, istart3, length3);
H A Dzstd_v05.c2019 const size_t length3 = MEM_readLE16(istart+4); local
2024 const BYTE* const istart4 = istart3 + length3;
2035 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2041 errorCode = BITv05_initDStream(&bitD3, istart3, length3);
2401 const size_t length3 = MEM_readLE16(istart+4); local
2406 const BYTE* const istart4 = istart3 + length3;
2417 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2423 errorCode = BITv05_initDStream(&bitD3, istart3, length3);
H A Dzstd_v04.c1889 const size_t length3 = MEM_readLE16(istart+4); local
1894 const BYTE* const istart4 = istart3 + length3;
1905 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1911 errorCode = BIT_initDStream(&bitD3, istart3, length3);
2247 const size_t length3 = MEM_readLE16(istart+4); local
2252 const BYTE* const istart4 = istart3 + length3;
2263 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2269 errorCode = BIT_initDStream(&bitD3, istart3, length3);
H A Dzstd_v07.c1941 size_t const length3 = MEM_readLE16(istart+4); local
1942 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
1946 const BYTE* const istart4 = istart3 + length3;
1964 { size_t const errorCode = BITv07_initDStream(&bitD3, istart3, length3);
2351 size_t const length3 = MEM_readLE16(istart+4); local
2352 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
2356 const BYTE* const istart4 = istart3 + length3;
2374 { size_t const errorCode = BITv07_initDStream(&bitD3, istart3, length3);

Completed in 391 milliseconds