Searched refs:unpadded (Results 1 – 8 of 8) sorted by relevance
13 final long unpadded; field in IndexRecord16 IndexRecord(long unpadded, long uncompressed) { in IndexRecord() argument17 this.unpadded = unpadded; in IndexRecord()
28 private final long[] unpadded; field in IndexDecoder83 unpadded = new long[(int)count]; in IndexDecoder()101 unpadded[record] = blocksSum + unpaddedSize; in IndexDecoder()183 int right = unpadded.length - 1; in locateBlock()212 info.compressedOffset = (unpadded[pos - 1] + 3) & ~3;216 info.unpaddedSize = unpadded[pos] - info.compressedOffset;
46 EncoderUtil.encodeVLI(outChecked, record.unpadded); in encode()
21 vli_type unpadded; member275 s->block.hash.unpadded += s->block_header.size in dec_block()279 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block()282 s->block.hash.unpadded += 4; in dec_block()284 s->block.hash.unpadded += 8; in dec_block()341 s->index.hash.unpadded += s->vli; in dec_index()
2354 vli_type unpadded; member2602 s->block.hash.unpadded += s->block_header.size in dec_block()2605 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block()2661 s->index.hash.unpadded += s->vli; in dec_index()
META-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
394 // Make an unpadded copy and upload that instead. Quick profiling showed
412 // Make an unpadded copy and upload that instead. Quick profiling showed