Searched refs:android_swap_short (Results 1 – 1 of 1) sorted by relevance
46 static inline uint16_t android_swap_short(uint16_t v) in android_swap_short() function63 #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))