Searched refs:tv1 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunKbd.c72 #define tvminus(tv, tv1, tv2) /* tv = tv1 - tv2 */ \
73 if ((tv1).tv_usec < (tv2).tv_usec) { \
74 (tv1).tv_usec += 1000000; \
75 (tv1).tv_sec -= 1; \
77 (tv).tv_usec = (tv1).tv_usec - (tv2).tv_usec; \
78 (tv).tv_sec = (tv1).tv_sec - (tv2).tv_sec;
80 #define tvplus(tv, tv1, tv2) /* tv = tv1 + tv2 */ \
81 (tv).tv_sec = (tv1)
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgltestperf.c268 float tv0[3], tv1[3], tv2[3], tv3[3]; local in function:test05
297 tv1[0] = 1.0;
298 tv1[1] = 0.0;
299 tv1[2] = 0.0;
314 glTexCoord2fv(tv1);
/xsrc/external/bsd/libuuid_ul/dist/
H A Dgen_uuid.c236 unsigned long tv1, tv2; local in function:get_clock
240 &cl, &tv1, &tv2, &a) == 4) {
242 last.tv_sec = tv1;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunKbd.c72 #define tvminus(tv, tv1, tv2) /* tv = tv1 - tv2 */ \
73 if ((tv1).tv_usec < (tv2).tv_usec) { \
74 (tv1).tv_usec += 1000000; \
75 (tv1).tv_sec -= 1; \
77 (tv).tv_usec = (tv1).tv_usec - (tv2).tv_usec; \
78 (tv).tv_sec = (tv1).tv_sec - (tv2).tv_sec;
80 #define tvplus(tv, tv1, tv2) /* tv = tv1 + tv2 */ \
81 (tv).tv_sec = (tv1)
[all...]

Completed in 5 milliseconds