Searched defs:CHUNK_SIZE (Results 1 - 25 of 31) sorted by relevance

12

/external/autotest/client/site_tests/hardware_TrimIntegrity/
H A Dhardware_TrimIntegrity.py36 CHUNK_SIZE = 192 * 1024 variable in class:hardware_TrimIntegrity
98 chunk_size=CHUNK_SIZE, trim_ratio=TRIM_RATIO):
/external/autotest/client/site_tests/platform_CompressedSwap/src/
H A Dhog.c14 #define CHUNK_SIZE MEGA /* one-megabyte chunks */ macro
16 const int n_touches = CHUNK_SIZE >> 12; /* average 1 per page */
38 char *fake_data = malloc(CHUNK_SIZE);
61 read(random_fd, fake_data, CHUNK_SIZE / compression_factor);
63 memset(fake_data + CHUNK_SIZE / compression_factor, 1,
64 CHUNK_SIZE - (CHUNK_SIZE / compression_factor));
68 p = malloc(CHUNK_SIZE);
76 memcpy(p, fake_data, CHUNK_SIZE);
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java51 static final int CHUNK_SIZE = 76; field in class:Base64
259 (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
270 int nextSeparatorIndex = CHUNK_SIZE;
306 // this assumes that CHUNK_SIZE % 4 == 0
316 (CHUNK_SIZE * (chunksSoFar + 1)) +
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_128HashFunction.java79 private static final int CHUNK_SIZE = 16; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
87 super(CHUNK_SIZE);
97 length += CHUNK_SIZE;
172 .wrap(new byte[CHUNK_SIZE])
H A DMurmur3_32HashFunction.java151 private static final int CHUNK_SIZE = 4; field in class:Murmur3_32HashFunction.Murmur3_32Hasher
156 super(CHUNK_SIZE);
164 length += CHUNK_SIZE;
H A DSipHashFunction.java95 private static final int CHUNK_SIZE = 8; field in class:SipHashFunction.SipHasher
119 super(CHUNK_SIZE);
129 b += CHUNK_SIZE;
/external/pcre/dist2/src/sljit/
H A DsljitExecAllocator.c69 #define CHUNK_SIZE 0x10000 macro
74 * the size is always divisible by CHUNK_SIZE
125 #define CHUNK_MASK (~(CHUNK_SIZE - 1))
212 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK;
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
H A Dhog.c13 #define CHUNK_SIZE (1 << 20) macro
64 size_t new_buf_size = buf_size + balloon_size * CHUNK_SIZE;
69 char *new_chunk = global_buf + buf_size + chunk * CHUNK_SIZE;
70 memcpy(new_chunk, fake_data, CHUNK_SIZE);
146 fake_data = malloc(CHUNK_SIZE);
147 read(random_fd, fake_data, CHUNK_SIZE / compression_factor);
149 memset(fake_data + CHUNK_SIZE / compression_factor, 1,
150 CHUNK_SIZE - (CHUNK_SIZE / compression_factor));
/external/sl4a/Common/src/org/apache/commons/codec/binary/
H A DBase64Codec.java67 static final int CHUNK_SIZE = 76; field in class:Base64Codec
243 this(CHUNK_SIZE, CHUNK_SEPARATOR, urlSafe);
808 long len = getEncodeLength(binaryData, CHUNK_SIZE, CHUNK_SEPARATOR);
/external/syslinux/com32/gfxboot/
H A Dgfxboot.c49 #define CHUNK_SIZE (64 << 10) macro
780 i = read(fd, buf + cur, min(CHUNK_SIZE, size - cur));
787 buf = realloc(buf, size + CHUNK_SIZE);
788 i = read(fd, buf + size, CHUNK_SIZE);
/external/webp/src/dec/
H A Didec_dec.c25 #define CHUNK_SIZE 4096 macro
184 const uint64_t extra_size = (new_size + CHUNK_SIZE - 1) & ~(CHUNK_SIZE - 1);
/external/icu/icu4c/source/common/
H A Ducnv.c45 #define CHUNK_SIZE 1024 macro
2053 UChar pivotBuffer[CHUNK_SIZE];
2106 pivotLimit=pivotBuffer+CHUNK_SIZE;
2409 UChar pivotBuffer[CHUNK_SIZE];
2439 pivotBuffer, &pivot, &pivot2, pivotBuffer+CHUNK_SIZE,
2453 char targetBuffer[CHUNK_SIZE];
2455 targetLimit=targetBuffer+CHUNK_SIZE;
2462 pivotBuffer, &pivot, &pivot2, pivotBuffer+CHUNK_SIZE,
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1924 /* CHUNK_SIZE defined in common\ucnv.c: */
1925 #define CHUNK_SIZE 1024 macro
1958 char char_in[CHUNK_SIZE+32];
1959 char char_out[CHUNK_SIZE*2];
1979 memcpy(char_in + (CHUNK_SIZE - i), test_seq, test_seq_len);
2078 char char_in[CHUNK_SIZE*4];
2100 * bug2: size is 0x2805 (CHUNK_SIZE*2+5 - maybe 5 is the size of the overflow buffer
2101 * in the converter?), should be CHUNK_SIZE*4
2142 UChar pivotBuffer[CHUNK_SIZE];
2146 char targetBuffer[CHUNK_SIZE];
[all...]
/external/libxml2/
H A Dxmlreader.c93 #define CHUNK_SIZE 512 macro
839 if (xmlBufUse(inbuf) < reader->cur + CHUNK_SIZE) {
867 * parse by block of CHUNK_SIZE bytes, various tests show that
870 if (xmlBufUse(inbuf) >= reader->cur + CHUNK_SIZE) {
873 CHUNK_SIZE, 0);
874 reader->cur += CHUNK_SIZE;
897 (xmlBufUse(inbuf) - reader->cur <= CHUNK_SIZE)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 3406 milliseconds

12