/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/util/coding/ |
H A D | varint.h | 35 static const char* Parse32(const char* ptr, uint32* OUTPUT); 170 inline const char* Varint::Parse32(const char* p, uint32* OUTPUT) { in Parse32() function 249 return Parse32(p, OUTPUT); in Parse32WithLimit()
|
H A D | varint.cc | 88 Parse32(prev, OUTPUT); in Parse32BackwardSlow()
|
/dports/graphics/R-cran-s2/s2/src/s2/util/coding/ |
H A D | varint.h | 57 static const char* Parse32(const char* ptr, uint32* OUTPUT); 194 inline const char* Varint::Parse32(const char* p, uint32* OUTPUT) { in Parse32() function
|
H A D | varint.cc | 163 Parse32(prev, OUTPUT); in Parse32BackwardSlow()
|
/dports/graphics/s2/s2geometry-0.9.0/src/s2/util/coding/ |
H A D | varint.h | 57 static const char* Parse32(const char* ptr, uint32* OUTPUT); 194 inline const char* Varint::Parse32(const char* p, uint32* OUTPUT) { in Parse32() function
|
H A D | varint.cc | 163 Parse32(prev, OUTPUT); in Parse32BackwardSlow()
|
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/util/coding/ |
H A D | varint.h | 57 static const char* Parse32(const char* ptr, uint32* OUTPUT); 194 inline const char* Varint::Parse32(const char* p, uint32* OUTPUT) { in Parse32() function
|
H A D | varint.cc | 163 Parse32(prev, OUTPUT); in Parse32BackwardSlow()
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/ |
H A D | SkinManager.h | 106 int Parse32(MIOFILE& in);
|
H A D | SkinManager.cpp | 268 int CSkinIcon::Parse32(MIOFILE& in) { in Parse32() function in CSkinIcon 509 m_iconApplicationIcon.Parse32(in); in Parse()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1196 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1197 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1205 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1206 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 1745 bool Parse32 = is32BitMode() || Code16GCC; in ParseIntelOffsetOfOperator() local 1746 unsigned RegNo = is64BitMode() ? X86::RBX : (Parse32 ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1208 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1209 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1217 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1218 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 1759 bool Parse32 = is32BitMode() || Code16GCC; in ParseIntelOffsetOfOperator() local 1760 unsigned RegNo = is64BitMode() ? X86::RBX : (Parse32 ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1201 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1202 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1210 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1211 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 1750 bool Parse32 = is32BitMode() || Code16GCC; in ParseIntelOffsetOfOperator() local 1751 unsigned RegNo = is64BitMode() ? X86::RBX : (Parse32 ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1388 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1389 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1397 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1398 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3313 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3315 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1388 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1389 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1397 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1398 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3313 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3315 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3926 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3928 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3926 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3928 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3925 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3927 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3926 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3928 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3926 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3928 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3925 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3927 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1581 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1582 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1590 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1591 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3902 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3904 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 3926 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 3928 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand() 4103 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local 4105 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1263 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local 1264 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand() 1272 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local 1273 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()
|