Searched defs:lzero (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlconstants.c32 #pragma weak _lzero = lzero
40 dl_t lzero = {0, 0}; variable
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c121 int lzero; local
296 * "lzero" and "rzero" will contain the number
307 lzero = 0;
310 rzero = lzero;
403 lzero = bp - p + prec;
409 if (lzero < 1)
410 lzero = 1;
716 - (lzero < 0 ? 0 : lzero)
732 while (--lzero >
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c125 int lzero; local
520 * "lzero" and "rzero" will contain the number
531 lzero = 0;
664 lzero = bp - p + prec;
668 lzero < 1) {
669 lzero = 1;
765 lzero = width - (strlen(prefix)
841 lzero = width - (strlen(prefix)
894 lzero = width - (strlen(prefix)
917 lzero
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c183 int lzero, rzero; local
482 * "lzero" and "rzero" will contain the
566 otherlength = lzero = leadzeroes;
635 otherlength = lzero = 1;
650 otherlength = lzero = leadzeroes;
660 otherlength = lzero = 1;
1018 lzero = width - k;
1021 lzero += width - k;
1041 PAD(_zeroes, lzero);
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c483 ssize_t lzero, rzero, rz, leadzeroes; local
955 * "lzero" and "rzero" will contain the
1116 otherlength = lzero = leadzeroes;
1221 otherlength = lzero = 1;
1234 otherlength = lzero = 1;
1248 otherlength = lzero = leadzeroes;
1261 otherlength = lzero = 1;
2150 lzero = width - k;
2152 lzero += width - k;
2167 PAD(_zeroes, lzero);
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c184 int64_t lzero, rzero; local
198 lzero = dt_aggregate_lquantizedzero(lhs);
201 if (lzero < rzero)
204 if (lzero > rzero)
262 int64_t lzero, rzero; local
275 lzero = lhs[1];
278 if (lzero < rzero)
281 if (lzero > rzero)
292 int64_t lzero, rzero; local
298 lzero
[all...]

Completed in 63 milliseconds