Searched refs:swaptype (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/ |
D | m_libcbase.c | 767 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 ) in bm_swapfunc() argument 797 if (swaptype <= 1) { in bm_swapfunc() 813 Int r, swaptype; in bm_qsort() local
|