Searched refs:num_elements (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dhash.cpp38 int num_elements; member in struct:FSShell::hash_table
87 t->num_elements = 0;
101 ASSERT(table->num_elements == 0);
121 table->num_elements++;
143 table->num_elements--;
177 table->num_elements--;
197 table->num_elements--;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h28 int num_elements; member in struct:hash_table
H A Dfs_cache.c177 ht->num_elements = 0;
320 ht->num_elements++;
321 if (ht->num_elements >= ((ht->max * 3) / 4)) {
379 ht->num_elements--;
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h30 int num_elements; member in struct:hash_table
/haiku/headers/libs/agg/
H A Dagg_array.h355 int allocate_continuous_block(unsigned num_elements);
680 int pod_bvector<T, S>::allocate_continuous_block(unsigned num_elements) argument
682 if(num_elements < block_size)
687 if(num_elements <= rest)
692 m_size += num_elements;
701 m_size += num_elements;

Completed in 60 milliseconds