/external/xz-java/src/org/tukaani/xz/index/ |
D | IndexRecord.java | 13 final long unpadded; field in IndexRecord 16 IndexRecord(long unpadded, long uncompressed) { in IndexRecord() argument 17 this.unpadded = unpadded; in IndexRecord()
|
D | IndexDecoder.java | 28 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;
|
D | IndexEncoder.java | 46 EncoderUtil.encodeVLI(outChecked, record.unpadded); in encode()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FlatBuffersFuzzTests.cs | 459 byte[] unpadded = new byte[padded.Length - 12]; in TestVTableWithSomeElements() 460 Buffer.BlockCopy(padded, 12, unpadded, 0, unpadded.Length); in TestVTableWithSomeElements() 461 Assert.ArrayEqual(unpadded, builder.DataBuffer.ToSizedArray()); in TestVTableWithSomeElements() 558 byte[] unpadded = new byte[padded.Length - 28]; in TestBunchOfBools() 559 Buffer.BlockCopy(padded, 28, unpadded, 0, unpadded.Length); in TestBunchOfBools() 560 Assert.ArrayEqual(unpadded, builder.DataBuffer.ToSizedArray()); in TestBunchOfBools() 606 byte[] unpadded = new byte[padded.Length - 24]; in TestBunchOfBoolsSizePrefixed() 607 Buffer.BlockCopy(padded, 24, unpadded, 0, unpadded.Length); in TestBunchOfBoolsSizePrefixed() 608 Assert.ArrayEqual(unpadded, builder.DataBuffer.ToSizedArray()); in TestBunchOfBoolsSizePrefixed()
|
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ |
D | Strftime.java | 488 String unpadded = simple.replaceFirst("^(0+| +)(?!$)", ""); in correctPad() local 491 return unpadded; in correctPad() 497 Integer.parseInt(padWidthBuffer.toString()) - unpadded.length()); in correctPad() 506 buffer.append(unpadded); in correctPad()
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 21 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/tensorflow/tensorflow/contrib/eager/python/examples/spinn/ |
D | data_test.py | 69 unpadded = [[3, 3, 3, 2, 2, 2, 2], 74 data.pad_transitions(unpadded))
|
/external/boringssl/src/ssl/test/runner/ |
D | key_agreement.go | 153 unpadded := m.Bytes() 155 copy(ret[len(ret)-len(unpadded):], unpadded)
|
/external/toybox/toys/pending/ |
D | xzcat.c | 2347 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/ |
D | RTCOpenGLVideoRenderer.mm | 394 // Make an unpadded copy and upload that instead. Quick profiling showed
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCOpenGLVideoRenderer.mm | 412 // Make an unpadded copy and upload that instead. Quick profiling showed
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | des_ede3_cbc_sha1_tls_implicit_iv_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_256_cbc_sha1_tls_implicit_iv_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_128_cbc_sha1_tls_implicit_iv_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_256_cbc_sha1_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | des_ede3_cbc_sha1_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_256_cbc_sha256_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_128_cbc_sha1_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_128_cbc_sha256_tls_tests.txt | 749 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
D | aes_256_cbc_sha384_tls_tests.txt | 1453 # Test if the unpadded input is too short for a MAC, but not publicly so.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 204298 unpadded %7773
|