Home
last modified time | relevance | path

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

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dbt.c92 int bt_calloc(void **ptr, size_t num, size_t size) in bt_calloc() function
145 if (bt_calloc((void **)&histogram, num_buckets + 1, sizeof(unsigned int))) in in_place_bucket_sort()
147 if (bt_calloc((void **)&histogram_empty, num_buckets + 1, sizeof(unsigned int))) in in_place_bucket_sort()
149 if (bt_calloc((void **)&prefix_sum, num_buckets + 10, sizeof(unsigned int))) in in_place_bucket_sort()
H A Dbt_hash_type_64.c79 if (bt_calloc((void **)&hash_table_collisions, hash_table_size, sizeof(unsigned char))) in test_tables_64()
170 if (bt_calloc((void **)&collisions, hash_table_size, sizeof(COLLISION_DTYPE))) in remove_duplicates_final()
278 if (bt_calloc((void **)&collisions, hash_table_size, sizeof(COLLISION_DTYPE))) in remove_duplicates_64()
H A Dbt_hash_types.h26 extern int bt_calloc(void **ptr, size_t num, size_t size);
H A Dbt_hash_type_128.c97 if (bt_calloc((void **)&hash_table_collisions, hash_table_size, sizeof(unsigned char))) in test_tables_128()
191 if (bt_calloc((void **)&collisions, hash_table_size, sizeof(COLLISION_DTYPE))) in remove_duplicates_final()
299 if (bt_calloc((void **)&collisions, hash_table_size, sizeof(COLLISION_DTYPE))) in remove_duplicates_128()
H A Dbt_hash_type_192.c104 if (bt_calloc((void **)&hash_table_collisions, hash_table_size, sizeof(unsigned char))) in test_tables_192()
194 if (bt_calloc((void **)&collisions, hash_table_size, sizeof(COLLISION_DTYPE))) in remove_duplicates_final()
302 if (bt_calloc((void **)&collisions, hash_table_size, sizeof(COLLISION_DTYPE))) in remove_duplicates_192()