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

1234

/haiku/headers/libs/udis86/libudis86/
H A Ddecode.h183 const uint16_t *table; member in struct:ud_lookup_table_list_entry
/haiku/headers/private/kernel/util/
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
H A Dqueue.h27 void **table; member in struct:fixed_queue
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h27 hash_ent **table; member in struct:hash_table
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_watermark.cpp111 WatermarkInfo *table; local
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h85 SymInd table[131]; /* 92 --- 129 entries, 1 eot, 1 scratch */ member in struct:__anon1391
/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/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c2027 get5Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2070 get2Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2091 dumpcaldata(const char *name, const uint8_t *table, in argument
[all...]
/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/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/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/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/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp45 AbstractTable::AbstractColumn::SetTable(AbstractTable* table) argument
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...]
H A DTreeTable.cpp263 TreeTableListener::TreeTableSelectionChanged(TreeTable* table) argument
269 TreeTableListener::TreeTableNodeInvoked(TreeTable* table, argument
276 TreeTableListener::TreeTableNodeExpandedChanged(TreeTable* table, argument
283 TreeTableListener::TreeTableCellMouseDown(TreeTable* table, argument
291 TreeTableListener::TreeTableCellMouseUp(TreeTable* table, argument
575 TreeTableSelectionModel::TreeTableSelectionModel(TreeTable* table) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp348 SignalsConfigView::TableSelectionChanged(Table* table) 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/apps/serialconnect/libvterm/src/
H A Dencoding.c189 struct StaticTableEncoding *table = (struct StaticTableEncoding *)enc; local
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { 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/bin/keymap/
H A DKeymap.cpp1077 _ComputeTables(const char* buffer, struct re_registers& regs, uint32& table) argument
[all...]
/haiku/src/bin/
H A Dscreeninfo.cpp22 ColorSpace table[] = variable
/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...]

Completed in 222 milliseconds

1234