Searched defs:swaptype (Results 1 - 1 of 1) sorted by relevance

/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_vendor.c74 swaptype = ((char *)a - (char *)0) % sizeof(long) || es % sizeof(long) \
78 static __inline void swapfunc(char *a, char *b, int n, int swaptype) { argument
79 if (swaptype <= 1) swapcode(long, a, b, n) else swapcode(char, a, b, n)
83 if (swaptype == 0) { \
88 swapfunc(a, b, es, swaptype)
90 if ((n) > 0) swapfunc(a, b, n, swaptype)
101 int d, r, swaptype, swap_cnt; local

Completed in 64 milliseconds