Home
last modified time | relevance | path

Searched defs:RET (Results 1 – 25 of 153) sorted by relevance

1234567

/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DRET.java32 public class RET extends Instruction implements IndexedInstruction, TypedInstruction { class
42 RET() { in RET() method in RET
46 public RET(final int index) { in RET() method in RET
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dmir.rs465 $(type RET = $ret_ty:ty ;)? typedef
486 let RET $(: $ret_ty)?; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dmir.rs472 $(type RET = $ret_ty:ty ;)? typedef
493 let RET $(: $ret_ty)?; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dmir.rs465 $(type RET = $ret_ty:ty ;)? typedef
486 let RET $(: $ret_ty)?; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dmir.rs472 $(type RET = $ret_ty:ty ;)? typedef
493 let RET $(: $ret_ty)?; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dmir.rs472 $(type RET = $ret_ty:ty ;)? typedef
493 let RET $(: $ret_ty)?; localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_binary_operators.hpp22 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,T… argument
26 #define TEST_TTR(TYPE1,TYPE2,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAM… argument
Dhas_prefix_operators.hpp21 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,R… argument
Dhas_postfix_operators.hpp16 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,R… argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dconfig.hpp66 #define BOOST_THREAD_THROW_ELSE_RETURN(EX, RET) \ argument
72 #define BOOST_THREAD_THROW_ELSE_RETURN(EX, RET) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
H A DARCISelLowering.h52 RET enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCISelLowering.h52 RET enumerator
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLUtil.h408 #define GR_GL_CALL_RET(IFACE, RET, X) \ argument
415 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \ argument
H A DGrGLBuffer.cpp28 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), RET, X) argument
H A DGrGLRenderTarget.cpp36 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(GPUGL->glInterface(), RET, X) argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h29 RET, enumerator
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
H A Drcssmin.c274 #define ABORT_(RET) do { \ argument
285 #define RABORT(RET) ABORT_((RET)) argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kISelLowering.h36 RET, enumerator
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h118 #define VRAM_ALLOC_LOOP(RET, DOIT, ...) \ argument
/aosp_15_r20/external/pytorch/c10/core/
H A DSymBool.cpp19 #define DEFINE_BINARY(API, OP, METHOD, RET) \ argument
H A DSymInt.cpp45 #define DEFINE_BINARY(API, OP, METHOD, RET) \ argument
/aosp_15_r20/external/capstone/
H A DMCRegisterInfo.c36 const uint16_t *RET) in MCRegisterInfo_InitMCRegisterInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h31 RET, enumerator
/aosp_15_r20/external/one-true-awk/
H A Dlex.c92 #define RET(x) { if(dbg)printf("lex %s\n", tokname(x)); return(x); } macro
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_screen.c468 #define RET(x) do { \ in v3d_get_compute_param() macro

1234567