Lines Matching refs:idx
160 UInt idx;
173 idx = bbcc_hash_idx(bb, cxt, current_bbccs.size);
174 bbcc = current_bbccs.table[idx];
321 UInt idx;
333 idx = bbcc_hash_idx(bbcc->bb, bbcc->cxt, current_bbccs.size);
334 bbcc->next = current_bbccs.table[idx];
335 current_bbccs.table[idx] = bbcc;
807 UInt level, idx;
831 idx = level -1;
832 if (bbcc->rec_array[idx])
833 bbcc = bbcc->rec_array[idx];
835 bbcc = clone_bbcc(bbcc, CLG_(current_state).cxt, idx);