Searched refs:tm2 (Results 1 – 6 of 6) sorted by relevance
104 struct tm *tm2; in os_gmtime() local107 tm2 = gmtime(&t2); in os_gmtime()108 if (tm2 == NULL) in os_gmtime()110 tm->sec = tm2->tm_sec; in os_gmtime()111 tm->min = tm2->tm_min; in os_gmtime()112 tm->hour = tm2->tm_hour; in os_gmtime()113 tm->day = tm2->tm_mday; in os_gmtime()114 tm->month = tm2->tm_mon + 1; in os_gmtime()115 tm->year = tm2->tm_year + 1900; in os_gmtime()
82 struct tm *tm2; in os_gmtime() local85 tm2 = gmtime(&t2); in os_gmtime()86 if (tm2 == NULL) in os_gmtime()88 tm->sec = tm2->tm_sec; in os_gmtime()89 tm->min = tm2->tm_min; in os_gmtime()90 tm->hour = tm2->tm_hour; in os_gmtime()91 tm->day = tm2->tm_mday; in os_gmtime()92 tm->month = tm2->tm_mon + 1; in os_gmtime()93 tm->year = tm2->tm_year + 1900; in os_gmtime()
167 struct tm *tm2; in os_gmtime() local170 tm2 = gmtime(&t2); in os_gmtime()171 if (tm2 == NULL) in os_gmtime()173 tm->sec = tm2->tm_sec; in os_gmtime()174 tm->min = tm2->tm_min; in os_gmtime()175 tm->hour = tm2->tm_hour; in os_gmtime()176 tm->day = tm2->tm_mday; in os_gmtime()177 tm->month = tm2->tm_mon + 1; in os_gmtime()178 tm->year = tm2->tm_year + 1900; in os_gmtime()
118 TMatrixType tm2 = m2.transpose(); in householder() local119 HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(tm2, hc); in householder()
342 ITestNGMethod tm2= o2.getMethod(); in compare() local343 return annotationValue(tm2) - annotationValue(tm1); in compare()
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...