Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DByteOrder.h41 static inline uint32_t android_swap_long(uint32_t v) in android_swap_long() function
62 #define dtohl(x) (android_swap_long(x))
64 #define htodl(x) (android_swap_long(x))
75 #define fromlel(x) (android_swap_long(x))
77 #define tolel(x) (android_swap_long(x))