Home
last modified time | relevance | path

Searched refs:unpadded (Results 1 – 8 of 8) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexRecord.java13 final long unpadded; field in IndexRecord
16 IndexRecord(long unpadded, long uncompressed) { in IndexRecord() argument
17 this.unpadded = unpadded; in IndexRecord()
DIndexDecoder.java28 private final long[] unpadded; field in IndexDecoder
83 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;
DIndexEncoder.java46 EncoderUtil.encodeVLI(outChecked, record.unpadded); in encode()
/external/lzma/xz-embedded/
Dxz_dec_stream.c21 vli_type unpadded; member
275 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()
/external/toybox/toys/pending/
Dxzcat.c2354 vli_type unpadded; member
2602 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()
/external/robolectric/v3/
Drobolectric-utils-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/webrtc/webrtc/api/objc/
DRTCOpenGLVideoRenderer.mm394 // Make an unpadded copy and upload that instead. Quick profiling showed
/external/webrtc/talk/app/webrtc/objc/
DRTCOpenGLVideoRenderer.mm412 // Make an unpadded copy and upload that instead. Quick profiling showed