Searched refs:maxshift (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c70 int maxshift; /* Max shift of self and descendents. */ member in struct:trie
428 curr->maxshift = kwset->mind;
450 if (curr->accepting && fail->maxshift > curr->depth - fail->depth)
451 fail->maxshift = curr->depth - fail->depth;
456 shift exceeds their inherited maxshift. */
459 if (curr->maxshift > curr->parent->maxshift)
460 curr->maxshift = curr->parent->maxshift;
461 if (curr->shift > curr->maxshift)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtimekeeping.c723 int shift = 0, maxshift; local
749 maxshift = (8*sizeof(tick_length) - (ilog2(tick_length)+1)) - 1;
750 shift = min(shift, maxshift);

Completed in 78 milliseconds