Searched defs:table (Results 101 - 125 of 202) sorted by relevance

123456789

/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp44 unicode_to_cid *table; member in struct:__anon2660
146 unicode_to_cid *table = cid_tables[index].table; local
/haiku-fatelf/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-fatelf/src/apps/debuganalyzer/gui/table/
H A DTable.cpp123 TableSelectionModel::TableSelectionModel(Table* table) argument
214 TableListener::TableSelectionChanged(Table* table) argument
220 TableListener::TableRowInvoked(Table* table, int32 rowIndex) argument
226 TableListener::TableCellMouseDown(Table* table, int32 rowIndex, argument
233 TableListener::TableCellMouseUp(Table* table, int32 rowIndex, int32 columnIndex, argument
[all...]
H A DTreeTable.cpp247 TreeTableListener::TreeTableSelectionChanged(TreeTable* table) argument
253 TreeTableListener::TreeTableNodeInvoked(TreeTable* table, argument
260 TreeTableListener::TreeTableNodeExpandedChanged(TreeTable* table, argument
267 TreeTableListener::TreeTableCellMouseDown(TreeTable* table, argument
275 TreeTableListener::TreeTableCellMouseUp(TreeTable* table, argument
559 TreeTableSelectionModel::TreeTableSelectionModel(TreeTable* table) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dvariables.h40 HASH_TABLE *table; /* variables at this scope */ member in struct:var_context
/haiku-fatelf/src/bin/coreutils/lib/
H A Dhash.c150 hash_get_n_buckets(const Hash_table *table) argument
158 hash_get_n_buckets_used(const Hash_table *table) argument
166 hash_get_n_entries(const Hash_table *table) argument
174 hash_get_max_bucket_length(const Hash_table *table) argument
201 hash_table_ok(const Hash_table *table) argument
230 hash_print_statistics(const Hash_table *table, FILE *stream) argument
250 hash_lookup(const Hash_table *table, const void *entry) argument
281 hash_get_first(const Hash_table *table) argument
300 hash_get_next(const Hash_table *table, const void *entry) argument
328 hash_get_entries(const Hash_table *table, void **buffer, size_t buffer_size) argument
360 hash_do_for_each(const Hash_table *table, Hash_processor processor, void *processor_data) argument
504 check_tuning(Hash_table *table) argument
590 Hash_table *table; local
645 hash_clear(Hash_table *table) argument
688 hash_free(Hash_table *table) argument
743 allocate_entry(Hash_table *table) argument
768 free_entry(Hash_table *table, struct hash_entry *entry) argument
782 hash_find_entry(Hash_table *table, const void *entry, struct hash_entry **bucket_head, bool delete) argument
945 hash_rehash(Hash_table *table, size_t candidate) argument
1030 hash_insert(Hash_table *table, const void *entry) argument
1109 hash_delete(Hash_table *table, const void *entry) argument
1173 hash_print(const Hash_table *table) argument
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-h8300.c130 struct funcvec_hash_table *table; local
179 funcvec_hash_table_init(struct funcvec_hash_table *table, bfd *abfd, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *)) argument
[all...]
H A Dbfd-in.h376 struct bfd_hash_entry **table; member in struct:bfd_hash_table
[all...]
H A Delf32-m68hc1x.c117 stub_hash_newfunc (struct bfd_hash_entry *entry, struct bfd_hash_table *table, argument
617 struct bfd_hash_table *table; local
[all...]
H A Dpef.c158 struct traceback_table table; local
[all...]
H A Dsrec.c1084 asymbol **table = bfd_get_outsymbols (abfd); local
H A Dsunos.c365 bfd_byte *table; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhppa-tdep.h174 struct unwind_table_entry *table; /* Pointer to unwind info */ member in struct:hppa_unwind_info
H A Dmacrotab.c144 struct macro_table *table; member in struct:macro_key
885 free_macro_table(struct macro_table *table) argument
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Daddrtoname.c691 register struct hnamemem *table; local
733 register struct hnamemem *table; local
1081 register struct hnamemem *table; local
[all...]
H A Dprint-radius.c585 static const char **table; local
/haiku-fatelf/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp746 page_table_entry_group *table; local
[all...]
/haiku-fatelf/src/system/kernel/arch/x86/
H A Dioapic.cpp705 IRQRoutingTable table; local
[all...]
H A Dirq_routing_table.cpp85 print_irq_routing_table(const IRQRoutingTable& table) argument
414 find_routing_table_entry(IRQRoutingTable& table, uint8 bus, uint8 device, argument
574 read_irq_routing_table_recursive(acpi_module_info* acpi, pci_module_info* pci, acpi_handle device, uint8 currentBus, IRQRoutingTable& table, IRQRoutingTable& unmatchedTable, bool rootBridge, interrupt_available_check_function checkFunction) argument
732 read_irq_routing_table(acpi_module_info* acpi, IRQRoutingTable& table, interrupt_available_check_function checkFunction) argument
[all...]
/haiku-fatelf/src/system/libroot/os/
H A Dparsedate.cpp1148 set_dateformats(const char** table) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dencodings.cpp839 const uint16 *table; member in struct:table_segment
1066 const uint16 *table = NULL; local
1008 _one_to_utf8( const uint16 *table, const char *src, int32 *srcLen, char *dst, int32 *dstLen) argument
[all...]
/haiku-fatelf/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp917 void Disasm::PrintAttributeValue(uint8 id, const AttrValue* table, int size) { argument
/haiku-fatelf/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-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp2096 partition_table table; local
/haiku-fatelf/src/bin/coreutils/src/
H A Dptx.c666 search_table(WORD *word, WORD_TABLE *table) argument
754 digest_word_file(const char *file_name, WORD_TABLE *table) argument
[all...]

Completed in 309 milliseconds

123456789