| /external/rust/crates/ucd-trie/src/ |
| D | lib.rs | 40 const CHUNK_SIZE: usize = 64; constant
|
| /external/rust/crates/tokio/src/fs/ |
| D | read_dir.rs | 23 const CHUNK_SIZE: usize = 32; constant
|
| /external/libconfig/lib/ |
| D | strvec.c | 28 #define CHUNK_SIZE 32 macro
|
| /external/rust/crates/tungstenite/benches/ |
| D | buffer.rs | 9 const CHUNK_SIZE: usize = 4096; constant
|
| /external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/async/ |
| D | CompressionAsyncRequestBodyTckTest.java | 43 private static final int CHUNK_SIZE = 128 * 1024; field in CompressionAsyncRequestBodyTckTest
|
| D | ChecksumCalculatingAsyncRequestBodyTckTest.java | 23 private static final int CHUNK_SIZE = 16 * 1024; field in ChecksumCalculatingAsyncRequestBodyTckTest
|
| D | FileAsyncRequestPublisherTckTest.java | 40 private static final int CHUNK_SIZE = 16 * 1024; field in FileAsyncRequestPublisherTckTest
|
| /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/base64/src/ |
| D | chunked_encoder.rs | 30 const CHUNK_SIZE: usize = BUF_SIZE / 4 * 3; in encode() constant
|
| /external/crosvm/devices/src/virtio/ |
| D | rng.rs | 30 const CHUNK_SIZE: usize = 64; constant
|
| /external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/ |
| D | FileAsyncRequestBodySplitHelperTest.java | 39 private static final int CHUNK_SIZE = 5; field in FileAsyncRequestBodySplitHelperTest
|
| /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/x86/ |
| D | chunkset_sse2.c | 12 #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/autotest/client/site_tests/hardware_TrimIntegrity/ |
| D | hardware_TrimIntegrity.py | 38 CHUNK_SIZE = 192 * 1024 variable in hardware_TrimIntegrity
|
| /external/trusty/musl/src/internal/ |
| D | malloc_impl.h | 30 #define CHUNK_SIZE(c) ((c)->csize & -2) macro
|
| /external/musl/src/malloc/oldmalloc/ |
| D | malloc_impl.h | 25 #define CHUNK_SIZE(c) ((c)->csize & -2) macro
|
| /external/marisa-trie/lib/marisa/grimoire/io/ |
| D | writer.cc | 119 static const std::size_t CHUNK_SIZE = in write_data() local
|
| D | reader.cc | 119 static const std::size_t CHUNK_SIZE = in read_data() local
|
| /external/lz4/examples/ |
| D | fileCompress.c | 17 #define CHUNK_SIZE (16*1024) macro
|