Searched defs:table (Results 26 - 50 of 78) sorted by relevance

1234

/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp211 _width_table_ table; local
236 const _width_table_ &table = fBuffer[index]; local
295 _width_table_ &table = fBuffer[tableIndex]; local
[all...]
/haiku/src/kits/shared/
H A DColorQuantizer.cpp258 BColorQuantizer::_GetPaletteColors(Node* node, RGBA* table, uint32* _index, argument
[all...]
H A DKeymap.cpp521 uint32 table; local
[all...]
/haiku/src/tools/fs_shell/
H A Dhash.cpp35 struct hash_element **table; member in struct:FSShell::hash_table
51 next_element(hash_table *table, void *element) argument
99 hash_uninit(struct hash_table *table) argument
111 hash_insert(struct hash_table *table, void *element) argument
130 hash_remove(struct hash_table *table, void *_element) argument
154 hash_remove_current(struct hash_table *table, struct hash_iterator *iterator) argument
188 hash_remove_first(struct hash_table *table, uint32_t *_cookie) argument
209 hash_find(struct hash_table *table, void *searchedElement) argument
224 hash_lookup(struct hash_table *table, const void *key) argument
239 hash_open(struct hash_table *table, struct hash_iterator *iterator) argument
254 hash_close(struct hash_table *table, struct hash_iterator *iterator, bool freeIterator) argument
262 hash_rewind(struct hash_table *table, struct hash_iterator *iterator) argument
270 hash_next(struct hash_table *table, struct hash_iterator *iterator) argument
[all...]
H A DOpenHashTable.h354 Iterator(const HashTable* table) argument
360 Iterator(const HashTable* table, size_t index, ValueType* value) argument
426 _Insert(ValueType** table, size_t tableSize, ValueType* value) argument
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp566 interrupt_handler_function** table = gInterruptHandlerTable; local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp348 SignalsConfigView::TableSelectionChanged(Table* table) argument
/haiku/src/tests/add-ons/kernel/bus_managers/agp_gart/
H A Dgart_tester.cpp37 get_memory_map(const void* address, ulong numBytes, physical_entry* table, argument
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp132 BOpenHashTable<EntryDefinition> table; local
143 BOpenHashTable<EntryDefinition> table; local
154 BOpenHashTable<EntryDefinition> table; local
166 BOpenHashTable<EntryDefinition> table; local
195 BOpenHashTable<EntryDefinition> table; local
225 BOpenHashTable<EntryDefinition> table; local
236 BOpenHashTable<EntryDefinition> table; local
251 BOpenHashTable<EntryDefinition> table; local
268 BOpenHashTable<EntryDefinition> table; local
291 BOpenHashTable<EntryDefinition, true, true> table; local
319 BOpenHashTable<EntryDefinition, false> table; local
332 BOpenHashTable<EntryDefinition> table; local
346 BOpenHashTable<EntryDefinition> table; local
371 BOpenHashTable<EntryDefinition> table; local
[all...]
/haiku/src/add-ons/kernel/generic/smbios/
H A Dsmbios.cpp113 smbios_get_string(struct smbios_structure_header* table, uint8* tableEnd, argument
159 void* table; local
185 struct smbios_structure_header* table local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dwb840.c60 physical_entry table; local
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm_translation_map.cpp145 phys_addr_t table; local
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp432 BreakpointListView::TableSelectionChanged(Table* table) argument
H A DImageListView.cpp284 ImageListView::TableSelectionChanged(Table* table) argument
H A DRegistersView.cpp301 RegistersView::TableRowInvoked(Table* table, int32 rowIndex) argument
307 RegistersView::TableCellMouseDown(Table* table, int32 rowIndex, argument
H A DThreadListView.cpp350 ThreadListView::TableSelectionChanged(Table* table) argument
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h354 Iterator(const HashTable* table) argument
360 Iterator(const HashTable* table, size_t index, ValueType* value) argument
426 _Insert(ValueType** table, size_t tableSize, ValueType* value) argument
[all...]
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.cpp65 arch_mmu_dump_table(uint64* table, uint8 currentLevel) argument
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp265 TextTable table; local
[all...]
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dlab_convert.cpp25 uint8* table = new uint8[GAMMA_TOTAL_ENTRIES]; local
39 float* table = new float[256]; local
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp415 interrupt_handler_function** table = gInterruptHandlerTable; local
[all...]
/haiku/src/bin/
H A Dsysinfo.cpp432 print_features(const char** table, uint32 features) argument
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h85 partition_descriptor table[4]; member in struct:partition_table
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_phy.c1119 struct rate_power_tbl *table; local
[all...]
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp140 TableSelectionModel::TableSelectionModel(Table* table) argument
231 TableListener::TableSelectionChanged(Table* table) argument
237 TableListener::TableRowInvoked(Table* table, int32 rowIndex) argument
243 TableListener::TableCellMouseDown(Table* table, int32 rowIndex, argument
250 TableListener::TableCellMouseUp(Table* table, int32 rowIndex, int32 columnIndex, argument
[all...]

Completed in 180 milliseconds

1234