Home
last modified time | relevance | path

Searched refs:PRIuMAX (Results 1 - 18 of 18) sorted by relevance

/third_party/elfutils/libasm/
H A Dasm_newcomsym.c93 fprintf (ctx->out.file, "\t.comm %s, %" PRIuMAX ", %" PRIuMAX "\n", in asm_newcomsym()
H A Dasm_newsym.c108 fprintf (asmscn->ctx->out.file, "\t.size\t%s,%" PRIuMAX "\n%s:\n", in asm_newsym()
/third_party/elfutils/tests/
H A Dasm-tst7.c154 printf ("requested alignment 16, is %" PRIuMAX "\n", in main()
161 printf ("requested size 4, is %" PRIuMAX "\n", in main()
H A Dasm-tst8.c162 printf ("requested size 4, is %" PRIuMAX "\n", in main()
/third_party/elfutils/src/
H A Dsize.c575 printf ("%*" PRIuMAX " %*" PRIuMAX " %*" PRIuMAX " %*" PRIuMAX " %*" in show_bsd_totals()
H A Dreadelf.c4484 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 Dprivate.h194 # define PRIuMAX "llu" macro
197 # define PRIuMAX "lu" macro
H A Dzdump.c855 #ifdef PRIuMAX in tformat()
857 return "%"PRIuMAX; in tformat()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h194 # define PRIuMAX "llu" macro
197 # define PRIuMAX "lu" macro
H A Dzdump.c861 #ifdef PRIuMAX in tformat()
863 return "%"PRIuMAX; in tformat()
/third_party/tzdata/
H A Dprivate.h412 #ifndef PRIuMAX
414 # define PRIuMAX "llu" macro
416 # define PRIuMAX "lu" macro
H A Dzdump.c1200 intmax_t: "%"PRIdMAX, uintmax_t: "%"PRIuMAX, in tformat()
1214 #ifdef PRIuMAX in tformat()
1216 return "%"PRIuMAX; in tformat()
H A Dstrftime.c345 sprintf(buf, "%"PRIuMAX, n); in _fmt()
/third_party/musl/porting/uniproton/kernel/include/
H A Dinttypes.h126 #define PRIuMAX __PRI64 "u" macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dinttypes.h126 #define PRIuMAX __PRI64 "u" macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dinttypes.h126 #define PRIuMAX __PRI64 "u" macro
/third_party/musl/include/
H A Dinttypes.h126 #define PRIuMAX __PRI64 "u" macro
/third_party/musl/libc-test/src/api/
H A Dinttypes.c153 S(PRIuMAX) in f()

Completed in 23 milliseconds