HomeSort by relevance Sort by last modified time
    Searched defs:prevt (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/utils/
edit.c 40 static struct termios prevt, newt; variable in typeref:struct:termios
1128 tcgetattr(STDIN_FILENO, &prevt);
1129 newt = prevt;
1156 tcsetattr(STDIN_FILENO, TCSANOW, &prevt);
  /external/opencv/cv/src/
cvcalibinit.cpp 508 float prevt = 0, dx0 = b.x - a.x, dy0 = b.y - a.y; local
516 if( t < prevt || t > 1 )
518 prevt = t;
    [all...]

Completed in 22 milliseconds