| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 187 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIort() local 294 Length, InfoTable); in AcpiDmDumpIort() 443 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIvrs() local 623 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpLpit() local 659 SubtableLength, InfoTable); in AcpiDmDumpLpit() 696 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpMadt() local 1167 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpNfit() local 1357 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpPcct() local 1719 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpPptt() local 1845 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() 635 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpDmar() local 707 Subtable->Length, InfoTable); in AcpiDmDumpDmar() 1010 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpFpdt() local 1058 Subtable->Length, InfoTable); in AcpiDmDumpFpdt() 1095 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpGtdt() local 1153 Subtable->Length, InfoTable); in AcpiDmDumpGtdt() 1214 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpHest() local 1307 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() 352 Subtable->Length, InfoTable); in AcpiDmDumpSrat()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CharInfo.h | 20 extern const uint16_t InfoTable[256]; 52 if (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER|CHAR_UNDER)) 73 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_SPACE)) != 0; in isHorizontalWhitespace() 81 return (InfoTable[c] & CHAR_VERT_WS) != 0; in isVerticalWhitespace() 96 return (InfoTable[c] & CHAR_DIGIT) != 0; in isDigit() 102 return (InfoTable[c] & CHAR_LOWER) != 0; in isLowercase() 108 return (InfoTable[c] & CHAR_UPPER) != 0; in isUppercase() 114 return (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER)) != 0; in isLetter() 126 return (InfoTable[c] & (CHAR_DIGIT|CHAR_XLETTER)) != 0; in isHexDigit() 150 return (InfoTable[c] & in isPreprocessingNumberBody() [all …]
|
| /freebsd-12.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 1122 ACPI_DMTABLE_INFO *InfoTable; in DtCompileFpdt() local 1198 ACPI_DMTABLE_INFO *InfoTable; in DtCompileHest() local 1355 ACPI_DMTABLE_INFO *InfoTable; in DtCompileHmat() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | DriverOptions.cpp | 24 static const OptTable::Info InfoTable[] = { variable 38 : OptTable(InfoTable) {} in DriverOptTable()
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 42 static const llvm::opt::OptTable::Info InfoTable[] = { variable 52 DllOptTable() : OptTable(InfoTable, false) {} in DllOptTable()
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 43 static const opt::OptTable::Info InfoTable[] = { variable 53 LibOptTable() : OptTable(InfoTable, true) {} in LibOptTable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | CharInfo.cpp | 16 const uint16_t clang::charinfo::InfoTable[256] = { member in clang::charinfo
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Driver.cpp | 72 const opt::OptTable::Info InfoTable[] = { variable 86 LLDBOptTable() : OptTable(InfoTable) {} in LLDBOptTable()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | DriverUtils.cpp | 724 static const llvm::opt::OptTable::Info InfoTable[] = { variable 732 COFFOptTable::COFFOptTable() : OptTable(InfoTable, true) {} in COFFOptTable()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 79 static const llvm::opt::OptTable::Info InfoTable[] = { variable 93 DarwinLdOptTable() : OptTable(InfoTable) {} in DarwinLdOptTable()
|