HomeSort by relevance Sort by last modified time
    Searched refs:CHUNK_SIZE (Results 26 - 50 of 94) sorted by null

12 3 4

  /system/core/adb/
adb.h 239 #define CHUNK_SIZE (64*1024)
adb_listeners.cpp 43 int rcv_buf_size = CHUNK_SIZE;
commandline.cpp     [all...]
  /external/icu/icu4c/source/common/
ucnv.c 43 #define CHUNK_SIZE 1024
    [all...]
  /external/v8/build/android/
resource_sizes.py 386 CHUNK_SIZE = 256 * 1024
390 for chunk in iter(lambda: f.read(CHUNK_SIZE), ''):
  /system/tpm/trunks/ftdi/
mpsse.h 32 #define CHUNK_SIZE 65535
mpsse.c 164 status |= ftdi_write_data_set_chunksize(&mpsse->ftdi, CHUNK_SIZE);
165 status |= ftdi_read_data_set_chunksize(&mpsse->ftdi, CHUNK_SIZE);
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSpliterators.java 903 static final int CHUNK_SIZE = 1 << 7;
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 673 enum { CHUNK_SIZE, HELPER_CHUNK_SIZE, NUM_EXPRS };
700 void setChunkSize(Expr *E) { ChunkSizes[CHUNK_SIZE] = E; }
726 ChunkSizes[CHUNK_SIZE] = ChunkSize;
735 ChunkSizes[CHUNK_SIZE] = nullptr;
753 Expr *getChunkSize() { return dyn_cast_or_null<Expr>(ChunkSizes[CHUNK_SIZE]); }
757 return dyn_cast_or_null<Expr>(ChunkSizes[CHUNK_SIZE]);
775 return child_range(&ChunkSizes[CHUNK_SIZE], &ChunkSizes[CHUNK_SIZE] + 1);
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
idec.c 28 #define CHUNK_SIZE 4096
173 const uint64_t extra_size = (new_size + CHUNK_SIZE - 1) & ~(CHUNK_SIZE - 1);
  /external/webp/src/dec/
idec.c 25 #define CHUNK_SIZE 4096
183 const uint64_t extra_size = (new_size + CHUNK_SIZE - 1) & ~(CHUNK_SIZE - 1);
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
stax-ex-1.7.7.jar 
  /external/libxml2/
xmlreader.c 93 #define CHUNK_SIZE 512
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)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py     [all...]

Completed in 1459 milliseconds

12 3 4