Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dmalloc_closure.c19 #define BLOCKSIZE _pagesize macro
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c22 #define BLOCKSIZE 8192 macro
/third_party/ltp/lib/
Dtst_memutils.c17 #define BLOCKSIZE (16 * 1024 * 1024) macro
/third_party/ffmpeg/libavcodec/
Dra144.h34 #define BLOCKSIZE 40 ///< subblock size in 16-bit words macro
Dra144enc.c244 const int8_t cb[][BLOCKSIZE], const float *ortho1, in find_best_vect()
/third_party/ltp/testcases/kernel/io/writetest/
Dwritetest.c47 #define BLOCKSIZE (1024*1024) macro
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/
DCompressionTableGenerator.java88 final static int BLOCKSIZE = 0xFF; field in CompressionTableGenerator
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c77 #define BLOCKSIZE (100 * SCALABILITY_FACTOR) macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c76 #define BLOCKSIZE (1000 * SCALABILITY_FACTOR) macro
/third_party/ffmpeg/libavformat/
Dcrypto.c31 #define BLOCKSIZE 16 macro
/third_party/zlib/contrib/untgz/
Duntgz.c65 #define BLOCKSIZE 512 macro
/third_party/python/Lib/
Dtarfile.py78 BLOCKSIZE = 512 # length of processing blocks variable
/third_party/python/Modules/
Darraymodule.c1539 int BLOCKSIZE = 64*1024; in array_array_tofile() local