Searched defs:table (Results 76 - 100 of 202) sorted by relevance

123456789

/haiku-fatelf/src/libs/udis86/
H A Ddecode.c163 enum ud_itab_index table; local
[all...]
/haiku-fatelf/src/libs/zlib/
H A Dinfutil.h37 uInt table; /* table lengths (14 bits) */ member in struct:inflate_blocks_state::__anon5230::__anon5231
/haiku-fatelf/src/system/boot/platform/cfe/arch/ppc/
H A Dmmu.cpp409 page_table_entry_group *table; local
[all...]
/haiku-fatelf/src/system/kernel/util/
H A Dkhash.cpp31 struct hash_element **table; member in struct:hash_table
68 next_element(hash_table *table, void *element) argument
76 hash_grow(struct hash_table *table) argument
160 hash_uninit(struct hash_table *table) argument
172 hash_insert(struct hash_table *table, void *element) argument
189 hash_insert_grow(struct hash_table *table, void *element) argument
211 hash_remove(struct hash_table *table, void *_element) argument
235 hash_remove_current(struct hash_table *table, struct hash_iterator *iterator) argument
278 hash_remove_first(struct hash_table *table, uint32 *_cookie) argument
299 hash_find(struct hash_table *table, void *searchedElement) argument
314 hash_lookup(struct hash_table *table, const void *key) argument
329 hash_open(struct hash_table *table, struct hash_iterator *iterator) argument
344 hash_close(struct hash_table *table, struct hash_iterator *iterator, bool freeIterator) argument
352 hash_rewind(struct hash_table *table, struct hash_iterator *iterator) argument
360 hash_next(struct hash_table *table, struct hash_iterator *iterator) argument
402 hash_count_elements(struct hash_table *table) argument
409 hash_count_used_slots(struct hash_table *table) argument
423 hash_dump_table(struct hash_table* table) argument
[all...]
/haiku-fatelf/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-fatelf/src/tools/docbook/libxml2/
H A Dentities.c149 xmlEntitiesTablePtr table = NULL; local
376 xmlGetEntityFromTable(xmlEntitiesTablePtr table, cons argument
392 xmlEntitiesTablePtr table; local
423 xmlEntitiesTablePtr table; local
448 xmlEntitiesTablePtr table; local
756 xmlFreeEntitiesTable(xmlEntitiesTablePtr table) argument
806 xmlCopyEntitiesTable(xmlEntitiesTablePtr table) argument
960 xmlDumpEntitiesTable(xmlBufferPtr buf, xmlEntitiesTablePtr table) argument
[all...]
H A Dhash.c52 struct _xmlHashEntry *table; member in struct:_xmlHashTable
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, argument
88 xmlHashComputeQKey(xmlHashTablePtr table, argument
146 xmlHashTablePtr table; local
177 xmlHashTablePtr table; local
197 xmlHashGrow(xmlHashTablePtr table, int size) argument
288 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) argument
344 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) argument
361 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
380 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata, xmlHashDeallocator f) argument
400 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
416 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) argument
431 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
447 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name) argument
465 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
486 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
724 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
768 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
814 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) argument
830 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) argument
870 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
891 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
933 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) argument
972 xmlHashSize(xmlHashTablePtr table) argument
990 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, xmlHashDeallocator f) argument
1009 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1029 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dkeys.c393 xsltKeyTablePtr table; local
566 xsltKeyTablePtr table; local
[all...]
/haiku-fatelf/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...]
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp212 interrupt_handler_function** table; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Duiutil.c504 showmenu(uiContext d, menustruct *table) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Dsis900.c77 physical_entry table; local
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMap.h81 partition_descriptor table[4]; member in struct:partition_table
/haiku-fatelf/src/bin/coreutils/lib/
H A Dexclude.c102 Hash_table *table; /* for type == exclude_hash */ member in union:exclude_segment::__anon3252
360 Hash_table *table = seg->v.table; local
H A Dfnmatch_loop.c343 const int32_t *table; local
H A Dmountlist.c377 char const *table = MOUNTED; local
636 char *table = "/etc/mnttab"; local
718 char *table = MNTTAB; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfnmatch_loop.c340 const int32_t *table; local
H A Dhash.c147 hash_get_n_buckets(const Hash_table *table) argument
155 hash_get_n_buckets_used(const Hash_table *table) argument
163 hash_get_n_entries(const Hash_table *table) argument
171 hash_get_max_bucket_length(const Hash_table *table) argument
198 hash_table_ok(const Hash_table *table) argument
227 hash_print_statistics(const Hash_table *table, FILE *stream) argument
247 hash_lookup(const Hash_table *table, const void *entry) argument
276 hash_get_first(const Hash_table *table) argument
295 hash_get_next(const Hash_table *table, const void *entry) argument
323 hash_get_entries(const Hash_table *table, void **buffer, size_t buffer_size) argument
355 hash_do_for_each(const Hash_table *table, Hash_processor processor, void *processor_data) argument
481 check_tuning(Hash_table *table) argument
541 Hash_table *table; local
604 hash_clear(Hash_table *table) argument
647 hash_free(Hash_table *table) argument
704 allocate_entry(Hash_table *table) argument
729 free_entry(Hash_table *table, struct hash_entry *entry) argument
743 hash_find_entry(Hash_table *table, const void *entry, struct hash_entry **bucket_head, bool delete) argument
818 hash_rehash(Hash_table *table, size_t candidate) argument
907 hash_insert(Hash_table *table, const void *entry) argument
982 hash_delete(Hash_table *table, const void *entry) argument
1028 hash_print(const Hash_table *table) argument
[all...]
H A Dmountlist.c381 char *table = MOUNTED; local
640 char *table = "/etc/mnttab"; local
722 char *table = MNTTAB; local
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xstormy16.c298 reloc_howto_type * table; member in struct:xstormy16_reloc_map
H A Dmerge.c59 struct bfd_hash_table table; member in struct:sec_merge_hash
102 sec_merge_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
132 sec_merge_hash_lookup(struct sec_merge_hash *table, const char *string, unsigned int alignment, bfd_boolean create) argument
238 struct sec_merge_hash *table; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dminsyms.c111 add_minsym_to_hash_table(struct minimal_symbol *sym, struct minimal_symbol **table) argument
126 add_minsym_to_demangled_hash_table(struct minimal_symbol *sym, struct minimal_symbol **table) argument
[all...]
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_settings.c237 fluid_hashtable_t* table = settings; local
271 fluid_hashtable_t* table = settings; local
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_dirwrite.c901 TIFFWriteShortTable(TIFF* tif, ttag_t tag, TIFFDirEntry* dir, uint32 n, uint16** table) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
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...]

Completed in 334 milliseconds

123456789