Home
last modified time | relevance | path

Searched defs:SWAP (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSWAP.java26 public class SWAP extends StackInstruction implements StackConsumer, StackProducer { class
28 public SWAP() { in SWAP() method in SWAP
DInstructionConstants.java88 StackInstruction SWAP = new SWAP(); field
DInstructionConst.java87 public static final StackInstruction SWAP = new SWAP(); field in InstructionConst
/external/e2fsprogs/intl/
DgettextP.h60 # define SWAP(i) bswap_32 (i) macro
63 SWAP (i) in SWAP() function
/external/libhevc/common/
Dihevc_macros.h87 #define SWAP(X,Y) \ macro
/external/libdivsufsort/include/
Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
/external/aac/libSBRenc/src/
Dsbr_def.h125 #define SWAP(a, b) tempr = a, a = b, b = tempr macro
/external/wpa_supplicant_8/src/crypto/
Daes_i.h109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/external/pdfium/third_party/libtiff/
Dtif_fax3.c265 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
1425 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
/external/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp262 #define SWAP(x, y) do { \ macro
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java660 short SWAP = 95; field
DConst.java955 public static final short SWAP = 95; field in Const
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java67 private static final int SWAP = InstructionConstants.OP_SWAP & 0xff; field in EvaluationShrinker
/external/epid-sdk/ext/ipp/sources/ippcp/
Downcp.h580 #define SWAP(x,y) {(x)^=(y); (y)^=(x); (x)^=(y);} macro
/external/sqlite/dist/orig/
Dsqlite3.c12842 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro
/external/sqlite/dist/
Dsqlite3.c12842 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro