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

  /external/wpa_supplicant_8/src/utils/
edit.c 41 static struct termios prevt, newt; variable in typeref:struct:termios
1129 tcgetattr(STDIN_FILENO, &prevt);
1130 newt = prevt;
1158 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 104 milliseconds