Searched refs:InfoTable (Results 1 – 10 of 10) sorted by relevance
19 extern const uint16_t InfoTable[256];51 if (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER|CHAR_UNDER))61 if (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER|CHAR_DIGIT|CHAR_UNDER))72 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_SPACE)) != 0; in isHorizontalWhitespace()80 return (InfoTable[c] & CHAR_VERT_WS) != 0; in isVerticalWhitespace()89 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_VERT_WS|CHAR_SPACE)) != 0; in isWhitespace()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()[all …]
627 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpAsf() local659 InfoTable = AcpiDmTableInfoAsf0; in AcpiDmDumpAsf()664 InfoTable = AcpiDmTableInfoAsf1; in AcpiDmDumpAsf()674 InfoTable = AcpiDmTableInfoAsf2; in AcpiDmDumpAsf()684 InfoTable = AcpiDmTableInfoAsf3; in AcpiDmDumpAsf()689 InfoTable = AcpiDmTableInfoAsf4; in AcpiDmDumpAsf()703 Subtable->Header.Length, InfoTable); in AcpiDmDumpAsf()1080 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpDmar() local1116 InfoTable = AcpiDmTableInfoDmar0; in AcpiDmDumpDmar()1122 InfoTable = AcpiDmTableInfoDmar1; in AcpiDmDumpDmar()[all …]
181 ACPI_DMTABLE_INFO *InfoTable; in DtCompileLpit() local210 InfoTable = AcpiDmTableInfoLpit0; in DtCompileLpit()221 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompileLpit()258 ACPI_DMTABLE_INFO *InfoTable; in DtCompileMadt() local291 InfoTable = AcpiDmTableInfoMadt0; in DtCompileMadt()296 InfoTable = AcpiDmTableInfoMadt1; in DtCompileMadt()301 InfoTable = AcpiDmTableInfoMadt2; in DtCompileMadt()306 InfoTable = AcpiDmTableInfoMadt3; in DtCompileMadt()311 InfoTable = AcpiDmTableInfoMadt4; in DtCompileMadt()316 InfoTable = AcpiDmTableInfoMadt5; in DtCompileMadt()[all …]
192 ACPI_DMTABLE_INFO *InfoTable; in DtCompileAsf() local221 InfoTable = AcpiDmTableInfoAsf0; in DtCompileAsf()226 InfoTable = AcpiDmTableInfoAsf1; in DtCompileAsf()231 InfoTable = AcpiDmTableInfoAsf2; in DtCompileAsf()236 InfoTable = AcpiDmTableInfoAsf3; in DtCompileAsf()241 InfoTable = AcpiDmTableInfoAsf4; in DtCompileAsf()250 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompileAsf()655 ACPI_DMTABLE_INFO *InfoTable; in DtCompileDmar() local694 InfoTable = AcpiDmTableInfoDmar0; in DtCompileDmar()699 InfoTable = AcpiDmTableInfoDmar1; in DtCompileDmar()[all …]
23 static const OptTable::Info InfoTable[] = { variable37 : OptTable(InfoTable) {} in DriverOptTable()
41 static const llvm::opt::OptTable::Info InfoTable[] = { variable51 DllOptTable() : OptTable(InfoTable, false) {} in DllOptTable()
15 const uint16_t clang::charinfo::InfoTable[256] = { member in clang::charinfo
47 static const opt::OptTable::Info InfoTable[] = { variable57 LibOptTable() : OptTable(InfoTable, true) {} in LibOptTable()
73 const opt::OptTable::Info InfoTable[] = { variable87 LLDBOptTable() : OptTable(InfoTable) {} in LLDBOptTable()
78 static const llvm::opt::OptTable::Info InfoTable[] = { variable92 DarwinLdOptTable() : OptTable(InfoTable) {} in DarwinLdOptTable()