/external/ltp/testcases/open_posix_testsuite/stress/threads/ |
helper.c | 168 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
|
/external/skia/src/core/ |
SkTime.cpp | 63 dt->fHour = SkToU8(tstruct.tm_hour);
|
/external/skqp/src/core/ |
SkTime.cpp | 63 dt->fHour = SkToU8(tstruct.tm_hour);
|
/external/toybox/toys/posix/ |
cal.c | 84 tm->tm_hour = 12; // noon to avoid timezone weirdness
|
/external/u-boot/drivers/rtc/ |
ftrtc010.c | 104 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
|
/external/u-boot/net/ |
sntp.c | 89 tm.tm_hour, tm.tm_min, tm.tm_sec);
|
/external/boringssl/src/crypto/asn1/ |
a_utctm.c | 116 tm->tm_hour = n; 230 ts->tm_mon + 1, ts->tm_mday, ts->tm_hour, ts->tm_min, 280 tm.tm_hour = g2(s->data + 6);
|
/external/curl/lib/ |
parsedate.c | 277 int tm_hour; member in struct:my_tm 313 + tm->tm_hour) * 60 + tm->tm_min) * 60 + tm->tm_sec; 532 tm.tm_hour = hournum;
|
/external/linux-kselftest/tools/testing/selftests/rtc/ |
rtctest.c | 49 rtc_tm.tm_hour, rtc_tm.tm_min, rtc_tm.tm_sec); 138 tm.tm_hour, tm.tm_min, tm.tm_sec); 198 alarm.time.tm_year + 1900, alarm.time.tm_hour,
|
/external/webrtc/webrtc/base/ |
timeutils_unittest.cc | 200 tm.tm_hour = rtc::CreateRandomId() % 24; 224 tm.tm_hour = -1; 227 tm.tm_hour = 24;
|
/external/python/cpython2/Modules/ |
timemodule.c | 222 {"tm_hour", "hours, range [0, 23]"}, 259 SET(3, p->tm_hour); 326 "gmtime([seconds]) -> (tm_year, tm_mon, tm_mday, tm_hour, tm_min,\n\ 342 "localtime([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min,\n\ 358 &p->tm_hour, 411 - tm_hour: [0, 23] 434 if (buf->tm_hour < 0 || buf->tm_hour > 23) { 498 - tm_hour: [0, 23] 521 if (buf.tm_hour < 0 || buf.tm_hour > 23) [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
Time.c | 146 tmp->tm_hour = (int) (rem / SECSPERHOUR);
238 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&
269 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR))
271 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
617 timeptr->tm_mday, timeptr->tm_hour,
645 timeptr->tm_mday, timeptr->tm_hour,
|
/external/e2fsprogs/debugfs/ |
util.c | 256 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec); 260 ts.tm_mday <= 0 || ts.tm_mday > 31 || ts.tm_hour > 23 || 279 ret = ts.tm_sec + ts.tm_min*60 + ts.tm_hour*3600 + ts.tm_yday*86400 +
|
/external/zlib/src/contrib/minizip/ |
minizip.c | 132 tmzip->tm_hour = filedate->tm_hour; 406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
|
/bionic/libc/include/ |
time.h | 49 int tm_hour; member in struct:tm
|
/bionic/tests/headers/posix/ |
time_h.c | 50 STRUCT_MEMBER(struct tm, int, tm_hour);
|
/cts/suite/audio_quality/lib/src/ |
FileUtil.cpp | 60 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec) != 0) {
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
time.h | 128 int tm_hour; /* hours since midnight [0-23] */ member in struct:tm
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
TimerWrapper.c | 139 GmTime->tm_hour = (int) (DayRemainder / SECSPERHOUR);
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
efi.h | 94 uint8_t tm_hour; /* 0 - 23 */
member in struct:efi_tm
|
/external/curl/tests/libtest/ |
testtrace.c | 112 now->tm_hour, now->tm_min, now->tm_sec, (long)tv.tv_usec);
|
/external/dng_sdk/source/ |
dng_date_time.cpp | 710 dt.fHour = t.tm_hour; 716 int tzHour = t.tm_hour - zt.tm_hour; 790 dt.fHour = t.tm_hour;
|
/external/icu/icu4c/source/test/compat/ |
tzdate.c | 124 ts.tm_hour = hour;
|
/external/strace/ |
rtc.c | 44 tprintf("{tm_sec=%d, tm_min=%d, tm_hour=%d, " 46 rt->tm_sec, rt->tm_min, rt->tm_hour,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
loslib.c | 211 setfield(L, "hour", stm->tm_hour);
251 ts.tm_hour = getfield(L, "hour", 12);
|