Searched refs:tp1 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtest.c25 struct timeval tp1,tp2; variable in typeref:struct:timeval
29 gettimeofday(&tp1,NULL);
35 return((tp2.tv_sec - tp1.tv_sec) +
36 (tp2.tv_usec - tp1.tv_usec)*1.0e-6);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c44 static struct timeval tp1,tp2; variable in typeref:struct:timeval
48 GetTimeOfDay(&tp1);
54 return((tp2.tv_sec - tp1.tv_sec) +
55 (tp2.tv_usec - tp1.tv_usec)*1.0e-6);

Completed in 44 milliseconds