/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2008-09-02-IVType.ll | 11 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** } 14 …DecodeTable*], [5 x %struct.DecodeTable*], [5 x i8], [5 x i8], [4 x [65 x i16]], [4 x %struct.Deco… 17 …struct.SharedDGlobals = type { %struct.DecodeTable, %struct.DecodeTable, %struct.DecodeTable, %str…
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | Base64.cpp | 14 static const char DecodeTable[] = { in decodeBase64Byte() local 32 if (Ch >= sizeof(DecodeTable)) in decodeBase64Byte() 34 return DecodeTable[Ch]; in decodeBase64Byte()
|
/external/webrtc/rtc_base/third_party/base64/ |
D | base64.cc | 42 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64 147 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
|
D | base64.h | 107 static const unsigned char DecodeTable[]; variable
|
/external/capstone/contrib/sysz_update/ |
D | 0004-capstone-generate-GenDisassemblerTables.inc.patch | 349 + << "static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \\\n" 353 + << " const uint8_t *Ptr = DecodeTable; \\\n" 427 << "static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], "
|
/external/lzma/CPP/7zip/UI/Far/ |
D | FarPlugin.h | 301 char DecodeTable[256]; member
|
/external/capstone/arch/XCore/ |
D | XCoreGenDisassemblerTables.inc | 769 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 773 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/ |
D | RISCVGenDisassemblerTables.inc | 1736 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 1742 const uint8_t *Ptr = DecodeTable; 1746 ptrdiff_t Loc = Ptr - DecodeTable; 1775 << " continuing at " << (Ptr - DecodeTable) << "\n"); 1868 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/LoongArch/ |
D | LoongArchGenDisassemblerTables.inc | 1748 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 1754 const uint8_t *Ptr = DecodeTable; 1758 ptrdiff_t Loc = Ptr - DecodeTable; 1787 << " continuing at " << (Ptr - DecodeTable) << "\n"); 1881 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/TMS320C64x/ |
D | TMS320C64xGenDisassemblerTables.inc | 1271 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \ 1276 uint8_t *Ptr = DecodeTable; \
|
/external/capstone/arch/Sparc/ |
D | SparcGenDisassemblerTables.inc | 1948 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 1952 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/RISCV/ |
D | RISCVGenDisassemblerTables.inc | 5523 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 5529 const uint8_t *Ptr = DecodeTable; 5533 ptrdiff_t Loc = Ptr - DecodeTable; 5562 << " continuing at " << (Ptr - DecodeTable) << "\n"); 5656 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 6691 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 6697 const uint8_t *Ptr = DecodeTable; 6701 ptrdiff_t Loc = Ptr - DecodeTable; 6730 << " continuing at " << (Ptr - DecodeTable) << "\n"); 6823 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 8334 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 8340 const uint8_t *Ptr = DecodeTable; 8344 ptrdiff_t Loc = Ptr - DecodeTable; 8373 << " continuing at " << (Ptr - DecodeTable) << "\n"); 8467 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 3925 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 3930 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 809 struct DecodeTable { in getARMInstruction() struct 814 const DecodeTable Tables[] = { in getARMInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 649 struct DecodeTable { in getARMInstruction() struct 654 const DecodeTable Tables[] = { in getARMInstruction()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDisassemblerTables.inc | 10332 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 10338 const uint8_t *Ptr = DecodeTable; 10342 ptrdiff_t Loc = Ptr - DecodeTable; 10371 << " continuing at " << (Ptr - DecodeTable) << "\n"); 10464 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/Mips/ |
D | MipsGenDisassemblerTables.inc | 10472 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 10478 const uint8_t *Ptr = DecodeTable; 10482 ptrdiff_t Loc = Ptr - DecodeTable; 10511 << " continuing at " << (Ptr - DecodeTable) << "\n"); 10605 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 6862 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 6866 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 21786 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 21792 const uint8_t *Ptr = DecodeTable; 21796 ptrdiff_t Loc = Ptr - DecodeTable; 21825 << " continuing at " << (Ptr - DecodeTable) << "\n"); 21918 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenDisassemblerTables.inc | 10182 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 10186 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 22598 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 22604 const uint8_t *Ptr = DecodeTable; 22608 ptrdiff_t Loc = Ptr - DecodeTable; 22637 << " continuing at " << (Ptr - DecodeTable) << "\n"); 22731 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 12662 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 12666 const uint8_t *Ptr = DecodeTable; \
|
/external/capstone/arch/ARM/ |
D | ARMGenDisassemblerTables.inc | 13543 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 13547 const uint8_t *Ptr = DecodeTable; \
|