Searched refs:swaptype (Results 1 – 1 of 1) sorted by relevance
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 74 swaptype = ((char *)a - (char *)0) % sizeof(long) || es % sizeof(long) \ 78 static __inline void swapfunc(char *a, char *b, int n, int swaptype) { in swapfunc() argument 79 if (swaptype <= 1) swapcode(long, a, b, n) else swapcode(char, a, b, n) in swapfunc() 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; in qsort() local
|