Searched refs:current_bbccs (Results 1 – 1 of 1) sorted by relevance
41 bbcc_hash current_bbccs; variable61 dst->size = current_bbccs.size; in CLG_()62 dst->entries = current_bbccs.entries; in CLG_()63 dst->table = current_bbccs.table; in CLG_()68 return ¤t_bbccs; in CLG_()75 current_bbccs.size = h->size; in CLG_()76 current_bbccs.entries = h->entries; in CLG_()77 current_bbccs.table = h->table; in CLG_()117 for (i = 0; i < current_bbccs.size; i++) { in CLG_()118 if ((bbcc=current_bbccs.table[i]) == NULL) continue; in CLG_()[all …]