HomeSort by relevance Sort by last modified time
    Searched refs:ndig (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 316 int ndig; /* actual number of digits returned by dtoa */ local
677 ndig = dtoaend - dtoaresult;
729 ndig = dtoaend - dtoaresult;
750 prec = ndig - expt;
759 prec = ndig;
1005 PRINTANDPAD(cp, convbuf + ndig,
1011 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes);
1017 PRINT(cp, ndig-1);
1018 PAD(prec - ndig, zeroes);
    [all...]
vfprintf.c 313 int ndig; /* actual number of digits returned by dtoa */ local
765 ndig = dtoaend - cp;
773 prec = ndig - expt;
782 prec = ndig;
1040 PRINT(cp, ndig-1);
1041 PAD(prec - ndig, zeroes);
    [all...]
  /external/libvncserver/x11vnc/
enc.h 1453 unsigned int ndig = 0, nsig = 0; local
    [all...]

Completed in 148 milliseconds