Searched refs:suseconds_t (Results 1 – 25 of 25) sorted by relevance
82 suseconds_t delta; in main()111 (suseconds_t) (tp2.tv_sec - tp.tv_sec) * 1000 + in main()115 (suseconds_t) (tp.tv_sec - tp2.tv_sec) * 1000 + in main()
42 if (t.tv_usec == static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1 && in FromTimeVal()58 result.tv_usec = static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1; in ToTimeVal()
653 tval.tv_usec = static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1; in TEST_F()658 EXPECT_EQ(static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1, in TEST_F()
76 tv->tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL; in main()
110 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL; in main()
121 tv[1].tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL; in main()
170 p_new->it_value.tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL; in main()
201 tv_in.tv_usec = (suseconds_t) 0xbadc0dedfacefeedLL; in main()
19 typedef long suseconds_t; typedef231 CALL_WRITEPARAM(suseconds_t) // ERROR in TestWriteParamArgument()
158 ipc.cpp:231:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'suseconds_t'.159 CALL_WRITEPARAM(suseconds_t) // ERROR
449 DCHECK(tv.tv_usec < static_cast<suseconds_t>(kMicrosecondsPerSecond)); in FromTimeval()453 if (tv.tv_usec == static_cast<suseconds_t>(kMicrosecondsPerSecond - 1) && in FromTimeval()470 tv.tv_usec = static_cast<suseconds_t>(kMicrosecondsPerSecond - 1); in ToTimeval()
19 typedef __kernel_suseconds_t suseconds_t; typedef
2400 suseconds_t = __darwin_suseconds_t variable
12390 change explicit cast from (long) to (suseconds_t).