Lines Matching defs:size
696 DISPLAYLEVEL(3, "Warning : cannot determine input content size \n");
864 /* It's presumed that s points to a memory space of size >= 4 */
928 if (bufferSize & maskT) { /* size not multiple of sizeT : implies end of block */
979 if (sizeCheck != LZ4IO_LEGACY_BLOCK_HEADER_SIZE) END_PROCESS(52, "Read error : cannot access block size ");
1245 END_PROCESS(42, "Stream error : skippable size unreadable");
1247 { unsigned const size = LZ4IO_readLE32(MNstore);
1248 int const errorNb = fseek_u32(finput, size, SEEK_CUR);
1447 Return total blocks size for this frame including block headers,
1489 Return total blocks size for this frame including block headers.
1491 This works as long as legacy block header size = magic number size.
1545 static const char* LZ4IO_toHuman(long double size, char *buf)
1549 for (; size >= 1024; i++) size /= 1024;
1550 sprintf(buf, "%.2Lf%c", size, units[i]);
1566 * + report nb of blocks, hence max. possible decompressed size (when not reported in header)
1672 END_PROCESS(42, "Stream error : skippable size unreadable");
1674 { unsigned const size = LZ4IO_readLE32(buffer);
1675 int const errorNb = fseek_u32(finput, size, SEEK_CUR);
1681 "-", "-", size + 8, "-", "-");