OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIXFAST32
(Results
76 - 82
of
82
) sorted by null
1
2
3
4
/external/bison/lib/
inttypes.in.h
455
#if !defined
PRIxFAST32
|| @PRI_MACROS_BROKEN@
456
# undef
PRIxFAST32
458
# define
PRIxFAST32
PRIx64
460
# define
PRIxFAST32
"x"
463
#if !defined
PRIXFAST32
|| @PRI_MACROS_BROKEN@
464
# undef
PRIXFAST32
466
# define
PRIXFAST32
PRIX64
468
# define
PRIXFAST32
"X"
/external/bison/linux-lib/
inttypes.h
767
#if !defined
PRIxFAST32
|| 0
768
# undef
PRIxFAST32
770
# define
PRIxFAST32
PRIx64
772
# define
PRIxFAST32
"x"
775
#if !defined
PRIXFAST32
|| 0
776
# undef
PRIXFAST32
778
# define
PRIXFAST32
PRIX64
780
# define
PRIXFAST32
"X"
[
all
...]
/external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h
128
#define
PRIxFAST32
"I32x"
129
#define
PRIXFAST32
"I32X"
/external/jemalloc/include/msvc_compat/C99/
inttypes.h
136
#define
PRIxFAST32
"x"
137
#define
PRIXFAST32
"X"
/external/mesa3d/include/c99/
inttypes.h
128
#define
PRIxFAST32
"I32x"
129
#define
PRIXFAST32
"I32X"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h
136
# define
PRIxFAST32
__PRIPTR_PREFIX "x"
152
# define
PRIXFAST32
__PRIPTR_PREFIX "X"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h
136
# define
PRIxFAST32
__PRIPTR_PREFIX "x"
152
# define
PRIXFAST32
__PRIPTR_PREFIX "X"
Completed in 48 milliseconds
1
2
3
4