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

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Do_time.c344 struct tm tm1, tm2; local
349 OPENSSL_gmtime(&t1, &tm1);
350 OPENSSL_gmtime_adj(&tm1, 0, offset);
351 if ((tm1.tm_year == tm2.tm_year) &&
352 (tm1.tm_mon == tm2.tm_mon) &&
353 (tm1.tm_mday == tm2.tm_mday) &&
354 (tm1.tm_hour == tm2.tm_hour) &&
355 (tm1.tm_min == tm2.tm_min) &&
356 (tm1.tm_sec == tm2.tm_sec))
363 tm1
[all...]
/barrelfish-master/lib/lua/src/
H A Dlvm.c188 const TValue *tm1 = fasttm(L, mt1, event); local
190 if (tm1 == NULL) return NULL; /* no metamethod */
191 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */
194 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */
195 return tm1;

Completed in 34 milliseconds