Searched refs:MINSIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/m4/lib/
H A Dohash_int.h24 #define MINSIZE (1UL << 4) macro
H A Dohash_init.c28 if (h->size < MINSIZE)
29 h->size = MINSIZE;
H A Dohash_do.c39 if (ns < MINSIZE)
40 ns = MINSIZE;
/freebsd-9.3-release/bin/sh/
H A Dmemalloc.c117 #define MINSIZE 496 /* minimum size of a block. */ macro
139 if (nbytes < MINSIZE)
140 nbytes = MINSIZE;
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dst.c112 * MINSIZE is the minimum size of a dictionary.
115 #define MINSIZE 8 macro
165 for (i = 0, newsize = MINSIZE;

Completed in 121 milliseconds