/external/rust/crates/codespan-reporting/tests/snapshots/ |
D | term__multiline_overlapping__rich_no_color.snap | 10 …----------------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 12 … ---------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 22 = expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
|
D | term__multiline_overlapping__rich_ascii_no_color.snap | 10 …----------------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 12 … ---------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 22 = expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
|
D | term__multiline_overlapping__rich_color.snap | 10 …-----------------------{/} {fg:Blue}this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 12 …-----------------------{/} {fg:Blue}this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 22 {fg:Blue}={/} expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
|
D | term__multiline_overlapping__medium_no_color.snap | 6 = expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
|
D | term__multiline_overlapping__medium_color.snap | 6 {fg:Blue}={/} expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
|
/external/rust/crates/codespan-reporting/ |
D | CHANGELOG.md | 259 …----------------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 261 … ---------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 269 = expected type `Result<ByteIndex, LineIndexOutOfBoundsError>` 282 …----------------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 284 … ---------------------------- this is found to be of type `Result<ByteIndex, LineIndexOutOfB… 294 = expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 195 struct ByteIndex { struct
|
/external/skqp/src/sfnt/ |
D | SkOTTable_glyf.h | 195 struct ByteIndex { struct
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1489 uint64_t ByteIndex = M == -1 ? 0 : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local 1490 Ops[OpIdx++] = DAG.getConstant(ByteIndex, DL, MVT::i32); in LowerVECTOR_SHUFFLE()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1790 uint64_t ByteIndex = M == -1 ? 0 : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local 1791 Ops[OpIdx++] = DAG.getConstant(ByteIndex, DL, MVT::i32); in LowerVECTOR_SHUFFLE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1287 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local 1289 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1293 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local 1295 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1386 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), Ptr, in LowerSTORE() local 1389 SDValue Shift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 933 Value *ByteIndex = CGF.Builder.CreateAShr( in EmitBitTestIntrinsic() local 937 ByteIndex, "bittest.byteaddr"), in EmitBitTestIntrinsic()
|