Searched refs:bbccs (Results 1 – 3 of 3) sorted by relevance
43 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs) in CLG_()47 CLG_ASSERT(bbccs != 0); in CLG_()49 bbccs->size = N_BBCC_INITIAL_ENTRIES; in CLG_()50 bbccs->entries = 0; in CLG_()51 bbccs->table = (BBCC**) CLG_MALLOC("cl.bbcc.ibh.1", in CLG_()52 bbccs->size * sizeof(BBCC*)); in CLG_()54 for (i = 0; i < bbccs->size; i++) bbccs->table[i] = NULL; in CLG_()248 BBCC** bbccs; in new_recursion() local251 bbccs = (BBCC**) CLG_MALLOC("cl.bbcc.nr.1", sizeof(BBCC*) * size); in new_recursion()253 bbccs[i] = 0; in new_recursion()[all …]
120 CLG_(init_bbcc_hash)( &(t->bbccs) ); in new_thread()148 CLG_(copy_current_bbcc_hash)( &(t->bbccs) ); in CLG_()172 CLG_(set_current_bbcc_hash) ( &(t->bbccs) ); in CLG_()
617 bbcc_hash bbccs; member758 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs);