HomeSort by relevance Sort by last modified time
    Searched refs:swaptype (Results 1 - 3 of 3) sorted by null

  /external/yaffs2/yaffs2/
yaffs_qsort.c 47 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
51 swapfunc(char *a, char *b, int n, int swaptype)
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
  /bionic/libc/stdlib/
qsort.c 53 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
57 swapfunc(char *a, char *b, int n, int swaptype)
59 if (swaptype <= 1)
66 if (swaptype == 0) { \
71 swapfunc(a, b, es, swaptype)
73 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
87 int d, r, swaptype, swap_cnt; local
  /external/valgrind/main/coregrind/
m_libcbase.c 517 swaptype = ((a-(Char*)0) | es) % sizeof(Word) ? 2 \
525 swaptype != 0 \
526 ? bm_swapfunc(a, b, es, swaptype) \
530 if (n > 0) bm_swapfunc(a, b, n, swaptype)
533 if (swaptype != 0) \
545 static void bm_swapfunc ( Char* a, Char* b, SizeT n, Int swaptype )
547 if (swaptype <= 1) {
563 Int r, swaptype; local

Completed in 743 milliseconds