Home
last modified time | relevance | path

Searched refs:android_swap_short (Results 1 – 1 of 1) sorted by relevance

/system/core/include/utils/
DByteOrder.h46 static inline uint16_t android_swap_short(uint16_t v) in android_swap_short() 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))