HomeSort by relevance Sort by last modified time
    Searched refs:unpadded (Results 1 - 13 of 13) sorted by null

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexRecord.java 13 final long unpadded; field in class:IndexRecord
16 IndexRecord(long unpadded, long uncompressed) {
17 this.unpadded = unpadded;
IndexDecoder.java 27 // Unpadded Size and Uncompressed Size fields
28 private final long[] unpadded; field in class:IndexDecoder
83 unpadded = new long[(int)count];
101 unpadded[record] = blocksSum + unpaddedSize;
183 int right = unpadded.length - 1;
212 info.compressedOffset = (unpadded[pos - 1] + 3) & ~3;
216 info.unpaddedSize = unpadded[pos] - info.compressedOffset;
IndexEncoder.java 46 EncoderUtil.encodeVLI(outChecked, record.unpadded);
  /external/lzma/xz-embedded/
xz_dec_stream.c 21 vli_type unpadded; member in struct:xz_dec_hash
275 s->block.hash.unpadded += s->block_header.size
279 s->block.hash.unpadded += check_sizes[s->check_type];
282 s->block.hash.unpadded += 4;
284 s->block.hash.unpadded += 8;
307 * Decode the Number of Records, Unpadded Size, and Uncompressed Size
341 s->index.hash.unpadded += s->vli;
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 82 // RawStdEncoding is the standard raw, unpadded base64 encoding,
87 // RawURLEncoding is the unpadded alternate base64 encoding defined in RFC 4648.
479 // Unpadded data may end with partial block of 2-3 characters.
base64_test.go 60 // Convert a reference string to raw, unpadded format
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 82 // RawStdEncoding is the standard raw, unpadded base64 encoding,
87 // RawURLEncoding is the unpadded alternate base64 encoding defined in RFC 4648.
479 // Unpadded data may end with partial block of 2-3 characters.
base64_test.go 60 // Convert a reference string to raw, unpadded format
  /external/toybox/toys/pending/
xzcat.c 2354 vli_type unpadded; member in struct:xz_dec_hash
    [all...]
  /external/boringssl/src/crypto/cipher/test/
make_legacy_aead_tests.go 344 fmt.Printf("# Test if the unpadded input is too short for a MAC, but not publicly so.\n")
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
robolectric-utils-3.1.1.jar 
  /external/boringssl/src/ssl/test/runner/
conn.go 323 // removePadding returns an unpadded slice, in constant time, which is a prefix
    [all...]

Completed in 313 milliseconds