OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_swap_short
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/include/utils/
ByteOrder.h
46
static inline uint16_t
android_swap_short
(uint16_t v)
function
63
#define dtohs(x) (
android_swap_short
(x))
65
#define htods(x) (
android_swap_short
(x))
76
#define fromles(x) (
android_swap_short
(x))
78
#define toles(x) (
android_swap_short
(x))
Completed in 17 milliseconds