Home
last modified time | relevance | path

Searched refs:unpadded (Results 1 – 19 of 19) 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/xz-embedded/linux/lib/xz/
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.c2347 vli_type unpadded; member
2594 s->block.hash.unpadded += s->block_header.size in dec_block()
2597 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block()
2653 s->index.hash.unpadded += s->vli; in dec_index()
/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
/external/boringssl/src/crypto/cipher_extra/test/
Daes_128_cbc_sha1_ssl3_tests.txt57 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_128_cbc_sha1_tls_implicit_iv_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Ddes_ede3_cbc_sha1_ssl3_tests.txt57 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_256_cbc_sha1_tls_implicit_iv_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_128_cbc_sha1_tls_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_256_cbc_sha256_tls_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_256_cbc_sha1_ssl3_tests.txt57 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_128_cbc_sha256_tls_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_256_cbc_sha1_tls_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Ddes_ede3_cbc_sha1_tls_implicit_iv_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Ddes_ede3_cbc_sha1_tls_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.
Daes_256_cbc_sha384_tls_tests.txt56 # Test if the unpadded input is too short for a MAC, but not publicly so.