| /external/rust/crates/tokio/src/io/util/ |
| D | buf_stream.rs | 29 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()
|
| /external/rust/crates/tokio/tests/ |
| D | io_split.rs | 10 struct RW; struct 12 impl AsyncRead for RW { implementation 23 impl AsyncWrite for RW { implementation
|
| /external/compiler-rt/lib/tsan/tests/rtl/ |
| D | tsan_test_util.h | 36 RW, enumerator
|
| /external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
| D | tsan_test_util.h | 35 RW, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.cpp | 94 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
|
| D | HexagonBitSimplify.cpp | 1550 unsigned RW = RC.width(); in findMatch() local 2396 unsigned RW = W; in simplifyExtractLow() local
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.cpp | 94 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 964 uint16_t RW = getRegBitWidth(PD); in evaluate() local
|
| D | HexagonBitSimplify.cpp | 1560 unsigned RW = RC.width(); in findMatch() local 2406 unsigned RW = W; in simplifyExtractLow() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.cpp | 84 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
|
| D | HexagonBitSimplify.cpp | 1502 unsigned RW = RC.width(); in findMatch() local
|
| /external/clang/test/Layout/ |
| D | ms-x86-alias-avoidance-padding.cpp | 304 struct RW { char c; }; argument
|
| /external/llvm-project/clang/test/Layout/ |
| D | ms-x86-alias-avoidance-padding.cpp | 304 struct RW { char c; }; struct
|
| /external/pdfium/third_party/libtiff/ |
| D | tif_color.c | 176 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)!=0) ? ((RW)-(RB))… argument
|
| /external/autotest/client/common_lib/cros/ |
| D | cr50_utils.py | 13 RW = 'rw' variable
|
| /external/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| D | EmulateInstructionARM64.h | 148 RW : 1, // Current register width – 0 is AArch64, 1 is AArch32 member
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 681 CodeGenSchedRW &RW = getSchedRW(MatchDef); in collectSchedRW() local 724 RWVec, [Def](const CodeGenSchedRW &RW) { return RW.TheDef == Def; }); in getSchedRWIdx() 834 auto I = find_if(RWVec, [Seq](CodeGenSchedRW &RW) { in findRWForSequence()
|
| /external/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 301 CodeGenSchedRW &RW = getSchedRW(MatchDef); in collectSchedRW() local 1002 static bool hasAliasedVariants(const CodeGenSchedRW &RW, in hasAliasedVariants()
|
| /external/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 763 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
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1619 TEST_P(MutexVariableThreadCountTest, RW) { argument
|
| /external/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1618 TEST_P(MutexVariableThreadCountTest, RW) { argument
|
| /external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1618 TEST_P(MutexVariableThreadCountTest, RW) { argument
|
| /external/openscreen/third_party/abseil/src/absl/synchronization/ |
| D | mutex_test.cc | 1649 TEST_P(MutexVariableThreadCountTest, RW) { argument
|
| /external/libtextclassifier/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1619 TEST_P(MutexVariableThreadCountTest, RW) { argument
|
| /external/angle/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1649 TEST_P(MutexVariableThreadCountTest, RW) { argument
|
| /external/python/cpython3/Lib/test/ |
| D | test_enum.py | 2082 RW = 2 variable in TestFlag.Open 2467 RW = 2 variable in TestIntFlag.Open
|