Searched refs:shift_table (Results 1 – 2 of 2) sorted by relevance
362 int* shift_table = good_suffix_shift_table(); in PopulateBoyerMooreTable() local367 shift_table[i] = length; in PopulateBoyerMooreTable()369 shift_table[pattern_length] = 1; in PopulateBoyerMooreTable()384 if (shift_table[suffix] == length) { in PopulateBoyerMooreTable()385 shift_table[suffix] = suffix - i; in PopulateBoyerMooreTable()393 if (shift_table[pattern_length] == length) { in PopulateBoyerMooreTable()394 shift_table[pattern_length] = pattern_length - i; in PopulateBoyerMooreTable()407 if (shift_table[i] == length) { in PopulateBoyerMooreTable()408 shift_table[i] = suffix - start; in PopulateBoyerMooreTable()
11831 * src/lalr.h (state_t.reduction_table, state_t.shift_table):12587 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose