Searched refs:tp2 (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dmerge.c119 unsigned char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
147 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
205 ICOPY_LIST(f2, tp2, b);
206 ICOPY_ELT(f1, tp2, i);
208 CCOPY_LIST(f2, tp2, b);
209 CCOPY_ELT(f1, tp2, i);
213 ICOPY_LIST(f1, tp2, b);
214 ICOPY_ELT(f2, tp2, i);
216 CCOPY_LIST(f1, tp2, b);
217 CCOPY_ELT(f2, tp2,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdbtest.c25 struct timeval tp1,tp2; variable in typeref:struct:
34 gettimeofday(&tp2,NULL);
35 return((tp2.tv_sec - tp1.tv_sec) +
36 (tp2.tv_usec - tp1.tv_usec)*1.0e-6);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dtorture.c44 static struct timeval tp1,tp2; variable in typeref:struct:
53 gettimeofday(&tp2,NULL);
54 return((tp2.tv_sec - tp1.tv_sec) +
55 (tp2.tv_usec - tp1.tv_usec)*1.0e-6);

Completed in 104 milliseconds