Home
last modified time | relevance | path

Searched refs:get_clock (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/uuid/
Dgen_uuid.c310 static int get_clock(uint32_t *clock_high, uint32_t *clock_low, in get_clock() function
594 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num); in uuid__generate_time()
/external/python/cpython2/Modules/
Dflmodule.c845 get_clock(genericobject *g) in get_clock() function
855 {"get_clock", (PyCFunction)get_clock, METH_NOARGS},
/external/python/cpython2/Doc/library/
Dfl.rst252 Add a clock object to the form. --- Method: :meth:`get_clock`.