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

/freebsd-10.0-release/lib/libc/stdlib/
H A Dradixsort.c68 #define THRESHOLD 20 /* Divert to simplesort(). */ macro
116 if (n < THRESHOLD)
152 if (n < THRESHOLD) {
253 if (n < THRESHOLD) {
H A Dmerge.c47 #define THRESHOLD 16 /* Best choice for natural merge cut-off. */ macro
258 * when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
297 if (length < THRESHOLD) { /* Pairwise merge */
/freebsd-10.0-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h375 /*#define THRESHOLD .05 */ /* inch */
376 #define THRESHOLD 1 /* points (1/300 inch) */ macro
451 if ((fabs(x_1 - x_mid) < THRESHOLD)
452 && (fabs(y_1 - y_mid) < THRESHOLD)) {
461 if ((fabs(x_mid - x_4) < THRESHOLD)
462 && (fabs(y_mid - y_4) < THRESHOLD)) {
/freebsd-10.0-release/sys/sys/
H A Dpmc.h258 __PMC_CAP(THRESHOLD, 4, "ignore events below a threshold") \

Completed in 80 milliseconds