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

/external/elfutils/0.153/libasm/
H A Dasm_newcomsym.c93 fprintf (ctx->out.file, "\t.comm %s, %" PRIuMAX ", %" PRIuMAX "\n",
H A Dasm_newsym.c107 fprintf (asmscn->ctx->out.file, "\t.size\t%s,%" PRIuMAX "\n%s:\n",
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h120 #define PRIuMAX "I64u" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h145 #define PRIuMAX "I64u" macro
/external/mesa3d/include/c99/
H A Dinttypes.h145 #define PRIuMAX "I64u" macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h94 #ifndef PRIuMAX
95 #define PRIuMAX "llu" macro
/external/bison/lib/
H A Dinttypes.in.h524 #if !defined PRIuMAX || @PRI_MACROS_BROKEN@
525 # undef PRIuMAX macro
527 # define PRIuMAX PRIu64 macro
529 # define PRIuMAX "lu"
/external/elfutils/0.153/src/
H A Dsize.c607 printf ("%*" PRIuMAX " %*" PRIuMAX " %*" PRIuMAX " %*" PRIuMAX " %*"
H A Dreadelf.c4108 printf ("%*s[%4" PRIuMAX "] %s %s\n",
4128 printf ("%*s[%4" PRIuMAX "] %s %#" PRIxMAX "\n",
4140 printf ("%*s[%4" PRIuMAX "] %s %" PRIu8 "\n",
4151 printf ("%*s[%4" PRIuMAX "] %s %" PRIu16 "\n",
4162 printf ("%*s[%4" PRIuMAX "] %s %" PRIu32 "\n",
4173 printf ("%*s[%4" PRIuMAX "] %s %" PRIu64 "\n",
4184 printf ("%*s[%4" PRIuMAX "] %s %" PRId8 "\n",
4195 printf ("%*s[%4" PRIuMAX "] %s %" PRId16 "\n",
4206 printf ("%*s[%4" PRIuMAX "] %s %" PRId32 "\n",
4217 printf ("%*s[%4" PRIuMAX "]
[all...]
H A Dldgeneric.c3487 error (EXIT_FAILURE, 0, gettext ("argument '%" PRIuMAX "' of ALIGN in address computation expression is no power of two"),
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h153 #define PRIuMAX __PRI64_PREFIX "u" macro
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp231 #ifndef PRIuMAX
232 #error PRIuMAX not defined
/external/bison/darwin-lib/
H A Dinttypes.h836 #if !defined PRIuMAX || 0
837 # undef PRIuMAX macro
839 # define PRIuMAX PRIu64 macro
841 # define PRIuMAX "lu" macro
/external/bison/linux-lib/
H A Dinttypes.h836 #if !defined PRIuMAX || 0
837 # undef PRIuMAX macro
839 # define PRIuMAX PRIu64 macro
841 # define PRIuMAX "lu" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c399 #if !defined PRIuMAX || PRI_MACROS_BROKEN
400 # undef PRIuMAX macro
401 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") macro
725 return PRIuMAX;
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp475 #ifndef PRIuMAX
476 #error PRIuMAX not defined
/external/bison/
H A Dmaint.mk412 | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \

Completed in 505 milliseconds