Home
last modified time | relevance | path

Searched defs:RW (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/
Dbuf_stream.rs29 pub fn new(stream: RW) -> BufStream<RW> { in new()
42 stream: RW, in with_capacity()
43 ) -> BufStream<RW> { in with_capacity()
55 pub fn get_ref(&self) -> &RW { in get_ref()
62 pub fn get_mut(&mut self) -> &mut RW { in get_mut()
69 pub fn get_pin_mut(self: Pin<&mut Self>) -> Pin<&mut RW> { in get_pin_mut()
76 pub fn into_inner(self) -> RW { in into_inner()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_split.rs12 struct RW; struct
14 impl AsyncRead for RW { implementation
25 impl AsyncWrite for RW { implementation
Dio_panic.rs14 struct RW; struct
16 impl AsyncRead for RW { implementation
27 impl AsyncWrite for RW { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp94 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local
281 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate()
282 -> BT::RegisterCell { in evaluate()
345 uint16_t RW = W0; in evaluate() local
354 uint16_t RW = W0; in evaluate() local
969 uint16_t RW = getRegBitWidth(PD); in evaluate() local
H A DHexagonBitSimplify.cpp1587 unsigned RW = RC.width(); in findMatch() local
2431 unsigned RW = W; in simplifyExtractLow() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp94 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local
283 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate()
284 -> BT::RegisterCell { in evaluate()
347 uint16_t RW = W0; in evaluate() local
356 uint16_t RW = W0; in evaluate() local
966 uint16_t RW = getRegBitWidth(PD); in evaluate() local
H A DHexagonBitSimplify.cpp1550 unsigned RW = RC.width(); in findMatch() local
2396 unsigned RW = W; in simplifyExtractLow() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp84 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local
211 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate()
212 -> BT::RegisterCell { in evaluate()
275 uint16_t RW = W0; in evaluate() local
/aosp_15_r20/external/clang/test/Layout/
H A Dms-x86-alias-avoidance-padding.cpp304 struct RW { char c; }; argument
/aosp_15_r20/external/gmmlib/Source/GmmLib/CachePolicy/
H A DGmmGen12CachePolicy.h31 #define RW 0x2 macro
H A DGmmGen12CachePolicy.cpp49 #define RW 0x2 in IsSpecialMOCSUsage() macro
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/
Dconvert1.go12 type RW interface { R(); W() } interface
Dconvert2.go12 type RW interface { R(); W() } interface
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h36 RW, enumerator
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8ulp/xrdc/
Dxrdc_config.h15 #define RW 6 macro
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/
H A Dcse_lite.h33 RW = 1 enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp260 double RW = 0; member
834 double RW = 0.0; in extractFeatures() local
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_color.c191 #define Code2V(c, RB, RW, CR) \ argument
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dcr50_utils.py20 RW = 'rw' variable
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/nxp/trdc/
Dimx_trdc.h50 #define RW U(6) macro
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp301 CodeGenSchedRW &RW = getSchedRW(MatchDef); in collectSchedRW() local
1002 static bool hasAliasedVariants(const CodeGenSchedRW &RW, in hasAliasedVariants()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs30 RW = pipe_map_flags::PIPE_MAP_READ_WRITE.0, enumerator
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp763 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
3986 Value *RW = EmitScalarExpr(E->getArg(1)); in EmitARMBuiltinExpr() local
4816 Value *RW = EmitScalarExpr(E->getArg(1)); in EmitAArch64BuiltinExpr() local
6856 Value *RW = ConstantInt::get(Int32Ty, 0); in EmitX86BuiltinExpr() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp109RW = 2, // This always means a normal read/write depth/stencil attachment (NOT a storage image). enumerator
/aosp_15_r20/external/flashrom/include/
H A Dflash.h227 RW, /* Readable and writable */ enumerator

123