HomeSort by relevance Sort by last modified time
    Searched full:curstat (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
b.c 155 f->curstat = 2;
169 f->curstat = cgoto(f, 2, HAT);
177 if (f->curstat != 2)
178 --(*f->posns[f->curstat]);
180 return f->curstat;
531 for (i = 2; i <= f->curstat; i++)
538 f->initstat = f->curstat = 2;
588 for (i = 2; i <= f->curstat; i++)
595 f->initstat = f->curstat = 2;
901 for (i = 1; i <= f->curstat; i++)
    [all...]
awk.h 226 int curstat; member in struct:fa
  /external/opencv/cvaux/src/
cvfacedetection.cpp 198 double CurStat = 0;
217 CurStat = tmp->GetWeight();
218 if (CurStat > Max)
219 Max = CurStat;
225 CurStat = tmp->GetWeight();
227 if (CurStat == Max)

Completed in 89 milliseconds