OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIXPTR
(Results
1 - 13
of
13
) sorted by null
/external/libusb/msvc/
inttypes.h
240
#define
PRIxPTR
"I64x"
241
#define
PRIXPTR
"I64X"
252
#define
PRIxPTR
"x"
253
#define
PRIXPTR
"X"
/external/u-boot/arch/x86/lib/
relocate.c
74
PRIXPTR
"\n",
113
" limit %"
PRIXPTR
"\n", re_src,
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
123
#define
PRIxPTR
"lx" /* uintptr_t */
138
#define
PRIXPTR
"lX" /* uintptr_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
123
#define
PRIxPTR
"lx" /* uintptr_t */
138
#define
PRIXPTR
"lX" /* uintptr_t */
/bionic/libc/include/
inttypes.h
140
#define
PRIxPTR
__PRI_PTR_prefix"x" /* uintptr_t */
158
#define
PRIXPTR
__PRI_PTR_prefix"X" /* uintptr_t */
/external/u-boot/drivers/scsi/
scsi.c
199
", blccnt %x buffer %"
PRIXPTR
"\n",
209
", blccnt %x buffer %"
PRIXPTR
"\n", start, smallblks, buf_addr);
263
debug("%s: startblk " LBAF ", blccnt %x buffer %"
PRIXPTR
"\n",
272
debug("%s: end startblk " LBAF ", blccnt %x buffer %"
PRIXPTR
"\n",
/external/u-boot/include/
inttypes.h
164
# define
PRIxPTR
__PRIPTR_PREFIX "x"
165
# define
PRIXPTR
__PRIPTR_PREFIX "X"
/external/python/cpython3/Programs/
_testembed.c
34
printf("interp %" PRId64 " <0x%"
PRIXPTR
">, thread state <0x%"
PRIXPTR
">: ",
/external/e2fsprogs/intl/
loadmsgcat.c
439
#if !defined
PRIxPTR
|| PRI_MACROS_BROKEN
440
# undef
PRIxPTR
441
# define
PRIxPTR
\
446
#if !defined
PRIXPTR
|| PRI_MACROS_BROKEN
447
# undef
PRIXPTR
448
# define
PRIXPTR
\
744
return
PRIxPTR
;
746
return
PRIXPTR
;
[
all
...]
/external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp
535
#ifndef
PRIxPTR
536
#error
PRIxPTR
not defined
591
#ifndef
PRIXPTR
592
#error
PRIXPTR
not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp
535
#ifndef
PRIxPTR
536
#error
PRIxPTR
not defined
591
#ifndef
PRIXPTR
592
#error
PRIXPTR
not defined
/external/deqp/framework/qphelper/
qpCrashHandler.c
574
const int ret = snprintf(nameBuffer, DE_LENGTH_OF_ARRAY(nameBuffer), PTR_FMT
PRIXPTR
" : ", (uintptr_t)symbols[symbolNdx]);
/art/compiler/debug/
elf_debug_info_writer.h
487
snprintf(name, sizeof(name), "0x%"
PRIXPTR
, reinterpret_cast<uintptr_t>(methods_ptr));
Completed in 3063 milliseconds