OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIXMAX
(Results
51 - 59
of
59
) sorted by null
1
2
3
/external/bison/lib/
inttypes.in.h
532
#if !defined
PRIxMAX
|| @PRI_MACROS_BROKEN@
533
# undef
PRIxMAX
535
# define
PRIxMAX
PRIx64
537
# define
PRIxMAX
"lx"
540
#if !defined
PRIXMAX
|| @PRI_MACROS_BROKEN@
541
# undef
PRIXMAX
543
# define
PRIXMAX
PRIX64
545
# define
PRIXMAX
"lX"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp
287
#ifndef
PRIxMAX
288
#error
PRIxMAX
not defined
343
#ifndef
PRIXMAX
344
#error
PRIXMAX
not defined
/external/bison/darwin-lib/
inttypes.h
844
#if !defined
PRIxMAX
|| 0
845
# undef
PRIxMAX
847
# define
PRIxMAX
PRIx64
849
# define
PRIxMAX
"lx"
852
#if !defined
PRIXMAX
|| 0
853
# undef
PRIXMAX
855
# define
PRIXMAX
PRIX64
857
# define
PRIXMAX
"lX"
[
all
...]
/external/bison/linux-lib/
inttypes.h
844
#if !defined
PRIxMAX
|| 0
845
# undef
PRIxMAX
847
# define
PRIxMAX
PRIx64
849
# define
PRIxMAX
"lx"
852
#if !defined
PRIXMAX
|| 0
853
# undef
PRIXMAX
855
# define
PRIXMAX
PRIX64
857
# define
PRIXMAX
"lX"
[
all
...]
/external/e2fsprogs/intl/
loadmsgcat.c
403
#if !defined
PRIxMAX
|| PRI_MACROS_BROKEN
404
# undef
PRIxMAX
405
# define
PRIxMAX
(sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx")
407
#if !defined
PRIXMAX
|| PRI_MACROS_BROKEN
408
# undef
PRIXMAX
409
# define
PRIXMAX
(sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX")
727
return
PRIxMAX
;
729
return
PRIXMAX
;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp
531
#ifndef
PRIxMAX
532
#error
PRIxMAX
not defined
587
#ifndef
PRIXMAX
588
#error
PRIXMAX
not defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h
161
# define
PRIxMAX
__PRI64_PREFIX "x"
162
# define
PRIXMAX
__PRI64_PREFIX "X"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
161
# define
PRIxMAX
__PRI64_PREFIX "x"
162
# define
PRIXMAX
__PRI64_PREFIX "X"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
161
# define
PRIxMAX
__PRI64_PREFIX "x"
162
# define
PRIXMAX
__PRI64_PREFIX "X"
Completed in 2026 milliseconds
1
2
3