Searched refs:Table (Results 1 - 25 of 74) sorted by relevance

123

/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Dbitstream.cpp65 MPC_decoder::Huffman_Decode ( const HuffmanTyp* Table )
70 while (code < Table->Code) Table++;
73 if ((pos += Table->Length)>=32)
80 return Table->Value;
85 MPC_decoder::Huffman_Decode_fast ( const HuffmanTyp* Table )
90 while (code < Table->Code) Table++;
93 if ((pos += Table->Length)>=32)
100 return Table
125 SCFI_Bundle_read( const HuffmanTyp* Table, int* SCFI, int* DSCF ) argument
155 Resort_HuffTables( const unsigned int elements, HuffmanTyp* Table, const int offset ) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_init/
H A Ds-c1.c465 struct row *Table = NULL; local
550 Table = calloc( N, sizeof( struct row ) );
552 if ( Table == NULL )
566 Table[ N ].X = ( long ) cur->nsem;
567 Table[ N ].LnX = log( ( double ) cur->nsem );
571 Table[ N ]._x = Table[ N ].X - Xavg ;
572 Table[ N ]._lnx = Table[ N ].LnX - LnXavg;
573 Table[
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_open/
H A Ds-c1.c473 struct row *Table = NULL; local
558 Table = calloc( N, sizeof( struct row ) );
560 if ( Table == NULL )
574 Table[ N ].X = ( long ) cur->nsem;
575 Table[ N ].LnX = log( ( double ) cur->nsem );
579 Table[ N ]._x = Table[ N ].X - Xavg ;
580 Table[ N ]._lnx = Table[ N ].LnX - LnXavg;
581 Table[
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockReferenceManager.h28 class Table { class in class:BlockReferenceManager
30 Table() : fSize(0), fReferences(NULL) {} function in class:BlockReferenceManager::Table
31 Table(int) : fSize(0), fReferences(NULL) {} function in class:BlockReferenceManager::Table
32 ~Table();
45 List<Table> fTables;
H A DBlockReferenceManager.cpp55 Table *table = &fTables.ItemAt(i);
71 info.AddListAllocation(fTables.GetCapacity(), sizeof(Table));
74 Table &table = fTables.ItemAt(i);
85 Table dummy;
88 Table &table = fTables.ItemAt(index);
107 // Table
110 BlockReferenceManager::Table::~Table()
118 BlockReferenceManager::Table::Init(int32 size)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlockReferenceManager.h27 class Table { class in class:BlockReferenceManager
29 Table() : fSize(0), fReferences(NULL) {} function in class:BlockReferenceManager::Table
30 Table(int) : fSize(0), fReferences(NULL) {} function in class:BlockReferenceManager::Table
31 ~Table();
44 List<Table> fTables;
H A DBlockReferenceManager.cpp57 Table *table = &fTables.ItemAt(i);
73 info.AddListAllocation(fTables.GetCapacity(), sizeof(Table));
76 Table &table = fTables.ItemAt(i);
87 Table dummy;
90 Table &table = fTables.ItemAt(index);
109 // Table
112 BlockReferenceManager::Table::~Table()
120 BlockReferenceManager::Table::Init(int32 size)
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmtbdump.c136 void *Table,
147 * PARAMETERS: Table - ACPI Table or subtable
148 * BufferOffset - Offset of buffer from Table above
163 void *Table,
178 Buffer = ACPI_CAST_PTR (UINT8, Table) + BufferOffset;
205 * PARAMETERS: Table - A RSDP
216 ACPI_TABLE_HEADER *Table)
218 ACPI_TABLE_RSDP *Rsdp = ACPI_CAST_PTR (ACPI_TABLE_RSDP, Table);
225 AcpiDmDumpTable (Length, 0, Table,
162 AcpiDmDumpBuffer( void *Table, UINT32 BufferOffset, UINT32 Length, UINT32 AbsoluteOffset, char *Header) argument
215 AcpiDmDumpRsdp( ACPI_TABLE_HEADER *Table) argument
273 AcpiDmDumpRsdt( ACPI_TABLE_HEADER *Table) argument
313 AcpiDmDumpXsdt( ACPI_TABLE_HEADER *Table) argument
357 AcpiDmDumpFadt( ACPI_TABLE_HEADER *Table) argument
472 AcpiDmDumpAsf( ACPI_TABLE_HEADER *Table) argument
631 AcpiDmDumpCpep( ACPI_TABLE_HEADER *Table) argument
684 AcpiDmDumpCsrt( ACPI_TABLE_HEADER *Table) argument
776 AcpiDmDumpDbg2( ACPI_TABLE_HEADER *Table) argument
887 AcpiDmDumpDmar( ACPI_TABLE_HEADER *Table) argument
1014 AcpiDmDumpEinj( ACPI_TABLE_HEADER *Table) argument
1067 AcpiDmDumpErst( ACPI_TABLE_HEADER *Table) argument
1120 AcpiDmDumpFpdt( ACPI_TABLE_HEADER *Table) argument
1198 AcpiDmDumpHest( ACPI_TABLE_HEADER *Table) argument
1329 AcpiDmDumpIvrs( ACPI_TABLE_HEADER *Table) argument
1501 AcpiDmDumpMadt( ACPI_TABLE_HEADER *Table) argument
1617 AcpiDmDumpMcfg( ACPI_TABLE_HEADER *Table) argument
1675 AcpiDmDumpMpst( ACPI_TABLE_HEADER *Table) argument
1819 AcpiDmDumpMsct( ACPI_TABLE_HEADER *Table) argument
1872 AcpiDmDumpPcct( ACPI_TABLE_HEADER *Table) argument
1925 AcpiDmDumpPmtt( ACPI_TABLE_HEADER *Table) argument
2214 AcpiDmDumpSlic( ACPI_TABLE_HEADER *Table) argument
2289 AcpiDmDumpSlit( ACPI_TABLE_HEADER *Table) argument
2367 AcpiDmDumpSrat( ACPI_TABLE_HEADER *Table) argument
2453 AcpiDmDumpWdat( ACPI_TABLE_HEADER *Table) argument
[all...]
H A Dadisasm.c161 ACPI_TABLE_HEADER *Table);
318 /* Setup the Table Manager (cheat - there is no RSDT) */
357 ACPI_TABLE_HEADER *Table = NULL; local
368 Status = AcpiDbGetTableFromFile (Filename, &Table);
445 Status = AcpiGetTable (ACPI_SIG_DSDT, 0, &Table);
454 Prefix = AdGenerateFilename ("dsdt", Table->OemTableId);
485 if (!AcpiUtIsAmlTable (Table))
488 AcpiOsPrintf (" * ACPI Data Table [%4.4s]\n *\n",
489 Table->Signature);
493 AcpiDmDumpDataTable (Table);
695 AdCreateTableHeader( char *Filename, ACPI_TABLE_HEADER *Table) argument
793 AdDisplayTables( char *Filename, ACPI_TABLE_HEADER *Table) argument
1162 AdParseTable( ACPI_TABLE_HEADER *Table, ACPI_OWNER_ID *OwnerId, BOOLEAN LoadTable, BOOLEAN External) argument
[all...]
H A Ddmtable.c168 "Get Trigger Table",
338 * ACPI Table Data, indexed by signature.
340 * Each entry contains: Signature, Table Info, Handler, DtHandler,
352 {ACPI_SIG_BERT, AcpiDmTableInfoBert, NULL, NULL, TemplateBert, "Boot Error Record Table"},
353 {ACPI_SIG_BGRT, AcpiDmTableInfoBgrt, NULL, NULL, TemplateBgrt, "Boot Graphics Resource Table"},
354 {ACPI_SIG_BOOT, AcpiDmTableInfoBoot, NULL, NULL, TemplateBoot, "Simple Boot Flag Table"},
356 {ACPI_SIG_CSRT, NULL, AcpiDmDumpCsrt, NULL, NULL, "Core System Resource Table"},
360 {ACPI_SIG_ECDT, AcpiDmTableInfoEcdt, NULL, NULL, TemplateEcdt, "Embedded Controller Boot Resources Table"},
362 {ACPI_SIG_ERST, NULL, AcpiDmDumpErst, DtCompileErst, TemplateErst, "Error Record Serialization Table"},
363 {ACPI_SIG_FADT, NULL, AcpiDmDumpFadt, DtCompileFadt, TemplateFadt, "Fixed ACPI Description Table (FAD
410 AcpiDmGenerateChecksum( void *Table, UINT32 Length, UINT8 OriginalChecksum) argument
478 AcpiDmDumpDataTable( ACPI_TABLE_HEADER *Table) argument
704 AcpiDmDumpTable( UINT32 TableLength, UINT32 TableOffset, void *Table, UINT32 SubtableLength, ACPI_DMTABLE_INFO *Info) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/fork/
H A Ds-c1.c476 struct row *Table = NULL; local
544 Table = calloc( N, sizeof( struct row ) );
546 if ( Table == NULL )
560 Table[ N ].X = ( long ) cur->nprocess;
561 Table[ N ].LnX = log( ( double ) cur->nprocess );
565 Table[ N ]._x = Table[ N ].X - Xavg ;
566 Table[ N ]._lnx = Table[ N ].LnX - LnXavg;
567 Table[
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.h10 #include "table/Table.h"
27 virtual void TableRowInvoked(Table* table, int32 rowIndex);
31 Table* fTeamsTable;
H A DThreadsPage.h10 #include "table/Table.h"
27 virtual void TableRowInvoked(Table* table, int32 rowIndex);
31 Table* fThreadsTable;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbutils.c272 * PARAMETERS: Address - Table physical address
273 * Header - Table header
336 * PARAMETERS: Table - ACPI table to verify
348 ACPI_TABLE_HEADER *Table,
356 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Length);
365 Table->Signature, Table->Checksum,
366 (UINT8) (Table->Checksum - Checksum)));
496 * Signature - Table signature, NULL if no need to
515 ACPI_TABLE_HEADER *Table; local
347 AcpiTbVerifyChecksum( ACPI_TABLE_HEADER *Table, UINT32 Length) argument
697 ACPI_TABLE_HEADER *Table; local
[all...]
H A Dtbxfload.c3 * Module Name: tbxfload - Table load/unload external interfaces
286 * PARAMETERS: Table - Pointer to a buffer containing the ACPI
301 ACPI_TABLE_HEADER *Table)
313 if (!Table)
321 TableDesc.Address = ACPI_PTR_TO_PHYSADDR (Table);
322 TableDesc.Pointer = Table;
323 TableDesc.Length = Table->Length;
336 ACPI_INFO ((AE_INFO, "Host-directed Dynamic ACPI Table Load:"));
349 (void) AcpiGbl_TableHandler (ACPI_TABLE_EVENT_LOAD, Table,
300 AcpiLoadTable( ACPI_TABLE_HEADER *Table) argument
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTable.cpp6 #include "table/Table.h"
123 TableSelectionModel::TableSelectionModel(Table* table)
214 TableListener::TableSelectionChanged(Table* table)
220 TableListener::TableRowInvoked(Table* table, int32 rowIndex)
226 TableListener::TableCellMouseDown(Table* table, int32 rowIndex,
233 TableListener::TableCellMouseUp(Table* table, int32 rowIndex, int32 columnIndex,
242 class Table::Column : public AbstractColumn {
265 Table::Column::Column(TableModel* model, TableColumn* tableColumn)
273 Table::Column::~Column()
279 Table
361 Table::Table(const char* name, uint32 flags, border_style borderStyle, function in class:Table
373 Table::Table(TableModel* model, const char* name, uint32 flags, function in class:Table
[all...]
H A DTable.h18 class Table;
62 TableSelectionModel(Table* table);
69 friend class Table;
76 Table* fTable;
96 virtual void TableSelectionChanged(Table* table);
97 virtual void TableRowInvoked(Table* table, int32 rowIndex);
99 virtual void TableCellMouseDown(Table* table, int32 rowIndex,
102 virtual void TableCellMouseUp(Table* table, int32 rowIndex,
108 class Table : public AbstractTable, private TableModelListener { class in inherits:AbstractTable,TableModelListener
110 Table(cons
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A Ds-c1.c428 struct row *Table = NULL; local
500 Table = calloc(N, sizeof( struct row ));
501 if (Table == NULL) { UNRESOLVED(errno, "Unable to alloc space for results parsing"); }
511 Table[N].X = (long) cur->nthreads;
512 Table[N].LnX = log((double) cur->nthreads);
517 Table[N]._x[i] = Table[N].X - Xavg[i] ;
518 Table[N]._lnx[i] = Table[N].LnX - LnXavg[i];
519 Table[
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.h10 #include "table/Table.h"
36 virtual void TableRowInvoked(Table* table, int32 rowIndex);
43 Table* fRegisterTable;
H A DStackTraceView.h10 #include "table/Table.h"
41 virtual void TableSelectionChanged(Table* table);
47 Table* fFramesTable;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdisasm.h132 #define ACPI_RAW_TABLE_DATA_HEADER "Raw Table Data"
200 /* Types used only for the Data Table Compiler */
234 ACPI_TABLE_HEADER *Table);
432 void *Table,
442 ACPI_TABLE_HEADER *Table);
448 void *Table,
471 ACPI_TABLE_HEADER *Table);
475 ACPI_TABLE_HEADER *Table);
479 ACPI_TABLE_HEADER *Table);
483 ACPI_TABLE_HEADER *Table);
[all...]
H A Dactables.h133 ACPI_TABLE_HEADER *Table,
149 * tbinstal - Table removal and deletion
172 ACPI_TABLE_HEADER *Table,
235 ACPI_TABLE_HEADER *Table,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsparse.c154 ACPI_TABLE_HEADER *Table; local
184 Status = AcpiGetTableByIndex (TableIndex, &Table);
192 /* Table must consist of at least a complete header */
194 if (Table->Length < sizeof (ACPI_TABLE_HEADER))
200 AmlStart = (UINT8 *) Table + sizeof (ACPI_TABLE_HEADER);
201 AmlLength = Table->Length - sizeof (ACPI_TABLE_HEADER);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c624 struct row *Table = NULL; local
687 Table = calloc(N, sizeof( struct row ));
688 if (Table == NULL) { UNRESOLVED(errno, "Unable to alloc space for results parsing"); }
698 Table[N].X = (long) cur->nthreads;
699 Table[N]._x = Table[N].X - Xavg ;
700 Table[N].LnX = log((double) cur->nthreads);
701 Table[N]._lnx = Table[N].LnX - LnXavg;
704 Table[
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconfig.c150 * PARAMETERS: Table - Pointer to raw table
248 ACPI_TABLE_HEADER *Table; local
276 /* Table not found, return an Integer=0 and AE_OK */
359 Status = AcpiGetTableByIndex (TableIndex, &Table);
362 ACPI_INFO ((AE_INFO, "Dynamic OEM Table Load:"));
363 AcpiTbPrintTableHeader (0, Table);
370 (void) AcpiGbl_TableHandler (ACPI_TABLE_EVENT_LOAD, Table,
454 ACPI_TABLE_HEADER *Table; local
497 Table = ACPI_ALLOCATE (sizeof (ACPI_TABLE_HEADER));
498 if (!Table)
696 ACPI_TABLE_HEADER *Table; local
[all...]

Completed in 149 milliseconds

123