OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRId16
(Results
51 - 61
of
61
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
inttypes.h
44
#define
PRId16
"d" /* int16_t */
/external/bison/lib/
inttypes.in.h
111
#if !defined
PRId16
|| @PRI_MACROS_BROKEN@
112
# undef
PRId16
114
# define
PRId16
"d"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp
19
#ifndef
PRId16
20
#error
PRId16
not defined
/external/e2fsprogs/intl/
loadmsgcat.c
123
#if !defined
PRId16
|| PRI_MACROS_BROKEN
124
# undef
PRId16
125
# define
PRId16
"d"
534
return
PRId16
;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp
263
#ifndef
PRId16
264
#error
PRId16
not defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h
61
# define
PRId16
"d"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
61
# define
PRId16
"d"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
61
# define
PRId16
"d"
/external/bison/darwin-lib/
inttypes.h
423
#if !defined
PRId16
|| 0
424
# undef
PRId16
426
# define
PRId16
"d"
[
all
...]
/external/bison/linux-lib/
inttypes.h
423
#if !defined
PRId16
|| 0
424
# undef
PRId16
426
# define
PRId16
"d"
[
all
...]
/external/elfutils/src/
readelf.c
750
printf (gettext (" Size of this header: %"
PRId16
" %s\n"),
753
printf (gettext (" Size of program header entries: %"
PRId16
" %s\n"),
756
printf (gettext (" Number of program headers entries: %"
PRId16
"\n"),
759
printf (gettext (" Size of section header entries: %"
PRId16
" %s\n"),
762
printf (gettext (" Number of section headers entries: %"
PRId16
),
794
printf (gettext (" Section header string table index: %"
PRId16
"\n\n"),
[
all
...]
Completed in 521 milliseconds
1
2
3