HomeSort by relevance Sort by last modified time
    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