/external/chromium_org/cc/test/ |
test_context_support.h | 51 enum SwapType { 57 SwapType last_swap_type() const { return last_swap_type_; } 71 SwapType last_swap_type_;
|
/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
|
/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
|
/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 | 745 swaptype = ((a-(Char*)0) | es) % sizeof(Word) ? 2 \ 753 swaptype != 0 \ 754 ? bm_swapfunc(a, b, es, swaptype) \ 758 if (n > 0) bm_swapfunc(a, b, n, swaptype) 761 if (swaptype != 0) \ 773 static void bm_swapfunc ( Char* a, Char* b, SizeT n, Int swaptype ) 775 if (swaptype <= 1) { 791 Int r, swaptype; local
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/ |
libc.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |