/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | SWAP.java | 26 public class SWAP extends StackInstruction implements StackConsumer, StackProducer { class 28 public SWAP() { in SWAP() method in SWAP
|
H A D | InstructionConst.java | 87 public static final StackInstruction SWAP = new SWAP(); field in InstructionConst
|
H A D | InstructionConstants.java | 88 StackInstruction SWAP = new SWAP(); field
|
/aosp_15_r20/external/libavc/decoder/mvc/ |
H A D | imvcd_utils.h | 41 #define SWAP(x, y, data_type) \ macro
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | sorting_network.h | 25 #define SWAP(i, j) \ macro
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/3/frameworks/base/core/proto/android/os/ |
D | procrank.proto.h | 30 const uint64_t SWAP = 0x0000010300000006LL; variable
|
D | cpuinfo.proto.h | 258 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/ |
D | procrank.proto.h | 30 const uint64_t SWAP = 0x0000010300000006LL; variable
|
D | cpuinfo.proto.h | 258 const uint64_t SWAP = 0x0000010b00000003LL; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/ |
D | compare_ppc64x.s | 93 #define SWAP V21 macro
|
D | index_ppc64x.s | 100 #define SWAP V21 macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 72 SWAP, enumerator
|
/aosp_15_r20/frameworks/base/core/jni/android/opengl/ |
H A D | poly_clip.cpp | 38 #define SWAP(a, b, temp) {(temp) = a; (a) = b; (b) = temp;} macro
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/ |
D | Simulator.java | 123 public static final int SWAP = 13; field in Simulator.Event
|
/aosp_15_r20/external/mesa3d/src/freedreno/common/ |
H A D | freedreno_common.h | 143 #define SWAP(a, b) \ macro
|
/aosp_15_r20/external/libdivsufsort/include/ |
H A D | divsufsort_private.h | 146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_macros.h | 87 #define SWAP(X,Y) \ macro
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_fax3.c | 285 #define SWAP(t, a, b) \ macro 1498 #define SWAP(t, a, b) \ macro
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | sha3.c | 72 #define SWAP(x, y) do { uint64_t tmp = (x); (x) = (y); (y) = tmp; } while (0) macro
|
H A D | des.c | 259 #define SWAP(a, b) \ macro
|
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/ |
H A D | helpers.h | 66 #define SWAP(a, b) do { \ macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | sha3.c | 98 #define SWAP(x, y) do { uint64_t tmp = (x); (x) = (y); (y) = tmp; } while (0) macro
|
H A D | des.c | 259 #define SWAP(a, b) \ macro
|
/aosp_15_r20/external/aac/libSBRenc/src/ |
H A D | sbr_def.h | 125 #define SWAP(a, b) tempr = a, a = b, b = tempr macro
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
|