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

  /external/yaffs2/yaffs2/
yaffs_qsort.c 47 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
85 loop: SWAPINIT(a, es);
  /bionic/libc/stdlib/
qsort.c 53 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
90 loop: SWAPINIT(a, es);

Completed in 27 milliseconds