OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIXMAX
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
122
#define
PRIxMAX
"lx" /* uintmax_t */
137
#define
PRIXMAX
"lX" /* uintmax_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
122
#define
PRIxMAX
"lx" /* uintmax_t */
137
#define
PRIXMAX
"lX" /* uintmax_t */
/external/libusb/msvc/
inttypes.h
137
#define
PRIxMAX
"I64x"
154
#define
PRIXMAX
"I64X"
/bionic/libc/include/
inttypes.h
139
#define
PRIxMAX
"jx" /* uintmax_t */
157
#define
PRIXMAX
"jX" /* uintmax_t */
/external/u-boot/include/
inttypes.h
155
# define
PRIxMAX
__PRI64_PREFIX "x"
156
# define
PRIXMAX
__PRI64_PREFIX "X"
/external/e2fsprogs/intl/
loadmsgcat.c
403
#if !defined
PRIxMAX
|| PRI_MACROS_BROKEN
404
# undef
PRIxMAX
405
# define
PRIxMAX
(sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx")
407
#if !defined
PRIXMAX
|| PRI_MACROS_BROKEN
408
# undef
PRIXMAX
409
# define
PRIXMAX
(sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX")
727
return
PRIxMAX
;
729
return
PRIXMAX
;
[
all
...]
/external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp
531
#ifndef
PRIxMAX
532
#error
PRIxMAX
not defined
587
#ifndef
PRIXMAX
588
#error
PRIXMAX
not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp
531
#ifndef
PRIxMAX
532
#error
PRIxMAX
not defined
587
#ifndef
PRIXMAX
588
#error
PRIXMAX
not defined
Completed in 63 milliseconds