Home
last modified time | relevance | path

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

/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dhash_map.c31 #define MIN_HASHMAP_BUCKETS (1 << 5) macro
47 init_size = MIN(MAX(init_size, MIN_HASHMAP_BUCKETS), MAX_HASHMAP_BUCKETS); in HashMapNew()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dhash_map.c31 #define MIN_HASHMAP_BUCKETS (1 << 5) macro
47 init_size = MIN(MAX(init_size, MIN_HASHMAP_BUCKETS), MAX_HASHMAP_BUCKETS); in HashMapNew()
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dhash_map.c31 #define MIN_HASHMAP_BUCKETS (1 << 5) macro
47 init_size = MIN(MAX(init_size, MIN_HASHMAP_BUCKETS), MAX_HASHMAP_BUCKETS); in HashMapNew()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dhash_map.c31 #define MIN_HASHMAP_BUCKETS (1 << 5) macro
47 init_size = MIN(MAX(init_size, MIN_HASHMAP_BUCKETS), MAX_HASHMAP_BUCKETS); in HashMapNew()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dhash_map.c31 #define MIN_HASHMAP_BUCKETS (1 << 5) macro
47 init_size = MIN(MAX(init_size, MIN_HASHMAP_BUCKETS), MAX_HASHMAP_BUCKETS); in HashMapNew()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dhash_map.c31 #define MIN_HASHMAP_BUCKETS (1 << 5) macro
47 init_size = MIN(MAX(init_size, MIN_HASHMAP_BUCKETS), MAX_HASHMAP_BUCKETS); in HashMapNew()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/tests/unit/
H A Dmap_test.c13 #define MIN_HASHMAP_BUCKETS 1 << 5 macro
32 free, free, MIN_HASHMAP_BUCKETS >> 1); in test_new_hashmap_bad_size()
33 assert_int_equal(hashmap->size, MIN_HASHMAP_BUCKETS); in test_new_hashmap_bad_size()
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/tests/unit/
H A Dmap_test.c13 #define MIN_HASHMAP_BUCKETS 1 << 5 macro
32 free, free, MIN_HASHMAP_BUCKETS >> 1); in test_new_hashmap_bad_size()
33 assert_int_equal(hashmap->size, MIN_HASHMAP_BUCKETS); in test_new_hashmap_bad_size()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/tests/unit/
H A Dmap_test.c13 #define MIN_HASHMAP_BUCKETS 1 << 5 macro
32 free, free, MIN_HASHMAP_BUCKETS >> 1); in test_new_hashmap_bad_size()
33 assert_int_equal(hashmap->size, MIN_HASHMAP_BUCKETS); in test_new_hashmap_bad_size()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/tests/unit/
H A Dmap_test.c13 #define MIN_HASHMAP_BUCKETS 1 << 5 macro
32 free, free, MIN_HASHMAP_BUCKETS >> 1); in test_new_hashmap_bad_size()
33 assert_int_equal(hashmap->size, MIN_HASHMAP_BUCKETS); in test_new_hashmap_bad_size()
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/tests/unit/
H A Dmap_test.c13 #define MIN_HASHMAP_BUCKETS 1 << 5 macro
32 free, free, MIN_HASHMAP_BUCKETS >> 1); in test_new_hashmap_bad_size()
33 assert_int_equal(hashmap->size, MIN_HASHMAP_BUCKETS); in test_new_hashmap_bad_size()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/tests/unit/
H A Dmap_test.c13 #define MIN_HASHMAP_BUCKETS 1 << 5 macro
32 free, free, MIN_HASHMAP_BUCKETS >> 1); in test_new_hashmap_bad_size()
33 assert_int_equal(hashmap->size, MIN_HASHMAP_BUCKETS); in test_new_hashmap_bad_size()