HomeSort by relevance Sort by last modified time
    Searched defs:rzero (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
printf.c 144 int rzero; local
296 * "lzero" and "rzero" will contain the number
310 rzero = lzero;
465 rzero = prec;
466 while (rzero > 0 && *bp != '\0') {
467 --rzero;
564 rzero = prec - n;
712 - (rzero < 0 ? 0: rzero)
748 while (--rzero >= 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/
doprnt.c 152 int rzero; local
520 * "lzero" and "rzero" will contain the number
534 rzero = 0;
727 rzero = prec;
728 while (rzero > 0 && *bp!= '\0') {
729 --rzero;
766 + (p - buf) + rzero + suffixlength);
830 rzero = prec - n;
842 + (stringp - buf) + rzero);
890 rzero = 0
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/
doprnt.c 89 #define RZERO 256 /* there will be trailing zeros in output */
183 int lzero, rzero; local
482 * "lzero" and "rzero" will contain the
485 * The flagword bits LZERO and RZERO tell
748 otherlength = rzero = rz;
749 flagword |= RZERO;
859 flagword |= RZERO;
860 otherlength = rzero = prec - nn;
1047 if (flagword & (RZERO | SUFFIX | FMINUS)) {
1049 if (flagword & RZERO)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_aggregate.c 181 int64_t lzero, rzero; local
196 rzero = dt_aggregate_lquantizedzero(rhs);
198 if (lzero < rzero)
201 if (lzero > rzero)
212 int64_t lzero, rzero; local
219 rzero = rhs[i];
237 if (lzero < rzero)
240 if (lzero > rzero)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/print/
doprnt.c 190 #define RZERO 0x100 /* there will be trailing zeros in output */
486 ssize_t lzero, rzero, rz, leadzeroes; local
962 * "lzero" and "rzero" will contain the
965 * The flagword bits LZERO and RZERO tell
1371 otherlength = rzero = rz;
1372 flagword |= RZERO;
    [all...]

Completed in 420 milliseconds