Searched refs:swapfunc (Results 1 – 1 of 1) sorted by relevance
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 56 static __inline void swapfunc(char *, char *, int, int); 78 static __inline void swapfunc(char *a, char *b, int n, int swaptype) { in swapfunc() function 88 swapfunc(a, b, es, swaptype) 90 if ((n) > 0) swapfunc(a, b, n, swaptype)
|