OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIx16
(Results
51 - 63
of
63
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
inttypes.h
117
#define
PRIx16
"x" /* uint16_t */
135
#define
PRIX16
"X" /* uint16_t */
/external/qemu/
ioport.c
203
LOG_IOPORT("outw: %04"FMT_pioaddr" %04"
PRIx16
"\n", addr, val);
225
LOG_IOPORT("inw : %04"FMT_pioaddr" %04"
PRIx16
"\n", addr, val);
/external/bison/lib/
inttypes.in.h
135
#if !defined
PRIx16
|| @PRI_MACROS_BROKEN@
136
# undef
PRIx16
138
# define
PRIx16
"x"
141
#if !defined
PRIX16
|| @PRI_MACROS_BROKEN@
142
# undef
PRIX16
144
# define
PRIX16
"X"
/external/elfutils/libcpu/
i386_data.h
185
n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%"
PRIx16
, disp);
190
n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%"
PRIx16
,
698
needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%"
PRIx16
, word);
823
int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%"
PRIx16
, word);
840
int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%"
PRIx16
, word);
1343
int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%"
PRIx16
, absval);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp
243
#ifndef
PRIx16
244
#error
PRIx16
not defined
299
#ifndef
PRIX16
300
#error
PRIX16
not defined
/external/e2fsprogs/intl/
loadmsgcat.c
139
#if !defined
PRIx16
|| PRI_MACROS_BROKEN
140
# undef
PRIx16
141
# define
PRIx16
"x"
143
#if !defined
PRIX16
|| PRI_MACROS_BROKEN
144
# undef
PRIX16
145
# define
PRIX16
"X"
542
return
PRIx16
;
544
return
PRIX16
;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp
487
#ifndef
PRIx16
488
#error
PRIx16
not defined
543
#ifndef
PRIX16
544
#error
PRIX16
not defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h
125
# define
PRIx16
"x"
141
# define
PRIX16
"X"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
125
# define
PRIx16
"x"
141
# define
PRIX16
"X"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h
125
# define
PRIx16
"x"
141
# define
PRIX16
"X"
/external/bison/darwin-lib/
inttypes.h
447
#if !defined
PRIx16
|| 0
448
# undef
PRIx16
450
# define
PRIx16
"x"
453
#if !defined
PRIX16
|| 0
454
# undef
PRIX16
456
# define
PRIX16
"X"
[
all
...]
/external/bison/linux-lib/
inttypes.h
447
#if !defined
PRIx16
|| 0
448
# undef
PRIx16
450
# define
PRIx16
"x"
453
#if !defined
PRIX16
|| 0
454
# undef
PRIX16
456
# define
PRIX16
"X"
[
all
...]
/external/elfutils/src/
readelf.c
[
all
...]
Completed in 852 milliseconds
1
2
3