OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIXFAST64
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
121
#define
PRIxFAST64
"lx" /* uint_fast64_t */
136
#define
PRIXFAST64
"lX" /* uint_fast64_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
121
#define
PRIxFAST64
"lx" /* uint_fast64_t */
136
#define
PRIXFAST64
"lX" /* uint_fast64_t */
/external/libusb/msvc/
inttypes.h
135
#define
PRIxFAST64
"I64x"
152
#define
PRIXFAST64
"I64X"
/bionic/libc/include/
inttypes.h
137
#define
PRIxFAST64
__PRI_64_prefix"x" /* uint_fast64_t */
155
#define
PRIXFAST64
__PRI_64_prefix"X" /* uint_fast64_t */
/external/u-boot/include/
inttypes.h
131
# define
PRIxFAST64
__PRI64_PREFIX "x"
147
# define
PRIXFAST64
__PRI64_PREFIX "X"
/external/e2fsprogs/intl/
loadmsgcat.c
379
#if !defined
PRIxFAST64
|| PRI_MACROS_BROKEN
380
# undef
PRIxFAST64
381
# define
PRIxFAST64
PRIx64
383
#if !defined
PRIXFAST64
|| PRI_MACROS_BROKEN
384
# undef
PRIXFAST64
385
# define
PRIXFAST64
PRIX64
709
return
PRIxFAST64
;
711
return
PRIXFAST64
;
[
all
...]
/external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp
527
#ifndef
PRIxFAST64
528
#error
PRIxFAST64
not defined
583
#ifndef
PRIXFAST64
584
#error
PRIXFAST64
not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp
527
#ifndef
PRIxFAST64
528
#error
PRIxFAST64
not defined
583
#ifndef
PRIXFAST64
584
#error
PRIXFAST64
not defined
Completed in 2945 milliseconds