Searched refs:DEFAULT_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
14 #define DEFAULT_BLOCK_SIZE 8192 macro113 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()
38 #define DEFAULT_BLOCK_SIZE 16 macro894 DEFAULT_BLOCK_SIZE, sizeof(struct instr)); in compiler_next_instr()899 b->b_ialloc = DEFAULT_BLOCK_SIZE; in compiler_next_instr()
37 #define DEFAULT_BLOCK_SIZE 6 macro253 b->block_size = DEFAULT_BLOCK_SIZE; in gst_bz2enc_init()317 1, 9, DEFAULT_BLOCK_SIZE, in gst_bz2enc_class_init()
57 private static final int DEFAULT_BLOCK_SIZE = 4096; field in CodedInputStreamTest90 if (blockSize > DEFAULT_BLOCK_SIZE) { in newDecoder()91 blockSize = DEFAULT_BLOCK_SIZE; in newDecoder()107 if (blockSize > DEFAULT_BLOCK_SIZE) { in newDecoder()108 blockSize = DEFAULT_BLOCK_SIZE; in newDecoder()
45 #define DEFAULT_BLOCK_SIZE 256 macro416 s->blocksize = DEFAULT_BLOCK_SIZE; in read_header()438 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE)); in read_header()