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

/ast/src/cmd/sort/
H A Dmain.c252 #define INMIN (1024) /* min input buffer size */ macro
253 #define INBRK (64*INMIN) /* default heap increment */
255 #define INREC (16*INMIN) /* record begin chunk size */
890 else if (x < INMIN && !sp->chunk)
891 x = INMIN;
929 if ((x >>= 1) < INMIN)

Completed in 13 milliseconds