HomeSort by relevance Sort by last modified time
    Searched refs:tm_hour (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/u-boot/include/
rtc_def.h 26 int tm_hour; member in struct:rtc_time
  /external/tcpdump/
gmt2local.c 52 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
2-1-buildonly.c 20 t.tm_hour = 17;
  /external/u-boot/drivers/rtc/
rs5c372.c 125 dt->tm_hour = HOURS_12(buf[3]);
127 dt->tm_hour += 12;
129 dt->tm_hour = HOURS_24(buf[3]);
147 printf("rs5c372_convert_to_time: hour = %d\n", dt->tm_hour);
200 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour);
218 if (tmp->tm_hour >= 12) { /* PM */
220 if (tmp->tm_hour == 12)
221 buf[3] = bin2bcd(tmp->tm_hour);
223 buf[3] = bin2bcd(tmp->tm_hour - 12)
    [all...]
rv3029.c 55 tmp->tm_hour = bcd2bin(buf[RV3029C2_W_HOURS] & 0x1f);
58 tmp->tm_hour += 12;
60 tmp->tm_hour = bcd2bin(buf[RV3029C2_W_HOURS] & 0x3f);
72 tmp->tm_hour, tmp->tm_min, tmp->tm_sec );
84 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
92 buf[RV3029C2_W_HOURS] = bin2bcd(tmp->tm_hour);
mcfrtc.c 48 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
70 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
90 rtc->hourmin = (tmp->tm_hour << 8) | tmp->tm_min;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
1-1.c 45 time_ptr.tm_hour = HOUR;
55 time_ptr.tm_mday, time_ptr.tm_hour,
  /external/compiler-rt/test/msan/
mktime.cc 15 tm.tm_hour = 13;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
1-1.c 27 tm_ptr.tm_hour = 0;
  /external/linux-kselftest/tools/testing/selftests/rtc/
setdate.c 59 sscanf(time, "%d:%d:%d", &new.tm_hour, &new.tm_min, &new.tm_sec);
63 new.tm_hour, new.tm_min, new.tm_sec);
82 current.tm_hour, current.tm_min, current.tm_sec);
  /external/linux-kselftest/tools/testing/selftests/timers/
rtctest_setdate.c 59 sscanf(time, "%d:%d:%d", &new.tm_hour, &new.tm_min, &new.tm_sec);
63 new.tm_hour, new.tm_min, new.tm_sec);
82 current.tm_hour, current.tm_min, current.tm_sec);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
1-1.c 45 if ((tm_ptr->tm_hour >= 0) && (tm_ptr->tm_hour <= 23)) {
46 printf("hour %02d\n", tm_ptr->tm_hour);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_time.pass.cpp 53 assert(t.tm_hour == 13);
65 assert(t.tm_hour == 13);
77 assert(t.tm_hour == 13);
89 assert(t.tm_hour == 13);
get_time_wide.pass.cpp 53 assert(t.tm_hour == 13);
65 assert(t.tm_hour == 13);
77 assert(t.tm_hour == 13);
89 assert(t.tm_hour == 13);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,

Completed in 536 milliseconds

1 2 3 4 5 6 7 8 91011