OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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