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 - 5
of
5
) 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/kernel/syscalls/clock_nanosleep2/
clock_nanosleep2_01.c
31
#define
NSEC_IN_SEC
1000000000
45
ts.tv_nsec +=
NSEC_IN_SEC
/10;
46
if (ts.tv_nsec >=
NSEC_IN_SEC
) {
48
ts.tv_nsec %=
NSEC_IN_SEC
;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
2-1.c
68
if (timespec_nsec_diff(&t1, &t2) >
NSEC_IN_SEC
/ 2 ||
69
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
47
private static final long
NSEC_IN_SEC
= 1000_000_000L;
54
private static final long GPS_TIME_YEAR_2016_IN_NSEC = 1_140_000_000L *
NSEC_IN_SEC
;
153
(clock.getBiasUncertaintyNanos() <
NSEC_IN_SEC
))) {
[
all
...]
Completed in 137 milliseconds