OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxshift
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
kwset.c
71
int
maxshift
; /* Max shift of self and descendents. */
member in struct:trie
429
curr->
maxshift
= kwset->mind;
451
if (curr->accepting && fail->
maxshift
> curr->depth - fail->depth)
452
fail->
maxshift
= curr->depth - fail->depth;
457
shift exceeds their inherited
maxshift
. */
460
if (curr->
maxshift
> curr->parent->
maxshift
)
461
curr->
maxshift
= curr->parent->
maxshift
;
462
if (curr->shift > curr->
maxshift
)
[
all
...]
/src/external/gpl2/grep/dist/src/
kwset.c
71
int
maxshift
; /* Max shift of self and descendents. */
member in struct:trie
429
curr->
maxshift
= kwset->mind;
451
if (curr->accepting && fail->
maxshift
> curr->depth - fail->depth)
452
fail->
maxshift
= curr->depth - fail->depth;
457
shift exceeds their inherited
maxshift
. */
460
if (curr->
maxshift
> curr->parent->
maxshift
)
461
curr->
maxshift
= curr->parent->
maxshift
;
462
if (curr->shift > curr->
maxshift
)
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026