/external/crosvm/qcow_utils/src/ |
D | qcow_img.rs | 256 const CHUNK_SIZE: usize = 65536; in dd() constant
|
/external/brotli/python/tests/ |
D | decompressor_test.py | 19 CHUNK_SIZE = 1 variable in TestDecompressor
|
D | compressor_test.py | 18 CHUNK_SIZE = 2048 variable in _TestCompressor
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | BrotliOutputStreamTest.java | 30 private static final int CHUNK_SIZE = 256; field in BrotliOutputStreamTest
|
D | BrotliEncoderChannelTest.java | 32 private static final int CHUNK_SIZE = 256; field in BrotliEncoderChannelTest
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
D | hardware_TrimIntegrity.py | 37 CHUNK_SIZE = 192 * 1024 variable in hardware_TrimIntegrity
|
/external/marisa-trie/lib/marisa/grimoire/io/ |
D | reader.cc | 119 static const std::size_t CHUNK_SIZE = in read_data() local
|
D | writer.cc | 119 static const std::size_t CHUNK_SIZE = in write_data() local
|
/external/guava/guava/src/com/google/common/hash/ |
D | Murmur3_128HashFunction.java | 87 private static final int CHUNK_SIZE = 16; field in Murmur3_128HashFunction.Murmur3_128Hasher
|
D | SipHashFunction.java | 98 private static final int CHUNK_SIZE = 8; field in SipHashFunction.SipHasher
|
D | Murmur3_32HashFunction.java | 60 private static final int CHUNK_SIZE = 4; field in Murmur3_32HashFunction
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | Murmur3_128HashFunction.java | 87 private static final int CHUNK_SIZE = 16; field in Murmur3_128HashFunction.Murmur3_128Hasher
|
D | SipHashFunction.java | 98 private static final int CHUNK_SIZE = 8; field in SipHashFunction.SipHasher
|
D | Murmur3_32HashFunction.java | 60 private static final int CHUNK_SIZE = 4; field in Murmur3_32HashFunction
|
/external/perfetto/ui/src/chrome_extension/ |
D | chrome_tracing_controller.ts | 36 const CHUNK_SIZE: number = 1024 * 1024 * 16; // 16Mb constant
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 51 static final int CHUNK_SIZE = 76; field in Base64
|
/external/pcre/dist2/src/sljit/ |
D | sljitExecAllocator.c | 69 #define CHUNK_SIZE 0x10000 macro
|
D | sljitProtExecAllocator.c | 69 #define CHUNK_SIZE 0x10000 macro
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_streaming_writes.c | 42 #define CHUNK_SIZE 32 macro
|
/external/crosvm/disk/src/ |
D | android_sparse.rs | 339 const CHUNK_SIZE: usize = mem::size_of::<ChunkHeader>(); constant
|
D | disk.rs | 162 const CHUNK_SIZE: usize = 65536; in convert_copy() constant
|
/external/brotli/research/ |
D | deorummolae.cc | 10 #define CHUNK_SIZE 64 macro
|
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 67 static final int CHUNK_SIZE = 76; field in Base64Codec
|
/external/webp/src/dec/ |
D | idec_dec.c | 25 #define CHUNK_SIZE 4096 macro
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 2074 const CHUNK_SIZE: usize = 4096 * 2 + 512; in write_zeroes_full_cluster() constant
|