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

1 2 3 4 5 6 7 8 9

  /external/syslinux/gpxe/src/crypto/
arc4.c 26 #define SWAP( ary, i, j ) \
54 SWAP ( S, i, j );
89 SWAP ( S, i, j );
  /external/libhevc/common/
ihevc_macros.h 83 /** Swap two variables */
84 #define SWAP(X,Y) \
  /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/e2fsprogs/intl/
gettextP.h 54 # define W(flag, data) ((flag) ? SWAP (data) : (data))
60 # define SWAP(i) bswap_32 (i)
63 SWAP (i)
  /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; \
sha1.c 42 #define SWAP(n) BE32 (n)
71 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
72 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
73 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
74 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
75 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
254 W (i) = SWAP (*words); \
  /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 */
  /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/wpa_supplicant_8/src/crypto/
aes_i.h 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
110 #define GETU32(p) SWAP(*((u32 *)(p)))
111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
  /toolchain/binutils/binutils-2.27/intl/
gettextP.h 62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i)
71 SWAP (i)
  /toolchain/binutils/binutils-2.27/opcodes/
arc-tbl.h     [all...]
  /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
  /packages/apps/Dialer/java/com/android/dialer/simulator/
Simulator.java 103 SWAP,
123 public static final int SWAP = 13;
  /prebuilts/misc/windows/sdl2/test/
testintersections.c 21 #define SWAP(typ,a,b) do{typ t=a;a=b;b=t;}while(0)
132 SWAP(int, x1, x2);
134 SWAP(int, y1, y2);
  /toolchain/binutils/binutils-2.27/libiberty/
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; \
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...]
  /external/aac/libSBRenc/src/
sbr_def.h 125 #define SWAP(a, b) tempr = a, a = b, b = tempr
  /external/syslinux/com32/libutil/
sha256crypt.c 31 # define SWAP(n) \
34 # define SWAP(n) (n)
112 W[t] = SWAP(*words);
196 *(uint32_t *) & ctx->buffer[bytes + pad + 4] = SWAP(ctx->total[0] << 3);
197 *(uint32_t *) & ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) |
205 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]);
sha512crypt.c 31 # define SWAP(n) \
41 # define SWAP(n) (n)
143 W[t] = SWAP(*words);
227 *(uint64_t *) & ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3);
228 *(uint64_t *) & ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) |
236 ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]);
  /frameworks/base/telecomm/java/android/telecom/
ParcelableCallAnalytics.java 133 public static final int SWAP = 405;
  /external/pdfium/third_party/libtiff/
tif_fax3.c 265 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; }
306 SWAP(uint32*, sp->curruns, sp->refruns);
321 #undef SWAP
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 78 SWAP(34), // Swap, e.g. "swap R0,R1"
821 * Add an instruction to swap the values in register R0 and register R1.
825 instruction.setUnsignedImm(ExtendedOpcodes.SWAP.value);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
LogUtils.java 93 public static final String SWAP = "SWAP";
  /external/annotation-tools/asmx/core/org/objectweb/asm/
Opcodes.class 
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Opcodes.java 254 int SWAP = 95; // -

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 9