Searched defs:odb_index_t (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/libdb/
H A Dodb.h26 typedef unsigned int odb_index_t; typedef
28 typedef odb_index_t odb_node_nr_t;
30 typedef odb_index_t odb_hash_mask_t;
45 odb_index_t next; /**< next entry for this bucket */
72 * the hash table: array of odb_index_t indexing the node array
77 odb_index_t * hash_base; /**< base memory of hash table */

Completed in 254 milliseconds