Lines Matching refs:seconds
561 printf("system time %u.%03u\n", (unsigned int)sys_t.seconds, in test_time()
565 printf("REE time %u.%03u\n", (unsigned int)t.seconds, in test_time()
571 printf("Stored TA time %u.%03u\n", (unsigned int)t.seconds, in test_time()
576 (unsigned int)t.seconds, (unsigned int)t.millis); in test_time()
599 printf("TA time %u.%03u\n", (unsigned int)t.seconds, in test_time()
606 if (t.seconds > 1 || t.millis >= 1000) { in test_time()
608 (unsigned int)t.seconds, (unsigned int)t.millis); in test_time()
627 printf("TA time %u.%03u\n", (unsigned int)t.seconds, in test_time()
630 if (t.seconds > sys_t.seconds) { in test_time()
632 (unsigned int)t.seconds, (unsigned int)t.millis, in test_time()
633 (unsigned int)sys_t.seconds, (unsigned int)sys_t.millis); in test_time()