Searched refs:PRIuMAX (Results 1 - 18 of 18) sorted by relevance
/third_party/elfutils/libasm/ |
H A D | asm_newcomsym.c | 93 fprintf (ctx->out.file, "\t.comm %s, %" PRIuMAX ", %" PRIuMAX "\n", in asm_newcomsym()
|
H A D | asm_newsym.c | 108 fprintf (asmscn->ctx->out.file, "\t.size\t%s,%" PRIuMAX "\n%s:\n", in asm_newsym()
|
/third_party/elfutils/tests/ |
H A D | asm-tst7.c | 154 printf ("requested alignment 16, is %" PRIuMAX "\n", in main() 161 printf ("requested size 4, is %" PRIuMAX "\n", in main()
|
H A D | asm-tst8.c | 162 printf ("requested size 4, is %" PRIuMAX "\n", in main()
|
/third_party/elfutils/src/ |
H A D | size.c | 575 printf ("%*" PRIuMAX " %*" PRIuMAX " %*" PRIuMAX " %*" PRIuMAX " %*" in show_bsd_totals()
|
H A D | readelf.c | 4484 printf ("%*s[%2" PRIuMAX "] %s ", in print_ops() 4505 printf ("%*s[%2" PRIuMAX "] %s [%6" PRIxMAX "]\n", in print_ops() 4517 printf ("%*s[%2" PRIuMAX "] %s %" PRIu8 "\n", in print_ops() 4528 printf ("%*s[%2" PRIuMAX "] %s %" PRIu16 "\n", in print_ops() 4539 printf ("%*s[%2" PRIuMAX "] %s %" PRIu32 "\n", in print_ops() 4550 printf ("%*s[%2" PRIuMAX "] %s %" PRIu64 "\n", in print_ops() 4561 printf ("%*s[%2" PRIuMAX "] %s %" PRId8 "\n", in print_ops() 4572 printf ("%*s[%2" PRIuMAX "] %s %" PRId16 "\n", in print_ops() 4583 printf ("%*s[%2" PRIuMAX "] %s %" PRId32 "\n", in print_ops() 4594 printf ("%*s[%2" PRIuMAX "] in print_ops() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 194 # define PRIuMAX "llu" macro 197 # define PRIuMAX "lu" macro
|
H A D | zdump.c | 855 #ifdef PRIuMAX in tformat() 857 return "%"PRIuMAX; in tformat()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 194 # define PRIuMAX "llu" macro 197 # define PRIuMAX "lu" macro
|
H A D | zdump.c | 861 #ifdef PRIuMAX in tformat() 863 return "%"PRIuMAX; in tformat()
|
/third_party/tzdata/ |
H A D | private.h | 412 #ifndef PRIuMAX 414 # define PRIuMAX "llu" macro 416 # define PRIuMAX "lu" macro
|
H A D | zdump.c | 1200 intmax_t: "%"PRIdMAX, uintmax_t: "%"PRIuMAX, in tformat() 1214 #ifdef PRIuMAX in tformat() 1216 return "%"PRIuMAX; in tformat()
|
H A D | strftime.c | 345 sprintf(buf, "%"PRIuMAX, n); in _fmt()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | inttypes.h | 126 #define PRIuMAX __PRI64 "u" macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | inttypes.h | 126 #define PRIuMAX __PRI64 "u" macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | inttypes.h | 126 #define PRIuMAX __PRI64 "u" macro
|
/third_party/musl/include/ |
H A D | inttypes.h | 126 #define PRIuMAX __PRI64 "u" macro
|
/third_party/musl/libc-test/src/api/ |
H A D | inttypes.c | 153 S(PRIuMAX) in f()
|
Completed in 23 milliseconds