Searched refs:pl (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | tempnam.c | 14 size_t l, dl, pl; in tempnam() local 25 pl = strlen(pfx); in tempnam() 26 l = dl + 1 + pl + 1 + 6; in tempnam() 35 memcpy(s + dl + 1, pfx, pl); in tempnam() 36 s[dl + 1 + pl] = '_'; in tempnam()
|
| A D | vfprintf.c | 262 int pl; in fmt_fp() local 265 pl = 1; in fmt_fp() 273 prefix++, pl = 0; in fmt_fp() 280 out(f, prefix, pl); in fmt_fp() 296 pl += 2; in fmt_fp() 483 out(f, prefix, pl); in fmt_fp() 553 int t, pl; in printf_core() local 657 pl = 0; in printf_core() 712 pl = 1; in printf_core() 783 if (w < pl + p) in printf_core() [all …]
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acdebug.h | 85 #define PARAM_LIST(pl) pl argument
|
| A D | acoutput.h | 466 #define ACPI_DEBUG_PRINT(pl) argument 467 #define ACPI_DEBUG_PRINT_RAW(pl) argument
|
| /third_party/lib/acpica/source/tools/acpisrc/ |
| A D | acpisrc.h | 130 #define PARAM_LIST(pl) pl argument
|
| /third_party/lib/cortex-strings/src/aarch64/ |
| A D | strnlen.S | 108 ccmp tmp1, #0, #0, pl /* NZCV = 0000 */
|
| A D | strncmp.S | 96 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 10407 acpixtract.pl perl script without the worry of setting the correct perl
|
Completed in 33 milliseconds