HomeSort by: relevance | last modified time | path
    Searched defs:shift_table (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
str-two-way.h 336 size_t shift_table[1U << CHAR_BIT]; /* See below. */ local
343 /* Populate shift_table. For each possible byte value c,
344 shift_table[c] is the distance from the last occurrence of c to
346 shift_table[NEEDLE[NEEDLE_LEN - 1]] contains the only 0. */
348 shift_table[i] = needle_len;
350 shift_table[CANON_ELEMENT (needle[i])] = needle_len - i - 1;
366 shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])];
418 shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])];
  /src/external/gpl3/gdb.old/dist/gnulib/import/
str-two-way.h 336 size_t shift_table[1U << CHAR_BIT]; /* See below. */ local
343 /* Populate shift_table. For each possible byte value c,
344 shift_table[c] is the distance from the last occurrence of c to
346 shift_table[NEEDLE[NEEDLE_LEN - 1]] contains the only 0. */
348 shift_table[i] = needle_len;
350 shift_table[CANON_ELEMENT (needle[i])] = needle_len - i - 1;
366 shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])];
418 shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])];
  /src/external/bsd/byacc/dist/
lalr.c 39 shifts **shift_table; variable
100 shift_table = NEW2(nstates, shifts *);
102 shift_table[sp->number] = sp;
304 sp = shift_table[stateno];
390 sp = shift_table[stateno];

Completed in 26 milliseconds