Searched refs:Table (Results 26 - 50 of 73) sorted by relevance

123

/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Dadfile.c153 * PARAMETERS: Table - pointer to the ACPI table
166 ACPI_TABLE_HEADER *Table,
175 AdWriteBuffer (Filename, (char *) Table, Length);
177 AcpiOsPrintf ("Table [%s] written to \"%s\"\n", TableName, Filename);
165 AdWriteTable( ACPI_TABLE_HEADER *Table, UINT32 Length, char *TableName, char *OemTableId) argument
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py64 t = zfs.table.Table(fields, rjustfields)
H A Dtable.py27 class Table: class in inherits:
H A Duserspace.py243 t = zfs.table.Table(options.fields, rjustfields)
/freebsd-10.2-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl100 $Table="K${label}";
168 .type $Table,\@object
169 $Table:
232 .size $Table,.-$Table
267 larl $tbl,$Table
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp290 IdentifierIndexTable &Table local
292 IdentifierIndexTable::iterator Known = Table.find(Name);
293 if (Known == Table.end()) {
596 Table(InterestingIdentifierTable::Create(
599 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
600 DEnd = Table->data_end();
850 IdentifierIndexTable &Table = local
852 return new GlobalIndexIdentifierIterator(Table);
/freebsd-10.2-release/sys/contrib/dev/acpica/components/tables/
H A Dtbxface.c89 * AllowResize - Flag to tell Table Manager if resize of
120 * Setup the Root Table Array and allocate the table array
133 /* Root Table Array has been statically allocated by the host */
157 * Root Table Array. This array contains the information of the RSDT/XSDT
175 * DESCRIPTION: Reallocate Root Table List into dynamic memory. Copies the
309 * DESCRIPTION: Finds and verifies an ACPI table. Table must be in the
366 * PARAMETERS: TableIndex - Table index
367 * Table - Where the pointer to the table is returned
379 ACPI_TABLE_HEADER **Table)
389 if (!Table)
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h101 * ACPI Table interfaces
503 ACPI_TABLE_HEADER **Table,
511 ACPI_TABLE_HEADER **Table,
520 ACPI_TABLE_HEADER **Table);
H A Dacdebug.h378 ACPI_TABLE_HEADER **Table,
H A Dacutils.h578 ACPI_TABLE_HEADER **Table);
828 ACPI_TABLE_HEADER *Table);
861 * utownerid - Support for Table/Method Owner IDs
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp301 const uint8_t *Table;
304 Table = DecoderTable16;
307 Table = DecoderTable32;
310 Table = DecoderTable48;
322 return decodeInstruction(Table, MI, Inst, Address, this, STI);
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DFunction.cpp402 static const char * const Table[] = {
409 return Table[id];
410 std::string Result(Table[id]);
659 SmallVector<IITDescriptor, 8> Table;
660 getIntrinsicInfoTableEntries(id, Table);
662 ArrayRef<IITDescriptor> TableRef = Table;
/freebsd-10.2-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c591 ACPI_TABLE_HEADER *Table = ACPI_CAST_PTR (ACPI_TABLE_HEADER, Buffer); local
611 /* Table must be a DSDT or SSDT */
613 if (!ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_DSDT) &&
614 !ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_SSDT))
/freebsd-10.2-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c517 ACPI_TABLE_HEADER *Table; local
525 * and OemTableId string of the Data Table Region declaration
570 Status = AcpiGetTableByIndex (TableIndex, &Table);
582 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table);
583 ObjDesc->Region.Length = Table->Length;
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c455 /* Un-Initialization Configuration Table */
1289 /* Wait for the SPC Configuration Table to be ready */
1293 /* return error if MPI Configuration Table not ready */
1296 /* return error if MPI Configuration Table not ready */
1760 /* Wait for the SPC Configuration Table to be ready */
1771 /* return error if MPI Configuration Table not ready */
1774 /* return error if MPI Configuration Table not ready */
2590 The host continues with the normal SPCv Configuration Table initialization sequence
2824 agsaBarOffset_t * Table = agNULL; local
2829 Table
2865 agsaBarOffset_t * Table = agNULL; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp136 static size_t getLongestEntryLength(const SubtargetFeatureKV *Table, argument
140 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key));
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp894 static const char *const Table[] = { local
905 res = Table[RType];
909 static const char *const Table[] = { local
924 res = Table[RType];
928 static const char *const Table[] = { local
943 res = Table[RType];
947 static const char *const Table[] = { local
965 res = Table[RType];
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2266 static unsigned IsPredicateKnownToFail(const unsigned char *Table, argument
2271 switch (Table[Index++]) {
2276 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2282 Result = !::CheckChildSame(Table, Index, N, RecordedNodes,
2283 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Same);
2286 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2289 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2292 Result = !::CheckOpcode(Table, Index, N.getNode());
2295 Result = !::CheckType(Table, Index, N, SDISel.getTargetLowering());
2305 Result = !::CheckChildType(Table, Inde
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp570 // Efficient Lookup Table Support
589 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
591 if (!(Table[i] < Table[i+1])) return false;
596 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
597 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
598 if (I != Table+N && I->from == Opcode)
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Ddttable.c1041 ACPI_TABLE_HEADER *Table; local
1055 Table = ACPI_CAST_PTR (ACPI_TABLE_HEADER, ParentTable->Buffer);
1056 Revision = Table->Revision;
3290 ACPI_TABLE_WPBT *Table; local
3319 Table = ACPI_CAST_PTR (ACPI_TABLE_WPBT, ParentTable->Buffer);
3320 Table->ArgumentsLength = Length;
/freebsd-10.2-release/sys/boot/i386/boot0/
H A Dboot0ext.S30 .set TBL0SZ,table0_end-table0 # Table 0 size
31 .set TBL1SZ,table1_end-table1 # Table 1 size
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1693 SetVector<std::string> &Table,
1695 IsNew = Table.insert(Name);
1697 unsigned ID = IsNew ? Table.size() - 1 :
1698 std::find(Table.begin(), Table.end(), Name) - Table.begin();
1700 assert(ID < Table.size());
1692 getConverterOperandID(const std::string &Name, SetVector<std::string> &Table, bool &IsNew) argument
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c3055 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
3056 #define SQLITE_CREATE_TABLE 2 /* Table Name NULL */
3057 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
3058 #define SQLITE_CREATE_TEMP_TABLE 4 /* Table Name NULL */
3059 #define SQLITE_CREATE_TEMP_TRIGGER 5 /* Trigger Name Table Name */
3061 #define SQLITE_CREATE_TRIGGER 7 /* Trigger Name Table Name */
3063 #define SQLITE_DELETE 9 /* Table Name NULL */
3064 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
3065 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */
3066 #define SQLITE_DROP_TEMP_INDEX 12 /* Index Name Table Nam
8471 typedef struct Table Table; typedef in typeref:struct:Table
10506 struct Table { struct
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2838 #define SQLITE_CREATE_INDEX 1 /* Index Name Table Name */
2839 #define SQLITE_CREATE_TABLE 2 /* Table Name NULL */
2840 #define SQLITE_CREATE_TEMP_INDEX 3 /* Index Name Table Name */
2841 #define SQLITE_CREATE_TEMP_TABLE 4 /* Table Name NULL */
2842 #define SQLITE_CREATE_TEMP_TRIGGER 5 /* Trigger Name Table Name */
2844 #define SQLITE_CREATE_TRIGGER 7 /* Trigger Name Table Name */
2846 #define SQLITE_DELETE 9 /* Table Name NULL */
2847 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */
2848 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */
2849 #define SQLITE_DROP_TEMP_INDEX 12 /* Index Name Table Nam
7899 typedef struct Table Table; typedef in typeref:struct:Table
9920 struct Table { struct
[all...]
/freebsd-10.2-release/contrib/top/
H A DConfigure109 Table Size $TableSize

Completed in 802 milliseconds

123