Searched defs:ByteIndex (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/skia/src/sfnt/ |
H A D | SkOTTable_glyf.h | 200 struct ByteIndex { struct 201 SK_OT_BYTE compoundPointIndex; 202 SK_OT_BYTE componentPointIndex; 203 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | GOFF.h | 58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits() 69 static void get(const uint8_t *Bytes, uint8_t ByteIndex, T &Value) { in get()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | GOFF.h | 58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits() 69 static void get(const uint8_t *Bytes, uint8_t ByteIndex, T &Value) { in get()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | GOFF.h | 58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits() 69 static void get(const uint8_t *Bytes, uint8_t ByteIndex, T &Value) { in get()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | GOFF.h | 58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits() 69 static void get(const uint8_t *Bytes, uint8_t ByteIndex, T &Value) { in get()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1489 uint64_t ByteIndex = M == -1 ? 0 : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1169 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1287 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1386 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), Ptr, in LowerSTORE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2211 uint64_t ByteIndex = M == -1 ? J : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local
|