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_()246 BBCC** bbccs; in new_recursion() local249 bbccs = (BBCC**) CLG_MALLOC("cl.bbcc.nr.1", sizeof(BBCC*) * size); in new_recursion()251 bbccs[i] = 0; in new_recursion()[all …]
123 CLG_(init_bbcc_hash)( &(t->bbccs) ); in new_thread()151 CLG_(copy_current_bbcc_hash)( &(t->bbccs) ); in CLG_()175 CLG_(set_current_bbcc_hash) ( &(t->bbccs) ); in CLG_()
584 bbcc_hash bbccs; member721 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs);