Searched defs:table (Results 1 - 25 of 78) sorted by relevance

1234

/haiku/headers/private/kernel/util/
H A Dqueue.h27 void **table; member in struct:fixed_queue
H A DMultiHashTable.h76 ValueIterator(const HashTable *table, size_t index, ValueType *value) argument
134 void _Insert(ValueType **table, size_t tableSize, ValueType *value) argument
/haiku/src/apps/debugger/user_interface/gui/util/
H A DGuiSettingsUtils.cpp48 ArchiveTableSettings(BMessage& settings, AbstractTable* table) argument
59 UnarchiveTableSettings(const BMessage& settings, AbstractTable* table) argument
/haiku/src/bin/
H A Dscreeninfo.cpp22 ColorSpace table[] = variable
H A Dramdisk.cpp390 TextTable table; local
[all...]
/haiku/src/add-ons/kernel/generic/mime_table/
H A Dmodule.c43 status_t get_table(struct ext_mime **table) argument
52 void free_table(struct ext_mime *table) argument
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c29 __collidx_table_lookup (const char *table, uint32_t wc) argument
60 __collseq_table_lookup(const char *table, uint32_t wc) argument
[all...]
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwchar-lookup.h52 wctype_table_lookup (const char *table, uint32_t wc) argument
83 wcwidth_table_lookup(const char *table, uint32_t wc) argument
116 wctrans_table_lookup(const char *table, uint32_t wc) argument
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
H A Dencoding.c189 struct StaticTableEncoding *table = (struct StaticTableEncoding *)enc; local
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_watermark.cpp111 WatermarkInfo *table; local
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp125 MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
H A DThreadsPage.cpp191 MainWindow::ThreadsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
/haiku/src/libs/libtelnet/
H A Dgenget.c79 genget(char *name, char **table, int stlen) argument
/haiku/src/system/boot/platform/efi/
H A Dacpi.cpp209 efi_configuration_table *table = kSystemTable->ConfigurationTable; local
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp71 UserMutexTable table; member in struct:user_mutex_context
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp187 IRQRoutingTable table; local
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h27 hash_ent **table; member in struct:hash_table
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h25 hash_ent **table; member in struct:hash_table
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp45 AbstractTable::AbstractColumn::SetTable(AbstractTable* table) argument
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp61 struct Entry **table = fTable; local
133 Entry **table,*entry,*prev; local
279 Entry **table,*entr local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp218 StackTraceView::TableSelectionChanged(Table* table) argument
/haiku/src/add-ons/kernel/bus_managers/isa/
H A Disa.cpp52 start_scattered_isa_dma(long channel, const isa_dma_entry *table, argument
43 make_isa_dma_table(const void *buffer, long buffer_size, ulong num_bits, isa_dma_entry *table, long num_entries) argument
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp109 route_table_req table; local
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp86 const partition_table* table = (const partition_table*)block; local
89 partition_table table; local
132 PartitionMapParser::_ParsePrimary(const partition_table* table, argument
295 _ReadPartitionTable(off_t offset, partition_table* table) argument
[all...]

Completed in 115 milliseconds

1234