Searched refs:odb_index_t (Results 1 - 6 of 6) 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 */
H A Ddb_insert.c23 odb_index_t new_node;
25 odb_index_t index;
61 odb_index_t index;
H A Ddb_debug.c26 odb_index_t index = data->hash_base[pos];
99 odb_index_t index = data->hash_base[pos];
H A Ddb_manage.c44 static __inline odb_index_t * odb_to_hash_base(odb_data_t * data)
46 return (odb_index_t *)(((char *)data->base_memory) +
59 size = node_nr * (sizeof(odb_index_t) * BUCKET_FACTOR);
232 ((sizeof(odb_index_t) * BUCKET_FACTOR) + sizeof(odb_node_t));
H A Ddb_stat.c22 odb_index_t hash_table_size; /**< hash table entry number */
/external/oprofile/libabi/
H A Dop_abi.c30 { "sizeof_odb_index_t", sizeof(odb_index_t) },

Completed in 1379 milliseconds