HomeSort by relevance Sort by last modified time
    Searched full:ns100 (Results 1 - 1 of 1) sorted by null

  /external/dbus/tools/
dbus-monitor.c 69 unsigned long long ns100; /*time since 1 Jan 1601 in 100ns units */ member in union:__anon8805
74 __p->tv_usec = (long) ((now.ns100 / 10LL) % DBUS_USEC_IN_SEC);
75 __p->tv_sec = (long)(((now.ns100 / 10LL) / DBUS_SECONDS_SINCE_1601) - DBUS_SECONDS_SINCE_1601);

Completed in 2026 milliseconds