HomeSort by relevance Sort by last modified time
    Searched refs:NANOSEC (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
6-2.c 30 #define NANOSEC 1000000000
43 ts.tv_nsec = NANOSEC;
  /external/e2fsprogs/misc/
badblocks.c 363 #define NANOSEC (1000000000L)
397 ts.tv_nsec += NANOSEC;
403 if (ts.tv_nsec > NANOSEC) {
404 ts.tv_sec += ts.tv_nsec / NANOSEC;
405 ts.tv_nsec %= NANOSEC;
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 253 NANOSEC = 1000000000
IN.py 386 NANOSEC = 1000000000
STROPTS.py 383 NANOSEC = 1000000000
    [all...]
  /frameworks/base/cmds/incidentd/src/
Section.cpp 742 proto.write(BinaryLogEntry::NANOSEC, msg.entry_v1.nsec);
804 proto.write(TextLogEntry::NANOSEC, (long long)entry.tv_nsec);
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 593 NANOSEC = 1000000000

Completed in 102 milliseconds