Searched defs:te (Results 1 – 3 of 3) sorted by relevance
32 struct tm te; in _cal_easter() local
251 int te; in file_pipe2file() local
1271 static struct timeval ts, te; variable1273 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument1279 static struct tms ts, te; variable1281 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument
Completed in 24 milliseconds