Searched refs:shift_table (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstr-two-way.h336 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])];
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstr-two-way.h336 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])];
/netbsd-current/external/bsd/byacc/dist/
H A Dgraph.c36 sp = shift_table[i];
H A Dlalr.c39 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];
H A Dmkpar.c86 sp = shift_table[stateno];
182 if ((p = shift_table[0]) != 0)
H A Dverbose.c267 sp = shift_table[stateno];
356 sp = shift_table[stateno];
H A Doutput.c1999 FREE(shift_table);

Completed in 107 milliseconds