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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dtempnam.c14 size_t l, dl, pl; local
25 pl = strlen(pfx);
26 l = dl + 1 + pl + 1 + 6;
35 memcpy(s + dl + 1, pfx, pl);
36 s[dl + 1 + pl] = '_';
H A Dvfprintf.c262 int pl; local
265 pl = 1;
273 prefix++, pl = 0;
279 pad(f, ' ', w, 3 + pl, fl & ~ZERO_PAD);
280 out(f, prefix, pl);
282 pad(f, ' ', w, 3 + pl, fl ^ LEFT_ADJ);
283 return MAX(w, 3 + pl);
296 pl += 2;
337 pad(f, ' ', w, pl + l, fl);
338 out(f, prefix, pl);
553 int t, pl; local
[all...]
/fuchsia/zircon/kernel/lib/libc/
H A Dqsort.c86 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
95 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0;
96 pl -= es)
97 swap(pl, pl - es);
102 pl = (char *)a;
106 pl
[all...]
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_page_list.h114 for (auto& pl : list_) {
115 zx_status_t status = pl.ForEveryPage(per_page_func, pl.offset(),
116 pl.offset() + pl.kPageFanOut * PAGE_SIZE);
130 for (auto& pl : list_) {
131 zx_status_t status = pl.ForEveryPage(per_page_func, pl.offset(),
132 pl.offset() + pl
155 auto& pl = *itr; local
179 auto& pl = *itr; local
[all...]
/fuchsia/zircon/kernel/vm/
H A Dvm_page_list.cpp85 fbl::unique_ptr<VmPageListNode> pl =
91 LTRACEF("allocating new inner node %p\n", pl.get());
92 __UNUSED auto status = pl->AddPage(p, index);
95 list_.insert(fbl::move(pl));
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacdebug.h85 #define PARAM_LIST(pl) pl
H A Dacoutput.h466 #define ACPI_DEBUG_PRINT(pl)
467 #define ACPI_DEBUG_PRINT_RAW(pl)
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dacpisrc.h130 #define PARAM_LIST(pl) pl
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dstrnlen.S108 ccmp tmp1, #0, #0, pl /* NZCV = 0000 */
H A Dstrncmp.S96 csinv endloop, diff, xzr, pl /* Last Dword or differences. */

Completed in 111 milliseconds