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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.h55 #define DIGIT_MAX MP_DIGIT_MAX macro

Completed in 109 milliseconds