OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIXLEAST64
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/include/
inttypes.h
132
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
150
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
117
#define
PRIxLEAST64
"lx" /* uint_least64_t */
132
#define
PRIXLEAST64
"lX" /* uint_least64_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
117
#define
PRIxLEAST64
"lx" /* uint_least64_t */
132
#define
PRIXLEAST64
"lX" /* uint_least64_t */
/external/e2fsprogs/intl/
loadmsgcat.c
283
#if !defined
PRIxLEAST64
|| PRI_MACROS_BROKEN
284
# undef
PRIxLEAST64
285
# define
PRIxLEAST64
PRIx64
287
#if !defined
PRIXLEAST64
|| PRI_MACROS_BROKEN
288
# undef
PRIXLEAST64
289
# define
PRIXLEAST64
PRIX64
641
return
PRIxLEAST64
;
643
return
PRIXLEAST64
;
[
all
...]
/external/libusb/msvc/
inttypes.h
130
#define
PRIxLEAST64
"I64x"
147
#define
PRIXLEAST64
"I64X"
/external/u-boot/include/
inttypes.h
126
# define
PRIxLEAST64
__PRI64_PREFIX "x"
142
# define
PRIXLEAST64
__PRI64_PREFIX "X"
/external/python/cpython2/Lib/plat-sunos5/
TYPES.py
146
PRIxLEAST64
= "lx"
147
PRIxLEAST64
= "llx"
156
PRIXLEAST64
= "lX"
157
PRIXLEAST64
= "llX"
Completed in 734 milliseconds