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

/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c47 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
51 swapfunc(char *a, char *b, int n, int swaptype) argument
53 if (swaptype <= 1)
60 if (swaptype == 0) { \
65 swapfunc(a, b, es, swaptype)
67 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
82 int d, r, swaptype, swap_cnt; local
/external/valgrind/main/coregrind/
H A Dm_libcbase.c745 swaptype = ((a-(Char*)0) | es) % sizeof(Word) ? 2 \
753 swaptype != 0 \
754 ? bm_swapfunc(a, b, es, swaptype) \
758 if (n > 0) bm_swapfunc(a, b, n, swaptype)
761 if (swaptype != 0) \
773 static void bm_swapfunc ( Char* a, Char* b, SizeT n, Int swaptype )
775 if (swaptype <= 1) {
791 Int r, swaptype; local

Completed in 225 milliseconds