Searched refs:ladjust (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c228 boolean_t ladjust; local
254 ladjust = FALSE;
266 ladjust = TRUE;
295 ladjust = !ladjust;
421 if (length > 0 && !ladjust) {
448 if (n < length && ladjust) {
588 if (padc == ' ' && !ladjust) {
617 if (ladjust) {
/macosx-10.10.1/ruby-106/ruby/
H A Daddr2line.c774 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
801 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
815 ladjust = 1;
824 ladjust = !ladjust;
956 if (!ladjust && width > 0)
961 if (ladjust && width > 0)
1035 if (!ladjust && padc == '0')
1039 if (!ladjust)
1058 if (ladjust)
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c835 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
862 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
876 ladjust = 1;
885 ladjust = !ladjust;
1017 if (!ladjust && width > 0)
1022 if (ladjust && width > 0)
1095 if (!ladjust && padc != '0' && width
1109 if (!ladjust && width && (width -= tmp) > 0)
1116 if (ladjust
[all...]

Completed in 79 milliseconds