OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swap16
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/
byteswap.h
43
#define bswap_16(x)
__swap16
(x)
/bionic/libc/include/sys/
endian.h
46
#define
__swap16
__builtin_bswap16
macro
59
#define htons(x)
__swap16
(x)
61
#define ntohs(x)
__swap16
(x)
78
#define htobe16(x)
__swap16
(x)
81
#define betoh16(x)
__swap16
(x)
/bionic/libc/bionic/
iconv.cpp
288
if (swap) wc =
__swap16
(wc);
302
if (swap) ch =
__swap16
(ch);
Completed in 1229 milliseconds