Home
last modified time | relevance | path

Searched refs:ByteIndex (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__multiline_overlapping__rich_no_color.snap10 …----------------------------------- 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>`
Dterm__multiline_overlapping__rich_ascii_no_color.snap10 …----------------------------------- 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>`
Dterm__multiline_overlapping__rich_color.snap10 …-----------------------{/} {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>`
Dterm__multiline_overlapping__medium_no_color.snap6 = expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
Dterm__multiline_overlapping__medium_color.snap6 {fg:Blue}={/} expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
/external/rust/crates/codespan-reporting/
DCHANGELOG.md259 …----------------------------------- 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/
DSkOTTable_glyf.h195 struct ByteIndex { struct
/external/skqp/src/sfnt/
DSkOTTable_glyf.h195 struct ByteIndex { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1489 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/
DWebAssemblyISelLowering.cpp1790 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/
DR600ISelLowering.cpp1287 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/
DR600ISelLowering.cpp1293 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/
DR600ISelLowering.cpp1386 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/
DCGBuiltin.cpp933 Value *ByteIndex = CGF.Builder.CreateAShr( in EmitBitTestIntrinsic() local
937 ByteIndex, "bittest.byteaddr"), in EmitBitTestIntrinsic()