Lines Matching refs:length1
189 size_t const length1 = MEM_readLE16(istart);
192 size_t const length4 = srcSize - (length1 + length2 + length3 + 6);
194 args->iend[1] = args->iend[0] + length1;
200 * length1 must be >= 16 so that ip[0] >= ilimit before the loop
203 if (length1 < 16 || length2 < 8 || length3 < 8 || length4 < 8)
569 size_t const length1 = MEM_readLE16(istart);
572 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
574 const BYTE* const istart2 = istart1 + length1;
591 CHECK_F( BIT_initDStream(&bitD1, istart1, length1) );
1263 size_t const length1 = MEM_readLE16(istart);
1266 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
1268 const BYTE* const istart2 = istart1 + length1;
1285 CHECK_F( BIT_initDStream(&bitD1, istart1, length1) );