Home
last modified time | relevance | path

Searched refs:DEFAULT_BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A Dpyarena.c14 #define DEFAULT_BLOCK_SIZE 8192 macro
113 size < DEFAULT_BLOCK_SIZE ? in block_alloc()
114 DEFAULT_BLOCK_SIZE : size); in block_alloc()
135 arena->a_head = block_new(DEFAULT_BLOCK_SIZE); in _PyArena_New()
151 arena->total_block_size = DEFAULT_BLOCK_SIZE; in _PyArena_New()
196 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE) in _PyArena_Malloc()
H A Dcompile.c39 #define DEFAULT_BLOCK_SIZE 16 macro
871 DEFAULT_BLOCK_SIZE, sizeof(struct instr)); in compiler_next_instr()
876 b->b_ialloc = DEFAULT_BLOCK_SIZE; in compiler_next_instr()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java57 private static final int DEFAULT_BLOCK_SIZE = 4096; field in CodedInputStreamTest
90 if (blockSize > DEFAULT_BLOCK_SIZE) {
91 blockSize = DEFAULT_BLOCK_SIZE;
107 if (blockSize > DEFAULT_BLOCK_SIZE) {
108 blockSize = DEFAULT_BLOCK_SIZE;
/third_party/ffmpeg/libavcodec/
H A Dshorten.c46 #define DEFAULT_BLOCK_SIZE 256 macro
417 s->blocksize = DEFAULT_BLOCK_SIZE; in read_header()
443 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE)); in read_header()

Completed in 16 milliseconds