Searched defs:SWAP (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Dinternal.h61 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
62 #define GETU32(p) SWAP(*((uint32_t *)(p)))
64 { *((uint32_t *)(ct)) = SWAP((st)); }
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DParallelSorterEmitter.java32 private static final Signature SWAP = field in class:ParallelSorterEmitter
71 CodeEmitter e = begin_method(Constants.ACC_PUBLIC, SWAP, null);
/external/openssl/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/external/chromium_org/cc/test/
H A Dtest_context_support.h55 SWAP, enumerator in enum:cc::TestContextSupport::SwapType
/external/libhevc/common/
H A Dihevc_macros.h83 #define SWAP(X,Y) \ macro
/external/e2fsprogs/intl/
H A DgettextP.h54 # define W(flag, data) ((flag) ? SWAP (data) : (data))
60 # define SWAP(i) bswap_32 (i) macro
63 SWAP (i)
/external/elfutils/0.153/lib/
H A Dsha1.c39 #define SWAP(n) BE32 (n) macro
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);
262 W (i) = SWAP (*words); \
H A Dmd5.c39 #define SWAP(n) LE32 (n) macro
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);
337 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/external/wpa_supplicant_8/hostapd/src/crypto/
H A 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/wpa_supplicant_8/src/crypto/
H A 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/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A 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/chromium_org/third_party/libevent/
H A Dbuffer.c91 #define SWAP(x,y) do { \ macro
110 SWAP(&tmp, outbuf);
111 SWAP(outbuf, inbuf);
112 SWAP(inbuf, &tmp);
/external/valgrind/main/perf/
H A 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 macro
/external/aac/libSBRenc/src/
H A Dsbr_def.h107 #define SWAP(a,b) tempr=a, a=b, b=tempr macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c1240 #define SWAP() \ macro
1683 SWAP();
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java67 private static final int SWAP = InstructionConstants.OP_SWAP & 0xff; field in class: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 <<
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c1404 # define SWAP(ty,aa,bb) \ macro
1524 SWAP(Addr,sta1,sta2); SWAP(Addr,end1,end2); SWAP(Addr,toc1,toc2);
1525 SWAP(HChar*,pri1,pri2); SWAP(HChar**,sec1,sec2);
1526 SWAP(Bool,ist1,ist2); SWAP(Bool,isf1,isf2);
1559 SWAP(DiSym,di->symtab[j],di->symtab[j+1]);
1632 # undef SWAP macro
1654 # define SWAP macro
1709 # undef SWAP macro
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java227 int SWAP = 95; field in interface:Opcode
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DOpcodes.java234 int SWAP = 95; // - field in interface:Opcodes
/external/valgrind/main/coregrind/
H A Dm_transtab.c963 # define SWAP(_lv1,_lv2) \ macro
989 SWAP(eclasses[0], eclasses[1]);
996 SWAP(eclasses[0], eclasses[2]);
998 SWAP(eclasses[0], eclasses[1]);
1000 SWAP(eclasses[1], eclasses[2]);
1011 # undef SWAP macro
/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c502 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro
522 SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl);
525 SWAP(Expr*,pExpr->pRight,pExpr->pLeft);
3898 SWAP(WhereTerm *, pRangeEnd, pRangeStart);
/external/valgrind/main/memcheck/
H A Dmc_main.c3488 # define SWAP(_w1,_w2) { UWord _t = _w1; _w1 = _w2; _w2 = _t; } macro
3489 SWAP( nia_to_ecu_cache[i].nia0, nia_to_ecu_cache[i].nia1 );
3490 SWAP( nia_to_ecu_cache[i].ecu0, nia_to_ecu_cache[i].ecu1 );
3491 # undef SWAP macro
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 1881 milliseconds

12