Home
last modified time | relevance | path

Searched refs:odb_node_nr_t (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libdb/
Dodb.h28 typedef odb_index_t odb_node_nr_t; typedef
53 odb_node_nr_t size; /**< in node nr (power of two) */
54 odb_node_nr_t current_size; /**< nr used node + 1, node 0 unused */
162 #define ODB_NODE_NR_INVALID ((odb_node_nr_t)-1)
218 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr);
Ddb_debug.c19 odb_node_nr_t pos; in check_circular_list()
71 odb_node_nr_t pos; in check_redundant_key()
91 odb_node_nr_t pos; in odb_check_hash()
92 odb_node_nr_t nr_node = 0; in odb_check_hash()
93 odb_node_nr_t nr_node_out_of_bound = 0; in odb_check_hash()
Ddb_stat.c19 odb_node_nr_t node_nr; /**< allocated node number */
20 odb_node_nr_t used_node_nr; /**< in use node number */
23 odb_node_nr_t max_list_length; /**< worst case */
Ddb_travel.c13 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr) in odb_get_iterator()
Ddb_manage.c55 static unsigned int tables_size(odb_data_t const * data, odb_node_nr_t node_nr) in tables_size()
179 odb_node_nr_t nr_node; in odb_open()
/external/oprofile/libpp/
Dprofile.cpp49 odb_node_nr_t node_nr, pos; in sample_count()
109 odb_node_nr_t node_nr, pos; in add_sample_file()
/external/oprofile/libabi/
Dopimport.cpp138 odb_node_nr_t node_nr; in import_from_abi()
153 for (odb_node_nr_t i = 1 ; i < node_nr ; ++i, src += step) { in import_from_abi()
Dop_abi.c32 { "sizeof_odb_node_nr_t", sizeof(odb_node_nr_t) },