Home
last modified time | relevance | path

Searched defs:CHUNK_SIZE (Results 1 – 21 of 21) sorted by relevance

/external/brotli/python/tests/
Ddecompressor_test.py19 CHUNK_SIZE = 1 variable in TestDecompressor
Dcompressor_test.py18 CHUNK_SIZE = 2048 variable in _TestCompressor
/external/autotest/client/site_tests/platform_CompressedSwap/src/
Dhog.c14 #define CHUNK_SIZE MEGA /* one-megabyte chunks */ macro
/external/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStreamTest.java30 private static final int CHUNK_SIZE = 256; field in BrotliOutputStreamTest
DBrotliEncoderChannelTest.java32 private static final int CHUNK_SIZE = 256; field in BrotliEncoderChannelTest
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dhardware_TrimIntegrity.py37 CHUNK_SIZE = 192 * 1024 variable in hardware_TrimIntegrity
/external/guava/guava/src/com/google/common/hash/
DMurmur3_128HashFunction.java79 private static final int CHUNK_SIZE = 16; field in Murmur3_128HashFunction.Murmur3_128Hasher
DSipHashFunction.java95 private static final int CHUNK_SIZE = 8; field in SipHashFunction.SipHasher
DMurmur3_32HashFunction.java151 private static final int CHUNK_SIZE = 4; field in Murmur3_32HashFunction.Murmur3_32Hasher
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Dhog.c13 #define CHUNK_SIZE (1 << 20) macro
/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java51 static final int CHUNK_SIZE = 76; field in Base64
/external/pcre/dist2/src/sljit/
DsljitExecAllocator.c69 #define CHUNK_SIZE 0x10000 macro
DsljitProtExecAllocator.c69 #define CHUNK_SIZE 0x10000 macro
/external/brotli/research/
Ddeorummolae.cc10 #define CHUNK_SIZE 64 macro
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java67 static final int CHUNK_SIZE = 76; field in Base64Codec
/external/u-boot/drivers/spi/
Datcspi200_spi.c19 #define CHUNK_SIZE 1 macro
/external/webp/src/dec/
Didec_dec.c25 #define CHUNK_SIZE 4096 macro
/external/icu/icu4c/source/common/
Ducnv.cpp45 #define CHUNK_SIZE 1024 macro
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1926 #define CHUNK_SIZE 1024 macro
/external/libxml2/
Dxmlreader.c93 #define CHUNK_SIZE 512 macro
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3113 int CHUNK_SIZE = 900; local