Searched refs:table (Results 101 - 125 of 140) sorted by relevance

123456

/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css48 subtitle, synopfragment, synopfragmentref, table, term, tertiaryie, tip,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp24 #include "table/TableColumns.h"
432 BreakpointListView::TableSelectionChanged(Table* table) argument
437 TableSelectionModel* selectionModel = table->SelectionModel();
H A DRegistersView.cpp18 #include "table/TableColumns.h"
301 RegistersView::TableRowInvoked(Table* table, int32 rowIndex) argument
307 RegistersView::TableCellMouseDown(Table* table, int32 rowIndex, argument
H A DImageFunctionsView.cpp23 #include "table/TableColumns.h"
797 ImageFunctionsView::TreeTableSelectionChanged(TreeTable* table) argument
805 if (table->SelectionModel()->GetPathAt(0, path))
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2071 * The driver maintains a table mapping driver-side queue IDs
2086 printf("%s: could not allocate byte count table DMA memory\n",
2147 /* Clear byte count table. */
2712 * Upon stop, the IVAR table gets erased, so msi-x won't
2716 * Configure the IVAR table again after reset.
9526 struct iwx_umac_error_event_table table; local
9537 if (iwx_read_mem(sc, base, &table, sizeof(table)/sizeof(uint32_t))) {
9542 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) {
9545 sc->sc_flags, table
9619 struct iwx_error_event_table table; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c1082 /* 2.4G channel table is directly indexed */
1091 /* 5GHz channel table is sparse and must be searched */
2027 get5Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2037 if (table[i] == 0)
2039 f = 5000 + 5*table[i];
2046 hc->ieee = table[i];
2047 memcpy(hc->targetPowers, &table[i], 4);
2070 get2Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2079 memcpy(hc->targetPowers, &table[i], 4);
2091 dumpcaldata(const char *name, const uint8_t *table, in argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dwb840.c21 // MII chip info table
60 physical_entry table; local
62 get_memory_map((void*)addr, length, &table, 1);
64 return table.address;
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.cpp65 arch_mmu_dump_table(uint64* table, uint8 currentLevel) argument
67 ARMv8TranslationTableDescriptor ttd(table);
151 // instead of using a complete next level table
191 // Next table is allocated, follow it
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp520 while (AbbreviationTable* table = fAbbreviationTables.RemoveHead())
521 delete table;
2568 // the exception table pointer is located immediately before the
3079 AbbreviationTable* table = it.Next();) {
3080 if (offset == table->Offset()) {
3081 _table = table;
3086 // create a new table
3087 AbbreviationTable* table = new(std::nothrow) AbbreviationTable(offset); local
3088 if (table == NULL)
3091 status_t error = table
[all...]
/haiku/src/add-ons/translators/raw/
H A DRAW.h127 void _MakeCanonDecoder(uint32 table);
H A DRAW.cpp404 // its own byte-order!), or it might just be a table.
1359 } table[] = {
1663 for (uint32 i = 0; i < sizeof table / sizeof *table; i++) {
1664 if (!strncasecmp(model, table[i].prefix, strlen(table[i].prefix))) {
1665 if (table[i].black)
1666 fMeta.black = table[i].black;
1668 ((double**)cameraXYZ)[0][j] = table[i].trans[j] / 10000.0;
2164 fprintf(stderr, "decoder table overflo
[all...]
/haiku/src/bin/unzip/
H A Dcrctab.c9 /* crctab.c -- supply the CRC table needed for CRC-32 calculations.
17 Generate a table for a byte-wise 32-bit CRC calculation on the polynomial:
36 The table is simply the CRC of all possible eight bit values. This is all
54 * Make the crc table. This function is needed only if you want to compute
55 * the table dynamically.
61 error: Dynamic allocation of CRC table not safe with reentrant code.
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h141 efi_status (*InstallConfigurationTable) (efi_guid* guid, void* table) EFIAPI;
/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp917 void Disasm::PrintAttributeValue(uint8 id, const AttrValue* table, int size) { argument
920 for (int i = 0; i < size; i ++, table ++) {
921 if (table->value == value) {
923 printf("%s %s\n", table->name, AttributeName(id));
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h85 partition_descriptor table[4]; member in struct:partition_table
167 // offset of the partition table
/haiku/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.cpp193 #warning M68K: use a lookup table ?
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp23 page table containing both kernel and user address mappings.
25 a 1-bit first level (2 entries top level table) that would map kernel
33 table. With the 7/7/6 split the 2nd level would require 32KB of tables,
177 // update page table entry atomically
194 // update page table entry atomically
404 // ToDo: we ignore the attributes of the page table - for compatibility
422 page_directory_entry table; local
424 init_page_directory_entry(&table);
425 table.addr = TA_TO_PDEA(pgtable_phys);
427 // ToDo: we ignore the attributes of the page table
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c2140 * Upon stop, the IVAR table gets erased, so msi-x won't
2144 * Configure the IVAR table again after reset.
5513 * the firmware's LQ rate table.
6642 /* Use firmware rateset retry table. */
6754 * client mode; the firmware's station table contains only one entry
9266 * the firwmare's LQ rate table.
9289 * Fill the LQ rate selection table with VHT rates in descending
9374 * Fill the LQ rate selection table with legacy and/or HT rates
10774 struct iwm_umac_error_event_table table; local
10785 if (iwm_read_mem(sc, base, &table, sizeo
10867 struct iwm_error_event_table table; local
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h747 const int32_t *table, *indirect;
754 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB);
746 const int32_t *table, *indirect; local
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp15 #include "table/TableColumns.h"
348 SignalsConfigView::TableSelectionChanged(Table* table) argument
/haiku/src/bin/
H A Dsysinfo.cpp432 print_features(const char** table, uint32 features) argument
437 if ((features & (1UL << i)) && table[i] != NULL) {
438 printf("%s%s", found == 0 ? "\t\t" : " ", table[i]);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h274 uint64 table = B_LENDIAN_TO_HOST_INT32(inode_table); local
276 table |= ((uint64)B_LENDIAN_TO_HOST_INT32(inode_table_high) << 32);
277 return table;
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp607 efi_configuration_table *table = kSystemTable->ConfigurationTable; local
614 if (!table[i].VendorGuid.equals(DEVICE_TREE_GUID))
617 void* dtbPtr = (void*)(table[i].VendorTable);
621 ERROR("Invalid FDT from UEFI table %d: %s\n", i, fdt_strerror(res));
628 INFO("Valid FDT from UEFI table %d, size: %" B_PRIu32 "\n", i, sDtbSize);
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp345 /** EDD 2.0 drive table information */
354 device_table *table = (device_table *)LINEAR_ADDRESS(parameters.device_table.segment,
358 disk.bus.legacy.base_address = table->base_address;
361 disk.device.ata.master = !table->is_slave;
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp295 /** EDD 2.0 drive table information */
304 device_table *table = (device_table *)LINEAR_ADDRESS(parameters.device_table.segment,
308 disk.bus.legacy.base_address = table->base_address;
311 disk.device.ata.master = !table->is_slave;

Completed in 285 milliseconds

123456