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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dirc-regs.h24 unsigned long tm1 = __reg(0xfeff9808); \
25 tm1 &= ~(0x3 << shift); \
26 tm1 |= (V) << shift; \
27 __reg(0xfeff9808) = tm1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.c405 struct tm tm1, tm2, o1; local
412 OPENSSL_gmtime(&t1, &tm1);
413 o1 = tm1;
414 OPENSSL_gmtime_adj(&tm1, 0, offset);
415 if ((tm1.tm_year != tm2.tm_year) ||
416 (tm1.tm_mon != tm2.tm_mon) ||
417 (tm1.tm_mday != tm2.tm_mday) ||
418 (tm1.tm_hour != tm2.tm_hour) ||
419 (tm1.tm_min != tm2.tm_min) || (tm1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.c405 struct tm tm1, tm2, o1; local
412 OPENSSL_gmtime(&t1, &tm1);
413 o1 = tm1;
414 OPENSSL_gmtime_adj(&tm1, 0, offset);
415 if ((tm1.tm_year != tm2.tm_year) ||
416 (tm1.tm_mon != tm2.tm_mon) ||
417 (tm1.tm_mday != tm2.tm_mday) ||
418 (tm1.tm_hour != tm2.tm_hour) ||
419 (tm1.tm_min != tm2.tm_min) || (tm1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dtime.c161 IO_STATE( R_TIMER_CTRL, tm1, run) |
224 IO_STATE( R_TIMER_CTRL, tm1, stop_ld) |
234 IO_STATE( R_TIMER_CTRL, tm1, run) |
244 IO_STATE(R_TIMER_CTRL, tm1, stop_ld) |
254 IO_STATE(R_TIMER_CTRL, tm1, run) |
H A Dfasttimer.c184 ~IO_MASK(R_TIMER_CTRL, tm1) &
187 IO_STATE(R_TIMER_CTRL, tm1, stop_ld) |
196 (r_timer_ctrl_shadow & ~IO_MASK(R_TIMER_CTRL, tm1)) |
197 IO_STATE(R_TIMER_CTRL, tm1, run);
351 (r_timer_ctrl_shadow & ~IO_MASK(R_TIMER_CTRL, tm1)) |
352 IO_STATE(R_TIMER_CTRL, tm1, stop_ld);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1791 Tm tm1 = GetTm(), local
1794 return tm1.year == tm2.year &&
1795 tm1.mon == tm2.mon &&
1796 tm1.mday == tm2.mday;
1806 Tm tm1 = GetTm(), local
1809 return tm1.hour == tm2.hour &&
1810 tm1.min == tm2.min &&
1811 tm1.sec == tm2.sec &&
1812 tm1.msec == tm2.msec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp1425 struct tm tm1(*tm);
1428 tm1.tm_hour = hour;
1429 tm1.tm_min = minute;
1430 tm1.tm_sec = second;
1433 struct tm tm2(tm1);
1435 if ( tm2.tm_isdst != tm1.tm_isdst )
1436 tm1.tm_isdst = tm2.tm_isdst;
1438 (void)Set(tm1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp544 wxDateTime::Tm tm1 = m_date.GetTm(), local
548 if ( tm1.year != tm2.year )
550 else if ( tm1.mon != tm2.mon )
552 else if ( tm1.mday != tm2.mday )

Completed in 318 milliseconds