Home | History | Annotate | Download | only in common

Lines Matching refs:t1

310     time_t t, t1, t2;
317 t1 = mktime(&tmrec); /* seconds of 1/1/1970*/
322 return (UDate)(t2 - t1) * U_MILLIS_PER_SECOND; /* GMT (or UTC) in seconds since 1970*/
640 time_t t, t1, t2;
648 t1 = mktime(&tmrec); /* local time in seconds*/
651 tdiff = t2 - t1;