HomeSort by: relevance | last modified time | path
    Searched refs:NDIG (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/top/dist/
ap_snprintf.c 114 #define NDIG 80
116 /* buf must have at least NDIG bytes */
123 if (ndigits >= NDIG - 1)
124 ndigits = NDIG - 2;
133 p1 = &buf[NDIG];
138 p1 = &buf[NDIG];
144 while (p1 < &buf[NDIG])
161 while (p <= p1 && p < &buf[NDIG]) {
166 if (p1 >= &buf[NDIG]) {
167 buf[NDIG - 1] = '\0'
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 131 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 131 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)

Completed in 68 milliseconds