Searched refs:tables_size (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/libdb/ |
D | db_manage.c | 55 static unsigned int tables_size(odb_data_t const * data, odb_node_nr_t node_nr) in tables_size() function 74 old_file_size = tables_size(data, data->descr->size); in odb_grow_hashtable() 75 new_file_size = tables_size(data, data->descr->size * 2); in odb_grow_hashtable() 224 file_size = tables_size(data, nr_node); in odb_open() 235 data->base_memory = mmap(0, tables_size(data, nr_node), mmflags, in odb_open() 266 munmap(data->base_memory, tables_size(data, nr_node)); in odb_open() 283 size_t size = tables_size(data, data->descr->size); in odb_close() 318 size = tables_size(data, data->descr->size); in odb_sync()
|
/external/chromium_org/webkit/browser/quota/ |
D | quota_database.h | 159 const TableSchema* tables, size_t tables_size,
|
D | quota_database.cc | 514 const TableSchema* tables, size_t tables_size, in CreateSchema() argument 524 for (size_t i = 0; i < tables_size; ++i) { in CreateSchema()
|