Searched refs:MINSIZE (Results 1 – 9 of 9) sorted by relevance
110 #define MINSIZE 504 /* minimum size of a block */ macro114 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()
45 #define MINSIZE (1UL << 4) macro97 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()
26 if (h->size < MINSIZE) in ohash_init()27 h->size = MINSIZE; in ohash_init()
37 if (ns < MINSIZE) in ohash_resize()38 ns = MINSIZE; in ohash_resize()
22 #define MINSIZE (1UL << 4) macro
123 #define MINSIZE MAX(MAX(CHFS_EB_EC_HDR_SIZE, CHFS_EB_HDR_NOR_SIZE), \ in write_eb_header() macro125 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()
3 #ifndef MINSIZE /* MINSIZE inhibits debugging */
75 #ifdef MINSIZE
11594 * gmp-impl.h: Update MUL/SQR MINSIZE macros to reflect new function