Searched refs:current_jccs (Results 1 – 1 of 1) sorted by relevance
37 static jcc_hash current_jccs; variable60 dst->size = current_jccs.size; in CLG_()61 dst->entries = current_jccs.entries; in CLG_()62 dst->table = current_jccs.table; in CLG_()63 dst->spontaneous = current_jccs.spontaneous; in CLG_()70 current_jccs.size = h->size; in CLG_()71 current_jccs.entries = h->entries; in CLG_()72 current_jccs.table = h->table; in CLG_()73 current_jccs.spontaneous = h->spontaneous; in CLG_()90 new_size = 2* current_jccs.size +3; in resize_jcc_table()[all …]