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
104
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
byteswap.h
34
#define
bswap_16
(x) swap16(x)
macro
/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
193
#define be_to_host16(n)
bswap_16
((__force u16) (be16) (n))
194
#define host_to_be16(n) ((__force be16)
bswap_16
((n)))
204
#define le_to_host16(n)
bswap_16
(n)
205
#define host_to_le16(n)
bswap_16
(n)
403
#ifndef
bswap_16
404
#define
bswap_16
(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff))
macro
/external/elfutils/src/libelf/
common.h
142
?
bswap_16
(Var) \
151
?
bswap_16
(Var) \
gelf_xlate.c
98
case 2: STORE (16, dest,
bswap_16
(FETCH (16, ptr))); break; \
/hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_ar3k.h
41
#define htobs(d)
bswap_16
(d)
43
#define btohs(d)
bswap_16
(d)
/external/elfutils/src/libdw/
memory-access.h
118
?
bswap_16
(*((const uint16_t *) (Addr))) \
122
? (int16_t)
bswap_16
(*((const int16_t *) (Addr))) \
178
return
bswap_16
(up->u2);
186
return (int16_t)
bswap_16
(up->u2);
/external/elfutils/src/libdwfl/
image-header.c
38
# define LE16(x)
bswap_16
(x)
/external/fio/os/
os-solaris.h
28
#define fio_swap16(x)
BSWAP_16
(x)
os-android.h
215
#define fio_swap16(x)
bswap_16
(x)
/external/flac/include/share/
endswap.h
56
#define ENDSWAP_16(x) (
bswap_16
(x))
/libcore/luni/src/main/native/
Portability.h
26
#define
bswap_16
OSSwapInt16
macro
libcore_io_Memory.cpp
71
put_unaligned<jshort>(reinterpret_cast<jshort*>(dst),
bswap_16
(v));
/external/blktrace/
blktrace.h
67
#define __bswap_16
bswap_16
/external/linux-tools-perf/src/tools/perf/util/
dso.h
48
____r =
bswap_16
(val); \
session.c
1112
self->misc =
bswap_16
(self->misc);
1113
self->size =
bswap_16
(self->size);
[
all
...]
/external/toybox/lib/
portability.h
190
#define SWAP_LE16(x)
bswap_16
(x)
195
#define SWAP_BE16(x)
bswap_16
(x)
/external/f2fs-tools/include/
f2fs_fs.h
36
*
bswap_16
- reverse bytes in a uint16_t value.
41
* printf("1024 is %u as two bytes reversed\n",
bswap_16
(1024));
43
static inline uint16_t
bswap_16
(uint16_t val)
function
97
#define le16_to_cpu(x)
bswap_16
(x)
100
#define cpu_to_le16(x)
bswap_16
(x)
/external/libexif/m4m/
gp-byteorder.m4
104
#define swap16(x)
bswap_16
(x)
/external/libvncserver/libvncserver/
websockets.c
49
#define WS_NTOH16(n)
bswap_16
(n)
51
#define WS_HTON16(n)
bswap_16
(n)
/frameworks/av/media/libstagefright/id3/
ID3.cpp
543
framedatacopy[i] =
bswap_16
(framedata[i]);
561
framedatacopy[i] =
bswap_16
(framedata[i]);
/external/libmtp/m4/
byteorder.m4
102
#define swap16(x)
bswap_16
(x)
Completed in 591 milliseconds
1
2
3
4
5