Searched refs:clock_reg (Results 1 – 1 of 1) sorted by relevance
616 u_longlong_t clock_reg; in uuid_time() local629 clock_reg = uuid.time_low | ((u_longlong_t)high << 32); in uuid_time()631 clock_reg -= (((u_longlong_t)0x01B21DD2) << 32) + 0x13814000; in uuid_time()632 tv.tv_sec = clock_reg / 10000000; in uuid_time()633 tv.tv_usec = (clock_reg % 10000000) / 10; in uuid_time()