Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 25 of 53) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/x86/
Davg_ssse3_x86_64.asm52 SWAP %6, %1
53 SWAP %3, %9
54 SWAP %8, %6
62 SWAP 1, 8
63 SWAP 3, 9
68 SWAP 5, 8
69 SWAP 7, 9
75 SWAP 2, 8
76 SWAP 3, 9
81 SWAP 6, 8
[all …]
Dinv_wht_sse2.asm18 SWAP 1, 3, 2
44 SWAP 1, 5 ; m1 b
45 SWAP 2, 4 ; m2 c
/external/libdivsufsort/lib/
Dtrsort.c121 if(ISAd[SA[m / 2]] < ISAd[SA[m]]) { SWAP(SA[m], SA[m / 2]); } in tr_heapsort()
125 if((size % 2) == 0) { SWAP(SA[0], SA[m]); tr_fixdown(ISAd, SA, 0, m); } in tr_heapsort()
141 if(ISAd[*v1] > ISAd[*v2]) { SWAP(v1, v2); } in tr_median3()
155 if(ISAd[*v2] > ISAd[*v3]) { SWAP(v2, v3); } in tr_median5()
156 if(ISAd[*v4] > ISAd[*v5]) { SWAP(v4, v5); } in tr_median5()
157 if(ISAd[*v2] > ISAd[*v4]) { SWAP(v2, v4); SWAP(v3, v5); } in tr_median5()
158 if(ISAd[*v1] > ISAd[*v3]) { SWAP(v1, v3); } in tr_median5()
159 if(ISAd[*v1] > ISAd[*v4]) { SWAP(v1, v4); SWAP(v3, v5); } in tr_median5()
232 if(x == v) { SWAP(*b, *a); ++a; } in tr_partition()
238 if(x == v) { SWAP(*c, *d); --d; } in tr_partition()
[all …]
Dsssort.c216 if(Td[PA[SA[m / 2]]] < Td[PA[SA[m]]]) { SWAP(SA[m], SA[m / 2]); } in ss_heapsort()
220 if((size % 2) == 0) { SWAP(SA[0], SA[m]); ss_fixdown(Td, PA, SA, 0, m); } in ss_heapsort()
237 if(Td[PA[*v1]] > Td[PA[*v2]]) { SWAP(v1, v2); } in ss_median3()
251 if(Td[PA[*v2]] > Td[PA[*v3]]) { SWAP(v2, v3); } in ss_median5()
252 if(Td[PA[*v4]] > Td[PA[*v5]]) { SWAP(v4, v5); } in ss_median5()
253 if(Td[PA[*v2]] > Td[PA[*v4]]) { SWAP(v2, v4); SWAP(v3, v5); } in ss_median5()
254 if(Td[PA[*v1]] > Td[PA[*v3]]) { SWAP(v1, v3); } in ss_median5()
255 if(Td[PA[*v1]] > Td[PA[*v4]]) { SWAP(v1, v4); SWAP(v3, v5); } in ss_median5()
366 SWAP(*first, *a); in ss_mintrosort()
372 if(x == v) { SWAP(*b, *a); ++a; } in ss_mintrosort()
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.asm30 SWAP 1, 4 ; m1 c1
31 SWAP 2, 3 ; m2 d1
32 SWAP 3, 5 ; m3 b1
57 SWAP 1, 2
/external/libvncserver/common/
Dmd5.c48 # define SWAP(n) \ macro
51 # define SWAP(n) (n) macro
89 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
90 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
91 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
92 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
120 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
121 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
338 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/external/llvm/test/CodeGen/AMDGPU/
Datomic_cmp_swap_local.ll7 ; SICI: s_load_dword [[SWAP:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
9 ; VI: s_load_dword [[SWAP:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0x30
12 ; GCN-DAG: v_mov_b32_e32 [[VSWAP:v[0-9]+]], [[SWAP]]
60 ; SICI: s_load_dword [[SWAP:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xa
62 ; VI: s_load_dword [[SWAP:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0x28
65 ; GCN-DAG: v_mov_b32_e32 [[VSWAP:v[0-9]+]], [[SWAP]]
/external/clang/test/CodeGenObjC/
Ddot-syntax.m61 #define SWAP(T,a,b) { T a_tmp = a; a = b; b = a_tmp; }
93 SWAP(int, a.x, b.x);
94 // SWAP(__complex int, a.y, b.y);
95 SWAP(S, a.z, b.z);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DLoggerRuntime.java99 mv.visitInsn(Opcodes.SWAP); in generateDataAccessor()
113 mv.visitInsn(Opcodes.SWAP); in generateDataAccessor()
128 mv.visitInsn(Opcodes.SWAP); in generateDataAccessor()
/external/syslinux/gpxe/src/crypto/
Darc4.c26 #define SWAP( ary, i, j ) \ macro
54 SWAP ( S, i, j ); in arc4_setkey()
89 SWAP ( S, i, j ); in arc4_xor()
/external/e2fsprogs/intl/
DgettextP.h54 # define W(flag, data) ((flag) ? SWAP (data) : (data))
60 # define SWAP(i) bswap_32 (i) macro
63 SWAP (i) in SWAP() function
/external/valgrind/perf/
Dffbench.c166 #define SWAP(a,b) tempr=(a); (a)=(b); (b)=tempr macro
194 SWAP(data[i3], data[i3rev]);
195 SWAP(data[i3 + 1], data[i3rev + 1]);
236 #undef SWAP
/external/elfutils/lib/
Dmd5.c42 #define SWAP(n) LE32 (n) macro
71 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx()
72 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx()
73 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx()
74 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx()
324 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
Dsha1.c42 #define SWAP(n) BE32 (n) macro
71 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A); in sha1_read_ctx()
72 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B); in sha1_read_ctx()
73 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C); in sha1_read_ctx()
74 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D); in sha1_read_ctx()
75 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E); in sha1_read_ctx()
254 W (i) = SWAP (*words); \ in sha1_process_block()
/external/libhevc/decoder/
Dihevcd_intra_pred_mode_prediction.c273 SWAP(cand_mode_list[0], cand_mode_list[1]); in ihevcd_intra_pred_mode_prediction()
277 SWAP(cand_mode_list[0], cand_mode_list[2]); in ihevcd_intra_pred_mode_prediction()
281 SWAP(cand_mode_list[1], cand_mode_list[2]); in ihevcd_intra_pred_mode_prediction()
/external/wpa_supplicant_8/src/crypto/
Daes_i.h109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
110 #define GETU32(p) SWAP(*((u32 *)(p)))
111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java67 private static final int SWAP = InstructionConstants.OP_SWAP & 0xff; field in EvaluationShrinker
71 private static final int POP_X1 = SWAP | (POP << 8);
79 private static final int POP_SWAP_POP = POP | (SWAP << 8) | (POP << 16);
80 private static final int POP2_SWAP_POP = POP2 | (SWAP << 8) | (POP << 16);
81 private static final int SWAP_DUP_X1 = SWAP | (DUP_X1 << 8);
82 private static final int SWAP_DUP_X1_SWAP = SWAP | (DUP_X1 << 8) | (SWAP << 16);
83 private static final int SWAP_POP_DUP = SWAP | (POP << 8) | (DUP << 16);
84 private static final int SWAP_POP_DUP_X1 = SWAP | (POP << 8) | (DUP_X1 << 16);
88 private static final int DUP2_X2_SWAP_POP = DUP2_X2 | (SWAP << 8) | (POP << 16);
1103 SWAP : // ...XO -> ...OX in fixedDup_x1()
[all …]
/external/syslinux/com32/libutil/
Dsha256crypt.c31 # define SWAP(n) \ macro
34 # define SWAP(n) (n) macro
112 W[t] = SWAP(*words); in sha256_process_block()
196 *(uint32_t *) & ctx->buffer[bytes + pad + 4] = SWAP(ctx->total[0] << 3); in sha256_finish_ctx()
197 *(uint32_t *) & ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | in sha256_finish_ctx()
205 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha256_finish_ctx()
Dsha512crypt.c31 # define SWAP(n) \ macro
41 # define SWAP(n) (n) macro
143 W[t] = SWAP(*words); in sha512_process_block()
227 *(uint64_t *) & ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3); in sha512_finish_ctx()
228 *(uint64_t *) & ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | in sha512_finish_ctx()
236 ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha512_finish_ctx()
/external/e2fsprogs/lib/blkid/tests/
Dswap1.results2 LABEL='SWAP-TEST'
/external/libdivsufsort/include/
Ddivsufsort_private.h145 #ifndef SWAP
146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
/external/strace/xlat/
Datomic_ops.in1 { OR1K_ATOMIC_SWAP, "SWAP" },
/external/llvm/test/CodeGen/SystemZ/
Dcmpxchg-02.ll50 ; CHECK-SHIFT: lhi [[SWAP:%r[0-9]+]], 88
52 ; CHECK-SHIFT: risbg [[SWAP]], {{%r[0-9]+}}, 32, 47, 0
Dcmpxchg-01.ll50 ; CHECK-SHIFT: lhi [[SWAP:%r[0-9]+]], 88
52 ; CHECK-SHIFT: risbg [[SWAP]], {{%r[0-9]+}}, 32, 55, 0
/external/libhevc/common/
Dihevc_macros.h84 #define SWAP(X,Y) \ macro

123