OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIx32
(Results
51 - 71
of
71
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
inttypes.h
118
#define
PRIx32
"x" /* uint32_t */
136
#define
PRIX32
"X" /* uint32_t */
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
inttypes.h
118
#define
PRIx32
"x" /* uint32_t */
136
#define
PRIX32
"X" /* uint32_t */
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
inttypes.h
118
#define
PRIx32
"x" /* uint32_t */
136
#define
PRIX32
"X" /* uint32_t */
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
inttypes.h
118
#define
PRIx32
"x" /* uint32_t */
136
#define
PRIX32
"X" /* uint32_t */
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
inttypes.h
118
#define
PRIx32
"x" /* uint32_t */
136
#define
PRIX32
"X" /* uint32_t */
/external/linux-tools-perf/util/
util.h
128
#ifndef
PRIx32
129
#define
PRIx32
"x"
/external/elfutils/tests/
sectiondump.c
108
"info = %"
PRIx32
"\n"
/external/bison/lib/
inttypes.in.h
171
#if !defined
PRIx32
|| @PRI_MACROS_BROKEN@
172
# undef
PRIx32
174
# define
PRIx32
"x"
177
#if !defined
PRIX32
|| @PRI_MACROS_BROKEN@
178
# undef
PRIX32
180
# define
PRIX32
"X"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp
247
#ifndef
PRIx32
248
#error
PRIx32
not defined
303
#ifndef
PRIX32
304
#error
PRIX32
not defined
/external/chromium_org/v8/tools/oom_dump/
oom_dump.cc
221
printf("exception thread ID: %" PRIu32 " (%#"
PRIx32
")\n",
/external/e2fsprogs/intl/
loadmsgcat.c
163
#if !defined
PRIx32
|| PRI_MACROS_BROKEN
164
# undef
PRIx32
165
# define
PRIx32
"x"
167
#if !defined
PRIX32
|| PRI_MACROS_BROKEN
168
# undef
PRIX32
169
# define
PRIX32
"X"
558
return
PRIx32
;
560
return
PRIX32
;
[
all
...]
/external/v8/tools/oom_dump/
oom_dump.cc
220
printf("exception thread ID: %" PRIu32 " (%#"
PRIx32
")\n",
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp
491
#ifndef
PRIx32
492
#error
PRIx32
not defined
547
#ifndef
PRIX32
548
#error
PRIX32
not defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h
126
# define
PRIx32
"x"
142
# define
PRIX32
"X"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
126
# define
PRIx32
"x"
142
# define
PRIX32
"X"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
126
# define
PRIx32
"x"
142
# define
PRIX32
"X"
/external/bison/darwin-lib/
inttypes.h
483
#if !defined
PRIx32
|| 0
484
# undef
PRIx32
486
# define
PRIx32
"x"
489
#if !defined
PRIX32
|| 0
490
# undef
PRIX32
492
# define
PRIX32
"X"
[
all
...]
/external/bison/linux-lib/
inttypes.h
483
#if !defined
PRIx32
|| 0
484
# undef
PRIx32
486
# define
PRIx32
"x"
489
#if !defined
PRIX32
|| 0
490
# undef
PRIX32
492
# define
PRIX32
"X"
[
all
...]
/external/qemu/tcg/
tcg.h
31
#define TCG_PRIlx
PRIx32
/external/elfutils/src/
nm.c
713
snprintf (buf, n, "[invalid st_name %#"
PRIx32
"]", st_name);
756
snprintf (name, sizeof name, "[invalid sh_name %#"
PRIx32
"]",
[
all
...]
readelf.c
[
all
...]
Completed in 367 milliseconds
1
2
3