Home
last modified time | relevance | path

Searched defs:BLOCKSIZE (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
Dmalloc_closure.c19 #define BLOCKSIZE _pagesize macro
/external/python/cpython3/Modules/_ctypes/
Dmalloc_closure.c19 #define BLOCKSIZE _pagesize macro
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c59 #define BLOCKSIZE 8192 macro
/external/ltp/testcases/kernel/io/writetest/
Dwritetest.c47 #define BLOCKSIZE (1024*1024) macro
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/
DCompressionTableGenerator.java88 final static int BLOCKSIZE = 0xFF; field in CompressionTableGenerator
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java270 final int BLOCKSIZE = 64; field in ChunkedIntArray.ChunksVector
/external/e2fsprogs/e2fsck/
Dmtrace.h106 #define BLOCKSIZE (1 << BLOCKLOG) macro
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c77 #define BLOCKSIZE (100 * SCALABILITY_FACTOR) macro
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c76 #define BLOCKSIZE (1000 * SCALABILITY_FACTOR) macro
/external/ImageMagick/coders/
Ddjvu.c145 #define BLOCKSIZE 65536 macro
/external/zlib/src/contrib/untgz/
Duntgz.c65 #define BLOCKSIZE 512 macro
/external/python/cpython3/Lib/
Dtarfile.py78 BLOCKSIZE = 512 # length of processing blocks variable
/external/python/cpython3/Modules/
Darraymodule.c1492 int BLOCKSIZE = 64*1024; in array_array_tofile() local
/external/python/cpython2/Lib/
Dtarfile.py68 BLOCKSIZE = 512 # length of processing blocks variable