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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c63 unsigned int accepting; /* Word index of accepted word, or zero. */ member in struct:trie
79 int mind; /* Minimum depth of an accepting node. */
108 kwset->trie->accepting = 0;
179 link->trie->accepting = 0;
265 /* Mark the node we finally reached as accepting, encoding the
267 if (!trie->accepting)
268 trie->accepting = 1 + 2 * kwset->words;
447 /* If the current node is accepting then the shift at the
450 if (curr->accepting && fail->maxshift > curr->depth - fail->depth)
637 if (trie->accepting)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex51 against errors; it is solely a method of accepting input audio,

Completed in 95 milliseconds