Searched refs:MIN_SIZE (Results 1 – 5 of 5) sorted by relevance
41 #define MIN_SIZE 16 macro53 fa->fae = malloc(MIN_SIZE * sizeof(struct posix_spawn_file_actions_entry)); in posix_spawn_file_actions_init()56 fa->size = MIN_SIZE; in posix_spawn_file_actions_init()91 fae = realloc(fa->fae, (fa->size + MIN_SIZE) * sizeof(*fa->fae)); in posix_spawn_file_actions_getentry()96 fa->size += MIN_SIZE; in posix_spawn_file_actions_getentry()
131 #define MIN_SIZE (IO_BASE + IO_SIZE) macro141 if (sa->sa_size < MIN_SIZE) { in at91cf_attach_common()
3590 #define BUFF_SIZE_UPPER_BOUND(MIN_SIZE) (MIN_BUFF_SIZE + (MIN_SIZE) * 3 / 2) argument
4435 #define BUFF_SIZE_UPPER_BOUND(MIN_SIZE) (MIN_BUFF_SIZE + (MIN_SIZE) * 3 / 2) argument
6071 (check_callers): Add N, OFFLINE and MIN_SIZE and KNOWN_EDGE