OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bswap_16
(Results
76 - 100
of
101
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/external/wpa_supplicant_8/src/utils/
common.h
27
#define
bswap_16
swap16
macro
31
#define
bswap_16
bswap16
macro
44
static inline unsigned short
bswap_16
(unsigned short v)
function
192
#define be_to_host16(n)
bswap_16
((__force u16) (be16) (n))
193
#define host_to_be16(n) ((__force be16)
bswap_16
((n)))
203
#define le_to_host16(n)
bswap_16
(n)
204
#define host_to_le16(n)
bswap_16
(n)
399
#ifndef
bswap_16
400
#define
bswap_16
(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff))
macro
/external/elfutils/0.153/libdw/
memory-access.h
153
?
bswap_16
(*((const uint16_t *) (Addr))) \
157
? (int16_t)
bswap_16
(*((const int16_t *) (Addr))) \
211
return
bswap_16
(up->u2);
219
return (int16_t)
bswap_16
(up->u2);
/external/fio/os/
os-solaris.h
28
#define fio_swap16(x)
BSWAP_16
(x)
os-android.h
211
#define fio_swap16(x)
bswap_16
(x)
/libcore/luni/src/main/native/
Portability.h
26
#define
bswap_16
OSSwapInt16
macro
libcore_io_Memory.cpp
95
*reinterpret_cast<jshort*>(dst) =
bswap_16
(v);
104
put_unaligned<jshort>(reinterpret_cast<jshort*>(dst),
bswap_16
(v));
/external/elfutils/0.153/libelf/
common.h
163
?
bswap_16
(Var) \
172
?
bswap_16
(Var) \
gelf_xlate.c
119
case 2: STORE (16, dest,
bswap_16
(FETCH (16, ptr))); break; \
/external/blktrace/
blktrace.h
67
#define __bswap_16
bswap_16
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dso.h
48
____r =
bswap_16
(val); \
session.c
1107
self->misc =
bswap_16
(self->misc);
1108
self->size =
bswap_16
(self->size);
[
all
...]
evsel.c
[
all
...]
/external/elfutils/0.153/libdwfl/
image-header.c
59
# define LE16(x)
bswap_16
(x)
/external/f2fs-tools/include/
f2fs_fs.h
37
#define le16_to_cpu(x)
bswap_16
(x)
40
#define cpu_to_le16(x)
bswap_16
(x)
/external/qemu/include/qemu/
bswap.h
19
return
bswap_16
(x);
/external/libexif/m4m/
gp-byteorder.m4
104
#define swap16(x)
bswap_16
(x)
/frameworks/av/media/libstagefright/id3/
ID3.cpp
537
framedatacopy[i] =
bswap_16
(framedata[i]);
555
framedatacopy[i] =
bswap_16
(framedata[i]);
/external/libmtp/m4/
byteorder.m4
102
#define swap16(x)
bswap_16
(x)
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
517
* already confirmed that on my T400 ThinkPad at least, using
bswap_16
(), which
/external/harfbuzz_ng/src/
hb-private.hh
525
* already confirmed that on my T400 ThinkPad at least, using
bswap_16
(), which
/external/libpcap/
pcap-usb-linux.c
86
#define htols(s)
bswap_16
(s)
Completed in 946 milliseconds
1
2
3
4
5