Lines Matching full:loc
681 int loc = 0;697 loc = j + state_number_as_int (from[k]);698 if (table_size <= loc)699 table_grow (loc);701 if (table[loc] != 0)713 loc = j + from[k];714 table[loc] = to[k];716 conflict_table[loc] = conflict_to[k];717 check[loc] = from[k];723 if (loc > high)724 high = loc;