OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIxMAX
(Results
1 - 14
of
14
) 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/python/cpython2/Lib/plat-sunos5/
TYPES.py
190
PRIxMAX
= "lx"
194
PRIxMAX
= "llx"
198
PRIxMAX
= "x"
/external/elfutils/tests/
asm-tst8.c
154
printf ("requested value 0xfeedbeef, is %#"
PRIxMAX
"\n",
/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/elfutils/src/
addr2line.c
542
gettext ("offset %#"
PRIxMAX
" lies outside"
637
gettext ("offset %#"
PRIxMAX
" lies outside"
size.c
570
PRIxMAX
" %s",
readelf.c
[
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
/external/grpc-grpc/test/core/gpr/
time_test.cc
44
sprintf(fmt, "%%0%d%s", chars, base == 16 ?
PRIxMAX
: PRIdMAX);
Completed in 161 milliseconds