Searched refs:div_info_t (Results 1 – 4 of 4) sorted by relevance
15 typedef struct div_info_s div_info_t; typedef23 void div_init(div_info_t *div_info, size_t divisor);26 div_compute(div_info_t *div_info, size_t n) { in div_compute()
30 div_init(div_info_t *div_info, size_t d) { in div_init()
43 static div_info_t arena_binind_div_info[NBINS];
7 div_info_t div_info; in TEST_BEGIN()