Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c187 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIort() local
295 Length, InfoTable); in AcpiDmDumpIort()
450 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIvrs() local
647 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpLpit() local
683 SubtableLength, InfoTable); in AcpiDmDumpLpit()
720 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpMadt() local
1191 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpNfit() local
1381 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpPcct() local
1743 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpPptt() local
1874 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpS3pt() local
[all …]
H A Ddmtbdump1.c182 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpAsf() local
214 InfoTable = AcpiDmTableInfoAsf0; in AcpiDmDumpAsf()
634 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpDmar() local
706 Subtable->Length, InfoTable); in AcpiDmDumpDmar()
1009 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpFpdt() local
1057 Subtable->Length, InfoTable); in AcpiDmDumpFpdt()
1094 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpGtdt() local
1169 Subtable->Length, InfoTable); in AcpiDmDumpGtdt()
1230 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpHest() local
1323 SubtableLength, InfoTable); in AcpiDmDumpHest()
[all …]
H A Ddmtbdump3.c283 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpSrat() local
313 InfoTable = AcpiDmTableInfoSrat0; in AcpiDmDumpSrat()
318 InfoTable = AcpiDmTableInfoSrat1; in AcpiDmDumpSrat()
323 InfoTable = AcpiDmTableInfoSrat2; in AcpiDmDumpSrat()
328 InfoTable = AcpiDmTableInfoSrat3; in AcpiDmDumpSrat()
333 InfoTable = AcpiDmTableInfoSrat4; in AcpiDmDumpSrat()
338 InfoTable = AcpiDmTableInfoSrat5; in AcpiDmDumpSrat()
357 Subtable->Length, InfoTable); in AcpiDmDumpSrat()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h19 extern const uint16_t InfoTable[256];
51 if (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER|CHAR_UNDER))
72 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_SPACE)) != 0; in isHorizontalWhitespace()
80 return (InfoTable[c] & CHAR_VERT_WS) != 0; in isVerticalWhitespace()
95 return (InfoTable[c] & CHAR_DIGIT) != 0; in isDigit()
101 return (InfoTable[c] & CHAR_LOWER) != 0; in isLowercase()
107 return (InfoTable[c] & CHAR_UPPER) != 0; in isUppercase()
113 return (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER)) != 0; in isLetter()
125 return (InfoTable[c] & (CHAR_DIGIT|CHAR_XLETTER)) != 0; in isHexDigit()
149 return (InfoTable[c] & in isPreprocessingNumberBody()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c181 ACPI_DMTABLE_INFO *InfoTable; in DtCompileLpit() local
210 InfoTable = AcpiDmTableInfoLpit0; in DtCompileLpit()
258 ACPI_DMTABLE_INFO *InfoTable; in DtCompileMadt() local
291 InfoTable = AcpiDmTableInfoMadt0; in DtCompileMadt()
296 InfoTable = AcpiDmTableInfoMadt1; in DtCompileMadt()
624 ACPI_DMTABLE_INFO *InfoTable; in DtCompileNfit() local
826 ACPI_DMTABLE_INFO *InfoTable; in DtCompilePcct() local
1131 ACPI_DMTABLE_INFO *InfoTable; in DtCompilePptt() local
1286 ACPI_DMTABLE_INFO *InfoTable; in DtCompileS3pt() local
1368 ACPI_DMTABLE_INFO *InfoTable; in DtCompileSdev() local
[all …]
H A Ddttable1.c192 ACPI_DMTABLE_INFO *InfoTable; in DtCompileAsf() local
221 InfoTable = AcpiDmTableInfoAsf0; in DtCompileAsf()
226 InfoTable = AcpiDmTableInfoAsf1; in DtCompileAsf()
231 InfoTable = AcpiDmTableInfoAsf2; in DtCompileAsf()
236 InfoTable = AcpiDmTableInfoAsf3; in DtCompileAsf()
655 ACPI_DMTABLE_INFO *InfoTable; in DtCompileDmar() local
1003 ACPI_DMTABLE_INFO *InfoTable; in DtCompileGtdt() local
1144 ACPI_DMTABLE_INFO *InfoTable; in DtCompileFpdt() local
1220 ACPI_DMTABLE_INFO *InfoTable; in DtCompileHest() local
1377 ACPI_DMTABLE_INFO *InfoTable; in DtCompileHmat() local
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriverOptions.cpp23 static const OptTable::Info InfoTable[] = { variable
37 : OptTable(InfoTable) {} in DriverOptTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp46 static const opt::OptTable::Info InfoTable[] = { variable
60 StringsOptTable() : OptTable(InfoTable) { setGroupedShortOptions(true); } in StringsOptTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp39 const opt::OptTable::Info InfoTable[] = { variable
53 CxxfiltOptTable() : OptTable(InfoTable) { setGroupedShortOptions(true); } in CxxfiltOptTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp43 static const llvm::opt::OptTable::Info InfoTable[] = { variable
53 DllOptTable() : OptTable(InfoTable, false) {} in DllOptTable()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DCharInfo.cpp15 const uint16_t clang::charinfo::InfoTable[256] = { member in clang::charinfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp47 static const opt::OptTable::Info InfoTable[] = { variable
57 LibOptTable() : OptTable(InfoTable, true) {} in LibOptTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp55 static const opt::OptTable::Info InfoTable[] = { variable
69 SymbolizerOptTable() : OptTable(InfoTable) { in SymbolizerOptTable()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp340 const opt::OptTable::Info InfoTable[] = { variable
354 LLGSOptTable() : OptTable(InfoTable) {} in LLGSOptTable()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp75 const opt::OptTable::Info InfoTable[] = { variable
89 LLDBOptTable() : OptTable(InfoTable) {} in LLDBOptTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp68 static const opt::OptTable::Info InfoTable[] = { variable
82 ReadobjOptTable() : OptTable(InfoTable) { setGroupedShortOptions(true); } in ReadobjOptTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp54 const opt::OptTable::Info InfoTable[] = { variable
68 SizeOptTable() : OptTable(InfoTable) { setGroupedShortOptions(true); } in SizeOptTable()
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp78 static const llvm::opt::OptTable::Info InfoTable[] = { variable
92 DarwinLdOptTable() : OptTable(InfoTable) {} in DarwinLdOptTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp67 static const opt::OptTable::Info InfoTable[] = { variable
81 NmOptTable() : OptTable(InfoTable) { setGroupedShortOptions(true); } in NmOptTable()