Home
last modified time | relevance | path

Searched refs:MIN_SIZE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libc/gen/
H A Dposix_spawn_fileactions.c41 #define MIN_SIZE 16 macro
53 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()
/netbsd-src/sys/arch/arm/at91/
H A Dat91cf.c131 #define MIN_SIZE (IO_BASE + IO_SIZE) macro
141 if (sa->sa_size < MIN_SIZE) { in at91cf_attach_common()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c3590 #define BUFF_SIZE_UPPER_BOUND(MIN_SIZE) (MIN_BUFF_SIZE + (MIN_SIZE) * 3 / 2) argument
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc4435 #define BUFF_SIZE_UPPER_BOUND(MIN_SIZE) (MIN_BUFF_SIZE + (MIN_SIZE) * 3 / 2) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20196071 (check_callers): Add N, OFFLINE and MIN_SIZE and KNOWN_EDGE