| /external/rust/crates/tokio/src/fs/ |
| D | read_dir.rs | 23 const CHUNK_SIZE: usize = 32; constant
|
| /external/rust/crates/ucd-trie/src/ |
| D | lib.rs | 40 const CHUNK_SIZE: usize = 64; constant
|
| /external/libconfig/lib/ |
| D | strvec.c | 28 #define CHUNK_SIZE 32 macro
|
| /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/rust/crates/libz-sys/src/zlib-ng/ |
| D | chunkset.c | 9 #define CHUNK_SIZE 8 macro
|
| /external/ltp/testcases/kernel/syscalls/writev/ |
| D | writev03.c | 30 #define CHUNK_SIZE 256 macro
|
| /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/rust/crates/libz-sys/src/zlib-ng/arch/arm/ |
| D | chunkset_neon.c | 15 #define CHUNK_SIZE 16 macro
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/power/ |
| D | chunkset_power8.c | 11 #define CHUNK_SIZE 16 macro
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/x86/ |
| D | chunkset_sse2.c | 12 #define CHUNK_SIZE 16 macro
|
| D | chunkset_sse41.c | 16 #define CHUNK_SIZE 16 macro
|
| D | chunkset_avx.c | 12 #define CHUNK_SIZE 32 macro
|
| /external/autotest/client/site_tests/hardware_TrimIntegrity/ |
| D | hardware_TrimIntegrity.py | 38 CHUNK_SIZE = 192 * 1024 variable in hardware_TrimIntegrity
|
| /external/lz4/examples/ |
| D | fileCompress.c | 17 #define CHUNK_SIZE (16*1024) macro
|
| /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/musl/src/malloc/oldmalloc/ |
| D | malloc_impl.h | 25 #define CHUNK_SIZE(c) ((c)->csize & -2) macro
|
| /external/guava/android/guava/src/com/google/common/hash/ |
| D | Murmur3_128HashFunction.java | 88 private static final int CHUNK_SIZE = 16; field in Murmur3_128HashFunction.Murmur3_128Hasher
|
| D | SipHashFunction.java | 99 private static final int CHUNK_SIZE = 8; field in SipHashFunction.SipHasher
|
| /external/guava/guava/src/com/google/common/hash/ |
| D | Murmur3_128HashFunction.java | 88 private static final int CHUNK_SIZE = 16; field in Murmur3_128HashFunction.Murmur3_128Hasher
|
| D | SipHashFunction.java | 99 private static final int CHUNK_SIZE = 8; field in SipHashFunction.SipHasher
|
| /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
|