HomeSort by relevance Sort by last modified time
    Searched refs:SWAP (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metacore21-invalid.s 9 SWAP PC,PCX
10 SWAP CT.0,PCX
11 SWAP D0.1,D0.2
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3_x86_64.asm 26 SWAP %3, %4
45 SWAP %2, %5
46 SWAP %4, %7
54 SWAP 1, 8
55 SWAP 3, 9
60 SWAP 5, 8
61 SWAP 7, 9
67 SWAP 2, 8
68 SWAP 3, 9
73 SWAP 6,
    [all...]
vp9_dct_mmx.asm 29 SWAP 1, 4 ; m1 c1
30 SWAP 2, 3 ; m2 d1
31 SWAP 3, 5 ; m3 b1
47 SWAP 2, 3, 0, 1, 4
  /external/boringssl/src/crypto/aes/
internal.h 61 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
62 #define GETU32(p) SWAP(*((uint32_t *)(p)))
64 { *((uint32_t *)(ct)) = SWAP((st)); }
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3_x86_64.asm 61 SWAP %2, %3
87 SWAP %3, %4
106 SWAP %2, %5
107 SWAP %4, %7
131 SWAP 3, 6
132 SWAP 1, 4
205 SWAP 2, 9
215 SWAP 1, 10
216 SWAP 3, 9
235 SWAP 5,
    [all...]
fwd_txfm_ssse3_x86_64.asm 38 SWAP %2, %3
64 SWAP %3, %4
83 SWAP %2, %5
84 SWAP %4, %7
110 SWAP 0, 1
117 SWAP 1, 4
118 SWAP 3, 6
inv_wht_sse2.asm 17 SWAP 1, 3, 2
43 SWAP 1, 5 ; m1 b
44 SWAP 2, 4 ; m2 c
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
LoggerRuntime.java 75 // DUP and SWAP operations on the operand stack.
99 mv.visitInsn(Opcodes.SWAP);
113 mv.visitInsn(Opcodes.SWAP);
128 mv.visitInsn(Opcodes.SWAP);
  /external/e2fsprogs/intl/
gettextP.h 54 # define W(flag, data) ((flag) ? SWAP (data) : (data))
60 # define SWAP(i) bswap_32 (i)
63 SWAP (i)
  /toolchain/binutils/binutils-2.25/intl/
gettextP.h 62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i)
71 SWAP (i)
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
scgiserver.py 2 SCGI-->WSGI application proxy, "SWAP".
7 application objects. To use it, subclass the SWAP class like so::
9 class TestAppHandler(swap.SWAP):
13 swap.SWAP.__init__(self, *args, **kwargs)
38 class SWAP(scgi_server.SCGIHandler):
161 class SCGIAppHandler(SWAP):
165 SWAP.__init__(self, *args, **kwargs)
  /external/libhevc/decoder/
ihevcd_intra_pred_mode_prediction.c 273 SWAP(cand_mode_list[0], cand_mode_list[1]);
277 SWAP(cand_mode_list[0], cand_mode_list[2]);
281 SWAP(cand_mode_list[1], cand_mode_list[2]);
  /external/libdivsufsort/lib/
sssort.c 216 if(Td[PA[SA[m / 2]]] < Td[PA[SA[m]]]) { SWAP(SA[m], SA[m / 2]); }
220 if((size % 2) == 0) { SWAP(SA[0], SA[m]); ss_fixdown(Td, PA, SA, 0, m); }
237 if(Td[PA[*v1]] > Td[PA[*v2]]) { SWAP(v1, v2); }
251 if(Td[PA[*v2]] > Td[PA[*v3]]) { SWAP(v2, v3); }
252 if(Td[PA[*v4]] > Td[PA[*v5]]) { SWAP(v4, v5); }
253 if(Td[PA[*v2]] > Td[PA[*v4]]) { SWAP(v2, v4); SWAP(v3, v5); }
254 if(Td[PA[*v1]] > Td[PA[*v3]]) { SWAP(v1, v3); }
255 if(Td[PA[*v1]] > Td[PA[*v4]]) { SWAP(v1, v4); SWAP(v3, v5);
    [all...]
trsort.c 121 if(ISAd[SA[m / 2]] < ISAd[SA[m]]) { SWAP(SA[m], SA[m / 2]); }
125 if((size % 2) == 0) { SWAP(SA[0], SA[m]); tr_fixdown(ISAd, SA, 0, m); }
141 if(ISAd[*v1] > ISAd[*v2]) { SWAP(v1, v2); }
155 if(ISAd[*v2] > ISAd[*v3]) { SWAP(v2, v3); }
156 if(ISAd[*v4] > ISAd[*v5]) { SWAP(v4, v5); }
157 if(ISAd[*v2] > ISAd[*v4]) { SWAP(v2, v4); SWAP(v3, v5); }
158 if(ISAd[*v1] > ISAd[*v3]) { SWAP(v1, v3); }
159 if(ISAd[*v1] > ISAd[*v4]) { SWAP(v1, v4); SWAP(v3, v5);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
ParallelSorterEmitter.java 32 private static final Signature SWAP =
33 TypeUtils.parseSignature("void swap(int, int)");
71 CodeEmitter e = begin_method(Constants.ACC_PUBLIC, SWAP, null);
  /external/libhevc/common/
ihevc_macros.h 83 /** Swap two variables */
84 #define SWAP(X,Y) \
  /external/valgrind/perf/
ffbench.c 166 #define SWAP(a,b) tempr=(a); (a)=(b); (b)=tempr
194 SWAP(data[i3], data[i3rev]);
195 SWAP(data[i3 + 1], data[i3rev + 1]);
236 #undef SWAP
  /toolchain/binutils/binutils-2.25/libiberty/
sha1.c 38 # define SWAP(n) (n)
40 # define SWAP(n) \
78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
105 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
106 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
324 x[t] = SWAP (*words)
    [all...]
md5.c 50 # define SWAP(n) \
53 # define SWAP(n) (n)
86 buffer[0] = SWAP (ctx->A);
87 buffer[1] = SWAP (ctx->B);
88 buffer[2] = SWAP (ctx->C);
89 buffer[3] = SWAP (ctx->D);
120 swap_bytes = SWAP (ctx->total[0] << 3);
122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
  /external/libvncserver/common/
md5.c 48 # define SWAP(n) \
51 # define SWAP(n) (n)
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/elfutils/lib/
md5.c 42 #define SWAP(n) LE32 (n)
71 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
72 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
73 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
74 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
324 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
  /external/libdivsufsort/include/
divsufsort_private.h 145 #ifndef SWAP
146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0)
147 #endif /* SWAP */
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 38 #define SWAP(a, b, temp) {temp = a; a = b; b = temp;}
44 SWAP(p, q, r); \
  /external/aac/libSBRenc/src/
sbr_def.h 107 #define SWAP(a,b) tempr=a, a=b, b=tempr
  /external/javassist/src/main/javassist/convert/
TransformWriteField.java 54 iterator.writeByte(SWAP, pos + 1);

Completed in 729 milliseconds

1 2 3 4 5 6 7