OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIXLEAST64
(Results
51 - 69
of
69
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
inttypes.h
131
#define
PRIxLEAST64
__PRI_64_prefix"x" /* uint_least64_t */
149
#define
PRIXLEAST64
__PRI_64_prefix"X" /* uint_least64_t */
/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
/external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp
267
#ifndef
PRIxLEAST64
268
#error
PRIxLEAST64
not defined
323
#ifndef
PRIXLEAST64
324
#error
PRIXLEAST64
not defined
/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
...]
/toolchain/binutils/binutils-2.25/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
647
return
PRIxLEAST64
;
649
return
PRIXLEAST64
;
[
all
...]
/external/libcxx/test/std/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
/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/x86_64-linux-glibc2.11-4.8/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.15-4.8/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 1618 milliseconds
1
2
3