Searched refs:pl (Results 1 - 5 of 5) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dtempnam.c16 size_t l, dl, pl; local
24 pl = strlen(pfx);
25 l = dl + 1 + pl + 1 + 6;
34 memcpy(s+dl+1, pfx, pl);
35 s[dl+1+pl] = '_';
H A Dvfprintf.c214 int pl; local
217 pl=1;
224 } else prefix++, pl=0;
229 pad(f, ' ', w, 3+pl, fl&~ZERO_PAD);
230 out(f, prefix, pl);
232 pad(f, ' ', w, 3+pl, fl^LEFT_ADJ);
233 return MAX(w, 3+pl);
244 pl += 2;
275 if (p > INT_MAX-2-(ebuf-estr)-pl)
282 pad(f, ' ', w, pl
467 int t, pl; local
[all...]
/seL4-refos-master/kernel/src/machine/
H A Dio.c282 int t, pl; local
404 pl = 0;
464 pl = 2;
475 pl = 1;
483 pl = 0;
505 if (p > INT_MAX - pl) {
508 if (w < pl + p) {
509 w = pl + p;
515 pad(f, ' ', w, pl + p, fl);
516 out(f, prefix, pl);
[all...]
/seL4-refos-master/projects/refos/design/
H A DMakefile83 %.pdf: %.perf tools/bargraph.pl
/seL4-refos-master/kernel/manual/
H A DMakefile188 %.pdf: %.perf tools/bargraph.pl

Completed in 42 milliseconds