OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIXLEAST32
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/Headers/
inttypes.h
48
#undef
PRIxLEAST32
51
#undef
PRIXLEAST32
83
#define
PRIxLEAST32
"x"
86
#define
PRIXLEAST32
"X"
/bionic/libc/include/
inttypes.h
131
#define
PRIxLEAST32
"x" /* uint_least32_t */
149
#define
PRIXLEAST32
"X" /* uint_least32_t */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
116
#define
PRIxLEAST32
"x" /* uint_least32_t */
131
#define
PRIXLEAST32
"X" /* uint_least32_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
116
#define
PRIxLEAST32
"x" /* uint_least32_t */
131
#define
PRIXLEAST32
"X" /* uint_least32_t */
/external/e2fsprogs/intl/
loadmsgcat.c
259
#if !defined
PRIxLEAST32
|| PRI_MACROS_BROKEN
260
# undef
PRIxLEAST32
261
# define
PRIxLEAST32
"x"
263
#if !defined
PRIXLEAST32
|| PRI_MACROS_BROKEN
264
# undef
PRIXLEAST32
265
# define
PRIXLEAST32
"X"
625
return
PRIxLEAST32
;
627
return
PRIXLEAST32
;
[
all
...]
/external/libusb/msvc/
inttypes.h
129
#define
PRIxLEAST32
"x"
146
#define
PRIXLEAST32
"X"
/external/u-boot/include/
inttypes.h
125
# define
PRIxLEAST32
"x"
141
# define
PRIXLEAST32
"X"
/external/python/cpython2/Lib/plat-sunos5/
TYPES.py
145
PRIxLEAST32
= "x"
155
PRIXLEAST32
= "X"
Completed in 93 milliseconds