OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swaptype
(Results
1 - 4
of
4
) 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/upstream-freebsd/lib/libc/stdlib/
qsort.c
62
#define SWAPINIT(a, es)
swaptype
= ((char *)a - (char *)0) % sizeof(long) || \
66
swapfunc(a, b, n,
swaptype
)
68
int n,
swaptype
;
70
if(
swaptype
<= 1)
77
if (
swaptype
== 0) { \
82
swapfunc(a, b, es,
swaptype
)
84
#define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n,
swaptype
)
116
int
swaptype
, swap_cnt;
local
/cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp
44
#define SWAPINIT(a, es)
swaptype
= ((char *)a - (char *)0) % sizeof(long) || \
48
swapfunc(char *a, char *b, int n, int
swaptype
)
50
if (
swaptype
<= 1)
57
if (
swaptype
== 0) { \
62
swapfunc(a, b, es,
swaptype
)
64
#define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n,
swaptype
)
78
int d, r,
swaptype
, swap_cnt;
local
/external/valgrind/main/coregrind/
m_libcbase.c
653
swaptype
= ((a-(Char*)0) | es) % sizeof(Word) ? 2 \
661
swaptype
!= 0 \
662
? bm_swapfunc(a, b, es,
swaptype
) \
666
if (n > 0) bm_swapfunc(a, b, n,
swaptype
)
669
if (
swaptype
!= 0) \
681
static void bm_swapfunc ( Char* a, Char* b, SizeT n, Int
swaptype
)
683
if (
swaptype
<= 1) {
699
Int r,
swaptype
;
local
Completed in 158 milliseconds