Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 – 25 of 84) sorted by relevance

1234

/external/chromium/base/third_party/nspr/
Dprtime.cc112 st.wSecond = exploded->tm_sec; in PR_ImplodeTime()
138 gregorian_date.second = exploded->tm_sec; in PR_ImplodeTime()
154 exp_tm.tm_sec = exploded->tm_sec; in PR_ImplodeTime()
168 exploded->tm_min == 59 && exploded->tm_sec == 59)) { in PR_ImplodeTime()
258 time->tm_sec += secOffset; in ApplySecOffset()
261 if (time->tm_sec < 0 || time->tm_sec >= 60) { in ApplySecOffset()
262 time->tm_min += time->tm_sec / 60; in ApplySecOffset()
263 time->tm_sec %= 60; in ApplySecOffset()
264 if (time->tm_sec < 0) { in ApplySecOffset()
265 time->tm_sec += 60; in ApplySecOffset()
[all …]
Dprtime.h125 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating member
/external/openssl/crypto/
Do_time.c196 result->tm_sec = time_values.second; in OPENSSL_gmtime()
243 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec; in OPENSSL_gmtime_adj()
286 tm->tm_sec = offset_hms % 60; in OPENSSL_gmtime_adj()
354 (tm1.tm_sec == tm2.tm_sec)) in check_time()
359 tm2.tm_hour, tm2.tm_min, tm2.tm_sec); in check_time()
362 tm1.tm_hour, tm1.tm_min, tm1.tm_sec); in check_time()
/external/stlport/test/unit/
Dtime_facets_test.cpp88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec ); in _time_put_get()
101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec ); in _time_put_get()
171 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec ); in _time_put_get()
184 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec ); in _time_put_get()
/external/bluetooth/glib/glib/
Dgtimer.c280 retval = ((((retval * 24) + tm->tm_hour) * 60) + tm->tm_min) * 60 + tm->tm_sec; in mktime_utc()
357 tm.tm_sec = strtoul (iso_date, (char **)&iso_date, 10); in g_time_val_from_iso8601()
362 tm.tm_sec = val % 100; in g_time_val_from_iso8601()
448 tm->tm_sec, in g_time_val_to_iso8601()
462 tm->tm_sec); in g_time_val_to_iso8601()
/external/chromium/third_party/icu/source/tools/tzcode/
Dlocaltime.c1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
1670 result = atmp->tm_sec - btmp->tm_sec;
1697 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1755 saved_seconds = yourtm.tm_sec;
1756 yourtm.tm_sec = SECSPERMIN - 1;
1758 saved_seconds = yourtm.tm_sec;
1759 yourtm.tm_sec = 0;
1935 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff -
[all …]
Dzdump.c212 (void) fprintf(stderr, " sec=%d", tmp->tm_sec);
738 result += newp->tm_sec - oldp->tm_sec;
851 timeptr->tm_min, timeptr->tm_sec);
951 fprintf(fp, "%02d:%02d:%02d", loc.tm_hour, loc.tm_min, loc.tm_sec); in dumptimeICU()
Dasctime.c114 timeptr->tm_min, timeptr->tm_sec,
/external/icu4c/tools/tzcode/
Dlocaltime.c1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
1670 result = atmp->tm_sec - btmp->tm_sec;
1697 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1755 saved_seconds = yourtm.tm_sec;
1756 yourtm.tm_sec = SECSPERMIN - 1;
1758 saved_seconds = yourtm.tm_sec;
1759 yourtm.tm_sec = 0;
1935 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff -
[all …]
Dzdump.c212 (void) fprintf(stderr, " sec=%d", tmp->tm_sec);
738 result += newp->tm_sec - oldp->tm_sec;
851 timeptr->tm_min, timeptr->tm_sec);
951 fprintf(fp, "%02d:%02d:%02d", loc.tm_hour, loc.tm_min, loc.tm_sec); in dumptimeICU()
Dasctime.c114 timeptr->tm_min, timeptr->tm_sec,
/external/openssl/crypto/asn1/
Da_utctm.c233 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec); in ASN1_UTCTIME_adj()
274 return_cmp(g2(s->data+10), tm->tm_sec); in ASN1_UTCTIME_cmp_time_t()
298 tm.tm_sec=g2(s->data+10);
/external/chromium/base/
Dtime_posix.cc66 timestruct.tm_sec = exploded.second; in FromExploded()
142 exploded->second = timestruct.tm_sec; in Explode()
Dnss_util.cc187 exploded.second = prxtime.tm_sec; in PRTimeToBaseTime()
/external/chromium/third_party/zlib/contrib/minizip/
Dminizip.c94 tmzip->tm_sec = filedate->tm_sec;
335 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
Dzip.h91 uInt tm_sec; /* seconds after the minute - [0,59] */ member
Dminiunz.c69 newdate.tm_sec = tmu_date.tm_sec;
/external/zlib/contrib/minizip/
Dminizip.c117 tmzip->tm_sec = filedate->tm_sec;
393 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
/external/webkit/JavaScriptCore/wtf/
DDateMath.h132 : second(inTm.tm_sec) in GregorianDateTime()
163 ret.tm_sec = second; in tm()
/external/clearsilver/cgi/
Ddate.c59 snprintf (buf, sizeof(buf), "%02d", ttm->tm_sec); in export_date_tm()
187 if((x = lms->tm_sec - sec)) in later_than()
/external/ipsec-tools/src/racoon/
Dbackupsa.c410 tm->tm_sec = str2num(p, len); in str2tmx()
411 if (tm->tm_sec == -1 || tm->tm_sec > 60) in str2tmx()
/external/e2fsprogs/debugfs/
Dutil.c224 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec); in string_to_time()
229 ts.tm_min > 59 || ts.tm_sec > 61) in string_to_time()
/external/skia/src/ports/
DSkTime_Unix.cpp39 dt->fSecond = SkToU8(tstruct->tm_sec); in GetDateTime()
/external/skia/src/animator/
DSkTime.cpp71 t->fSecond = SkToU8(syst.tm_sec); in GetDateTime()
/external/zlib/contrib/untgz/
Duntgz.c199 local->tm_hour, local->tm_min, local->tm_sec); in strtime()
226 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()

1234