Searched defs:small (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c21 /* looks like 'small' is reserved word for WINCE (or somesuch)*/
22 #define small xsmall macro
347 gptr small[SMALLSORT]; local
352 if (nmemb <= SMALLSORT) aux = small; /* use stack for aux array */
533 if (aux != small) Safefree(aux); /* free iff allocated */
605 Anything bigger and we use qsort. If you make this too small, the qsort
1187 /* This partition is too small to fool with qsort complexity, just
1311 gptr *small[SMALLSORT], **indir, tmp; local
1316 if (nmemb <= SMALLSORT) indir = small;
1366 if (indir != small) { Safefre
[all...]

Completed in 26 milliseconds