OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIxLEAST64
(Results
51 - 59
of
59
) sorted by null
1
2
3
/external/bison/lib/
inttypes.in.h
317
# if !defined
PRIxLEAST64
|| @PRI_MACROS_BROKEN@
318
# undef
PRIxLEAST64
319
# define
PRIxLEAST64
PRIx64
321
# if !defined
PRIXLEAST64
|| @PRI_MACROS_BROKEN@
322
# undef
PRIXLEAST64
323
# define
PRIXLEAST64
PRIX64
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp
267
#ifndef
PRIxLEAST64
268
#error
PRIxLEAST64
not defined
323
#ifndef
PRIXLEAST64
324
#error
PRIXLEAST64
not defined
/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
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp
511
#ifndef
PRIxLEAST64
512
#error
PRIxLEAST64
not defined
567
#ifndef
PRIXLEAST64
568
#error
PRIXLEAST64
not defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h
132
# define
PRIxLEAST64
__PRI64_PREFIX "x"
148
# define
PRIXLEAST64
__PRI64_PREFIX "X"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
132
# define
PRIxLEAST64
__PRI64_PREFIX "x"
148
# define
PRIXLEAST64
__PRI64_PREFIX "X"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
132
# define
PRIxLEAST64
__PRI64_PREFIX "x"
148
# define
PRIXLEAST64
__PRI64_PREFIX "X"
/external/bison/darwin-lib/
inttypes.h
629
# if !defined
PRIxLEAST64
|| 0
630
# undef
PRIxLEAST64
631
# define
PRIxLEAST64
PRIx64
633
# if !defined
PRIXLEAST64
|| 0
634
# undef
PRIXLEAST64
635
# define
PRIXLEAST64
PRIX64
[
all
...]
/external/bison/linux-lib/
inttypes.h
629
# if !defined
PRIxLEAST64
|| 0
630
# undef
PRIxLEAST64
631
# define
PRIxLEAST64
PRIx64
633
# if !defined
PRIXLEAST64
|| 0
634
# undef
PRIXLEAST64
635
# define
PRIXLEAST64
PRIX64
[
all
...]
Completed in 41 milliseconds
1
2
3