OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSEC_IN_SEC
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/open_posix_testsuite/include/
timespec.h
14
#define
NSEC_IN_SEC
1000000000
36
return
NSEC_IN_SEC
;
38
return abs(nsec_diff +
NSEC_IN_SEC
* sec_diff);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
2-1.c
69
if (timespec_nsec_diff(&t1, &t2) >
NSEC_IN_SEC
/ 2 ||
70
timespec_nsec_diff(&t2, &t3) >
NSEC_IN_SEC
/ 2) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
13-1.c
117
if (timespec_nsec_diff(&ts_fin, &ts_ref) <
NSEC_IN_SEC
) {
/cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java
46
private static final long
NSEC_IN_SEC
= 1000_000_000L;
53
private static final long GPS_TIME_YEAR_2016_IN_NSEC = 1_140_000_000L *
NSEC_IN_SEC
;
157
(clock.getBiasUncertaintyNanos() <
NSEC_IN_SEC
))) {
[
all
...]
Completed in 486 milliseconds