Searched refs:ebitmap_init_random (Results 1 – 1 of 1) sorted by relevance
12 static int ebitmap_init_random(ebitmap_t *e, unsigned int length, int set_chance) in ebitmap_init_random() function979 CU_ASSERT_EQUAL(ebitmap_init_random(&e1, length, set_chance), 0); in test_ebitmap__random_impl()980 CU_ASSERT_EQUAL(ebitmap_init_random(&e2, length, set_chance), 0); in test_ebitmap__random_impl()