Searched refs:PRIxMAX (Results 1 – 9 of 9) sorted by relevance
127 #define PRIxMAX __PRI64 "x" macro
334 #if !defined PRIxMAX335 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx") macro659 return PRIxMAX; in get_sysdep_segment_value()
167 S(PRIxMAX) in f()
44 sprintf(fmt, "%%0%d%s", chars, base == 16 ? PRIxMAX : PRIdMAX); in i_to_s()
1017 macros PRId64, PRIxMAX etc.