Home
last modified time | relevance | path

Searched refs:InfoTable (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c195 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpAest() local
225 InfoTable = AcpiDmTableInfoAestProcError; in AcpiDmDumpAest()
230 InfoTable = AcpiDmTableInfoAestMemError; in AcpiDmDumpAest()
235 InfoTable = AcpiDmTableInfoAestSmmuError; in AcpiDmDumpAest()
243 InfoTable = AcpiDmTableInfoAestVendorError; in AcpiDmDumpAest()
248 InfoTable = AcpiDmTableInfoAestVendorV2Error; in AcpiDmDumpAest()
259 InfoTable = AcpiDmTableInfoAestGicError; in AcpiDmDumpAest()
264 InfoTable = AcpiDmTableInfoAestPCIeError; in AcpiDmDumpAest()
269 InfoTable = AcpiDmTableInfoAestProxyError; in AcpiDmDumpAest()
290 InfoTable); in AcpiDmDumpAest()
[all …]
H A Ddmtbdump2.c190 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIort() local
262 InfoTable = AcpiDmTableInfoIort0; in AcpiDmDumpIort()
269 InfoTable = AcpiDmTableInfoIort1; in AcpiDmDumpIort()
277 InfoTable = AcpiDmTableInfoIort2; in AcpiDmDumpIort()
283 InfoTable = AcpiDmTableInfoIort3; in AcpiDmDumpIort()
290 InfoTable = AcpiDmTableInfoIort4; in AcpiDmDumpIort()
296 InfoTable = AcpiDmTableInfoIort5; in AcpiDmDumpIort()
302 InfoTable = AcpiDmTableInfoIort6; in AcpiDmDumpIort()
327 Length, InfoTable); in AcpiDmDumpIort()
515 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIvrs() local
[all …]
H A Ddmtbdump3.c284 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpSrat() local
314 InfoTable = AcpiDmTableInfoSrat0; in AcpiDmDumpSrat()
319 InfoTable = AcpiDmTableInfoSrat1; in AcpiDmDumpSrat()
324 InfoTable = AcpiDmTableInfoSrat2; in AcpiDmDumpSrat()
329 InfoTable = AcpiDmTableInfoSrat3; in AcpiDmDumpSrat()
334 InfoTable = AcpiDmTableInfoSrat4; in AcpiDmDumpSrat()
339 InfoTable = AcpiDmTableInfoSrat5; in AcpiDmDumpSrat()
344 InfoTable = AcpiDmTableInfoSrat6; in AcpiDmDumpSrat()
349 InfoTable = AcpiDmTableInfoSrat7; in AcpiDmDumpSrat()
368 Subtable->Length, InfoTable); in AcpiDmDumpSrat()
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c181 ACPI_DMTABLE_INFO *InfoTable; in DtCompileLpit() local
210 InfoTable = AcpiDmTableInfoLpit0; in DtCompileLpit()
221 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileLpit()
259 ACPI_DMTABLE_INFO *InfoTable; in DtCompileMadt() local
296 InfoTable = AcpiDmTableInfoMadt0; in DtCompileMadt()
301 InfoTable = AcpiDmTableInfoMadt1; in DtCompileMadt()
306 InfoTable = AcpiDmTableInfoMadt2; in DtCompileMadt()
311 InfoTable = AcpiDmTableInfoMadt3; in DtCompileMadt()
316 InfoTable = AcpiDmTableInfoMadt4; in DtCompileMadt()
321 InfoTable = AcpiDmTableInfoMadt5; in DtCompileMadt()
[all …]
H A Ddttable1.c204 ACPI_DMTABLE_INFO *InfoTable; in DtCompileAest() local
253 InfoTable = AcpiDmTableInfoAestProcError; in DtCompileAest()
258 InfoTable = AcpiDmTableInfoAestMemError; in DtCompileAest()
263 InfoTable = AcpiDmTableInfoAestSmmuError; in DtCompileAest()
270 InfoTable = AcpiDmTableInfoAestVendorError; in DtCompileAest()
274 InfoTable = AcpiDmTableInfoAestVendorV2Error; in DtCompileAest()
286 InfoTable = AcpiDmTableInfoAestGicError; in DtCompileAest()
291 InfoTable = AcpiDmTableInfoAestPCIeError; in DtCompileAest()
296 InfoTable = AcpiDmTableInfoAestProxyError; in DtCompileAest()
306 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAest()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h19 extern const uint16_t InfoTable[256];
56 if (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER|CHAR_UNDER))
93 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_SPACE)) != 0; in isHorizontalWhitespace()
101 return (InfoTable[c] & CHAR_VERT_WS) != 0; in isVerticalWhitespace()
110 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_VERT_WS|CHAR_SPACE)) != 0; in isWhitespace()
116 return (InfoTable[c] & CHAR_DIGIT) != 0; in isDigit()
122 return (InfoTable[c] & CHAR_LOWER) != 0; in isLowercase()
128 return (InfoTable[c] & CHAR_UPPER) != 0; in isUppercase()
134 return (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER)) != 0; in isLetter()
140 return (InfoTable[c] & (CHAR_DIGIT|CHAR_UPPER|CHAR_LOWER)) != 0; in isAlphanumeric()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp49 static constexpr opt::OptTable::Info InfoTable[] = {
57 StringsOptTable() : GenericOptTable(InfoTable) {
50 static constexpr opt::OptTable::Info InfoTable[] = { global() variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp42 static constexpr opt::OptTable::Info InfoTable[] = {
50 CxxfiltOptTable() : opt::GenericOptTable(InfoTable) {
44 static constexpr opt::OptTable::Info InfoTable[] = { global() variable
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp49 static constexpr opt::OptTable::Info InfoTable[] = { variable
57 DllOptTable() : opt::GenericOptTable(InfoTable, false) {} in DllOptTable()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCharInfo.cpp15 const uint16_t clang::charinfo::InfoTable[256] = { member in clang::charinfo
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp58 static constexpr opt::OptTable::Info InfoTable[] = { variable
66 DwpOptTable() : GenericOptTable(InfoTable) {} in DwpOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp44 static constexpr opt::OptTable::Info InfoTable[] = {
52 TLICheckerOptTable() : GenericOptTable(InfoTable) {}
45 static constexpr opt::OptTable::Info InfoTable[] = { global() variable
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp291 static constexpr opt::OptTable::Info InfoTable[] = { variable
299 LLGSOptTable() : opt::GenericOptTable(InfoTable) {} in LLGSOptTable()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp55 static constexpr opt::OptTable::Info InfoTable[] = { variable
63 LibOptTable() : opt::GenericOptTable(InfoTable, true) {} in LibOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp49 static constexpr opt::OptTable::Info InfoTable[] = {
57 DwarfutilOptTable() : opt::GenericOptTable(InfoTable) {}
50 static constexpr opt::OptTable::Info InfoTable[] = { global() variable
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp71 static constexpr opt::OptTable::Info InfoTable[] = { variable
79 LLDBOptTable() : opt::GenericOptTable(InfoTable) {} in LLDBOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp67 static constexpr opt::OptTable::Info InfoTable[] = { variable
75 SymbolizerOptTable() : GenericOptTable(InfoTable) { in SymbolizerOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp69 static constexpr opt::OptTable::Info InfoTable[] = { variable
77 ReadobjOptTable() : opt::GenericOptTable(InfoTable) { in ReadobjOptTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp55 static constexpr opt::OptTable::Info InfoTable[] = {
63 SizeOptTable() : GenericOptTable(InfoTable) { setGroupedShortOptions(true); }
58 static constexpr opt::OptTable::Info InfoTable[] = { global() variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp75 static constexpr opt::OptTable::Info InfoTable[] = { variable
83 NmOptTable() : opt::GenericOptTable(InfoTable) { in NmOptTable()