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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsort.c50 type. When changing this, DIGIT_MAX should be changed as
55 #define DIGIT_MAX (UCHAR_MAX + 1) macro
59 unsigned int count[DIGIT_MAX];
100 memset (count, 0, DIGIT_MAX * sizeof (unsigned int));
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsort.c50 type. When changing this, DIGIT_MAX should be changed as
55 #define DIGIT_MAX (UCHAR_MAX + 1) macro
59 unsigned int count[DIGIT_MAX];
100 memset (count, 0, DIGIT_MAX * sizeof (unsigned int));
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)

Completed in 177 milliseconds