| /freebsd-13.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 187 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 D | dmtbdump1.c | 182 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 D | dmtbdump3.c | 283 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 D | CharInfo.h | 19 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 D | dttable2.c | 181 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 D | dttable1.c | 192 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 D | DriverOptions.cpp | 23 static const OptTable::Info InfoTable[] = { variable 37 : OptTable(InfoTable) {} in DriverOptTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 46 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 D | llvm-cxxfilt.cpp | 39 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 D | DlltoolDriver.cpp | 43 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 D | CharInfo.cpp | 15 const uint16_t clang::charinfo::InfoTable[256] = { member in clang::charinfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 47 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 D | llvm-symbolizer.cpp | 55 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 D | lldb-gdbserver.cpp | 340 const opt::OptTable::Info InfoTable[] = { variable 354 LLGSOptTable() : OptTable(InfoTable) {} in LLGSOptTable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 75 const opt::OptTable::Info InfoTable[] = { variable 89 LLDBOptTable() : OptTable(InfoTable) {} in LLDBOptTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 68 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 D | llvm-size.cpp | 54 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 D | DarwinLdDriver.cpp | 78 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 D | llvm-nm.cpp | 67 static const opt::OptTable::Info InfoTable[] = { variable 81 NmOptTable() : OptTable(InfoTable) { setGroupedShortOptions(true); } in NmOptTable()
|