OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIdMAX
(Results
51 - 61
of
61
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
inttypes.h
58
#define
PRIdMAX
"jd" /* intmax_t */
/bionic/libc/tzcode/
private.h
169
# define
PRIdMAX
"lld"
172
# define
PRIdMAX
"ld"
/external/bison/lib/
inttypes.in.h
500
#if !defined
PRIdMAX
|| @PRI_MACROS_BROKEN@
501
# undef
PRIdMAX
503
# define
PRIdMAX
PRId64
505
# define
PRIdMAX
"ld"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp
63
#ifndef
PRIdMAX
64
#error
PRIdMAX
not defined
/external/bison/darwin-lib/
inttypes.h
812
#if !defined
PRIdMAX
|| 0
813
# undef
PRIdMAX
815
# define
PRIdMAX
PRId64
817
# define
PRIdMAX
"ld"
[
all
...]
/external/bison/linux-lib/
inttypes.h
812
#if !defined
PRIdMAX
|| 0
813
# undef
PRIdMAX
815
# define
PRIdMAX
PRId64
817
# define
PRIdMAX
"ld"
[
all
...]
/external/e2fsprogs/intl/
loadmsgcat.c
387
#if !defined
PRIdMAX
|| PRI_MACROS_BROKEN
388
# undef
PRIdMAX
389
# define
PRIdMAX
(sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld")
719
return
PRIdMAX
;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp
307
#ifndef
PRIdMAX
308
#error
PRIdMAX
not defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h
157
# define
PRIdMAX
__PRI64_PREFIX "d"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
157
# define
PRIdMAX
__PRI64_PREFIX "d"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
157
# define
PRIdMAX
__PRI64_PREFIX "d"
Completed in 4633 milliseconds
1
2
3