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

/external/valgrind/coregrind/
H A Dm_libcbase.c767 swaptype = ((a-(Char*)0) | es) % sizeof(Word) ? 2 \
775 swaptype != 0 \
776 ? bm_swapfunc(a, b, es, swaptype) \
780 if (n > 0) bm_swapfunc(a, b, n, swaptype)
783 if (swaptype != 0) \
795 static void bm_swapfunc ( Char* a, Char* b, SizeT n, Int swaptype )
797 if (swaptype <= 1) {
813 Int r, swaptype; local

Completed in 57 milliseconds