Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DSWAP.java26 public class SWAP extends StackInstruction implements StackConsumer, StackProducer { class
28 public SWAP() { in SWAP() method in SWAP
H A DInstructionConst.java87 public static final StackInstruction SWAP = new SWAP(); field in InstructionConst
H A DInstructionConstants.java88 StackInstruction SWAP = new SWAP(); field
/aosp_15_r20/external/libavc/decoder/mvc/
H A Dimvcd_utils.h41 #define SWAP(x, y, data_type) \ macro
/aosp_15_r20/external/libaom/av1/encoder/
H A Dsorting_network.h25 #define SWAP(i, j) \ macro
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/3/frameworks/base/core/proto/android/os/
Dprocrank.proto.h30 const uint64_t SWAP = 0x0000010300000006LL; variable
Dcpuinfo.proto.h258 const uint64_t SWAP = 0x0000010b00000003LL; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/base/core/proto/android/os/
Dprocrank.proto.h30 const uint64_t SWAP = 0x0000010300000006LL; variable
Dcpuinfo.proto.h258 const uint64_t SWAP = 0x0000010b00000003LL; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dcompare_ppc64x.s93 #define SWAP V21 macro
Dindex_ppc64x.s100 #define SWAP V21 macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h72 SWAP, enumerator
/aosp_15_r20/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp38 #define SWAP(a, b, temp) {(temp) = a; (a) = b; (b) = temp;} macro
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/
DSimulator.java123 public static final int SWAP = 13; field in Simulator.Event
/aosp_15_r20/external/mesa3d/src/freedreno/common/
H A Dfreedreno_common.h143 #define SWAP(a, b) \ macro
/aosp_15_r20/external/libdivsufsort/include/
H A Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
/aosp_15_r20/external/libhevc/common/
H A Dihevc_macros.h87 #define SWAP(X,Y) \ macro
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_fax3.c285 #define SWAP(t, a, b) \ macro
1498 #define SWAP(t, a, b) \ macro
/aosp_15_r20/external/mbedtls/library/
H A Dsha3.c72 #define SWAP(x, y) do { uint64_t tmp = (x); (x) = (y); (y) = tmp; } while (0) macro
H A Ddes.c259 #define SWAP(a, b) \ macro
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dhelpers.h66 #define SWAP(a, b) do { \ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha3.c98 #define SWAP(x, y) do { uint64_t tmp = (x); (x) = (y); (y) = tmp; } while (0) macro
H A Ddes.c259 #define SWAP(a, b) \ macro
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dsbr_def.h125 #define SWAP(a, b) tempr = a, a = b, b = tempr macro
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro

1234567891011