Searched refs:currPos (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c641 int currPos = bufPos; local
645 while (currPos < endPos) {
646 int ch = gather_buffer[currPos];
649 if (ch != gather_buffer[currPos + 1]) {
651 currPos++;
658 while ((ch == gather_buffer[currPos])
659 && currPos < endPos) {
661 currPos++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c641 int currPos = bufPos; local
645 while (currPos < endPos) {
646 int ch = gather_buffer[currPos];
649 if (ch != gather_buffer[currPos + 1]) {
651 currPos++;
658 while ((ch == gather_buffer[currPos])
659 && currPos < endPos) {
661 currPos++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexRuby.cxx342 static bool haveTargetMatch(int currPos, argument
347 if (lengthDoc - currPos < targetEndPos - targetStartPos) {
351 for (i = targetStartPos, j = currPos;

Completed in 106 milliseconds