OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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 185 milliseconds