Searched refs:maxshift (Results 1 – 1 of 1) sorted by relevance
85 ptrdiff_t maxshift; /* Max shift of self and descendants. */ member479 curr->maxshift = kwset->mind; in kwsprep()496 if (curr->accepting && fail->maxshift > curr->depth - fail->depth) in kwsprep()497 fail->maxshift = curr->depth - fail->depth; in kwsprep()508 if (curr->maxshift > curr->parent->maxshift) in kwsprep()509 curr->maxshift = curr->parent->maxshift; in kwsprep()510 if (curr->shift > curr->maxshift) in kwsprep()511 curr->shift = curr->maxshift; in kwsprep()