Home
last modified time | relevance | path

Searched refs:MINSIZE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/bin/sh/
H A Dmemalloc.c110 #define MINSIZE 504 /* minimum size of a block */ macro
114 char space[MINSIZE];
121 int stacknleft = MINSIZE;
136 if (blocksize < MINSIZE) in stalloc()
137 blocksize = MINSIZE; in stalloc()
139 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize); in stalloc()
234 sizeof(struct stack_block) - MINSIZE + newlen); in growstackblock()
/netbsd-src/external/bsd/mdocml/dist/
H A Dcompat_ohash.c45 #define MINSIZE (1UL << 4) macro
97 if (ns < MINSIZE) in ohash_resize()
98 ns = MINSIZE; in ohash_resize()
199 if (h->size < MINSIZE) in ohash_init()
200 h->size = MINSIZE; in ohash_init()
/netbsd-src/usr.bin/m4/lib/
H A Dohash_init.c26 if (h->size < MINSIZE) in ohash_init()
27 h->size = MINSIZE; in ohash_init()
H A Dohash_do.c37 if (ns < MINSIZE) in ohash_resize()
38 ns = MINSIZE; in ohash_resize()
H A Dohash_int.h22 #define MINSIZE (1UL << 4) macro
/netbsd-src/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c123 #define MINSIZE MAX(MAX(CHFS_EB_EC_HDR_SIZE, CHFS_EB_HDR_NOR_SIZE), \ in write_eb_header() macro
125 if ((uint32_t)opts->pagesize < MINSIZE) in write_eb_header()
126 errx(EXIT_FAILURE, "pagesize cannot be less than %zu", MINSIZE); in write_eb_header()
/netbsd-src/external/bsd/ekermit/dist/
H A Ddebug.h3 #ifndef MINSIZE /* MINSIZE inhibits debugging */
H A Dkermit.h75 #ifdef MINSIZE
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog11594 * gmp-impl.h: Update MUL/SQR MINSIZE macros to reflect new function