HomeSort by relevance Sort by last modified time
    Searched full:shift_table (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
string-search.h 347 int* shift_table = good_suffix_shift_table(); local
352 shift_table[i] = length;
354 shift_table[pattern_length] = 1;
369 if (shift_table[suffix] == length) {
370 shift_table[suffix] = suffix - i;
378 if (shift_table[pattern_length] == length) {
379 shift_table[pattern_length] = pattern_length - i;
392 if (shift_table[i] == length) {
393 shift_table[i] = suffix - start;

Completed in 595 milliseconds