Lines Matching full:hash
91 inline int hash(uint32_t ce)
96 // to be discussed on the hash algo.
500 shift[hash(cetable[count])] = temp > 1 ? temp : 1;
502 shift[hash(cetable[cesize])] = 1;
504 shift[hash(0)] = 1;
511 backshift[hash(cetable[count])] = count > expansionsize ?
514 backshift[hash(cetable[0])] = 1;
515 backshift[hash(0)] = 1;
738 int32_t shift = pattern->shift[hash(ce)];
2013 int32_t shift = strsrch->pattern.backShift[hash(ce)];