HomeSort by relevance Sort by last modified time
    Searched refs:odb_index_t (Results 1 - 6 of 6) sorted by null

  /external/oprofile/libdb/
odb.h 26 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 */
db_insert.c 23 odb_index_t new_node;
25 odb_index_t index;
61 odb_index_t index;
db_debug.c 26 odb_index_t index = data->hash_base[pos];
99 odb_index_t index = data->hash_base[pos];
db_manage.c 44 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));
db_stat.c 22 odb_index_t hash_table_size; /**< hash table entry number */
  /external/oprofile/libabi/
op_abi.c 30 { "sizeof_odb_index_t", sizeof(odb_index_t) },

Completed in 109 milliseconds