Searched refs:swapfunc (Results 1 - 1 of 1) sorted by relevance

/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_vendor.c56 static __inline void swapfunc(char *, char *, int, int);
78 static __inline void swapfunc(char *a, char *b, int n, int swaptype) { function
88 swapfunc(a, b, es, swaptype)
90 if ((n) > 0) swapfunc(a, b, n, swaptype)

Completed in 51 milliseconds