Home
last modified time | relevance | path

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

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dhashlib.c804 uint64_t new_block_entries) in hashlib_add_block() argument
1066 uint64_t new_block_entries; in hashlib_resize_table() local
1073 assert(new_block_entries != 0); in hashlib_resize_table()
1095 assert(new_block_entries > MIN_BLOCK_ENTRIES); in hashlib_resize_table()
1096 return hashlib_add_block(table_ptr, new_block_entries); in hashlib_resize_table()
1100 if ((new_block_entries < MIN_BLOCK_ENTRIES) || in hashlib_resize_table()
1106 TRC_ARG(table_ptr), new_block_entries, in hashlib_resize_table()
1114 if (new_block_entries < MIN_BLOCK_ENTRIES) { in hashlib_resize_table()
1115 new_block_entries = MIN_BLOCK_ENTRIES; in hashlib_resize_table()
1121 assert(new_block_entries >= MIN_BLOCK_ENTRIES); in hashlib_resize_table()
[all …]