Lines Matching refs:x
55 #define dtohl(x) (x) argument
56 #define dtohs(x) (x) argument
57 #define htodl(x) (x) argument
58 #define htods(x) (x) argument
62 #define dtohl(x) (android_swap_long(x)) argument
63 #define dtohs(x) (android_swap_short(x)) argument
64 #define htodl(x) (android_swap_long(x)) argument
65 #define htods(x) (android_swap_short(x)) argument
70 #define fromlel(x) (x) argument
71 #define fromles(x) (x) argument
72 #define tolel(x) (x) argument
73 #define toles(x) (x) argument
75 #define fromlel(x) (android_swap_long(x)) argument
76 #define fromles(x) (android_swap_short(x)) argument
77 #define tolel(x) (android_swap_long(x)) argument
78 #define toles(x) (android_swap_short(x)) argument