Go to the source code of this file.
◆ tai_approx
| #define tai_approx |
( |
|
t | ) |
((double) ((t)->x)) |
Definition at line 16 of file tai.h.
◆ tai_equal
| #define tai_equal |
( |
|
t, |
|
|
|
u |
|
) |
| ((t)->x == (u)->x) |
Definition at line 21 of file tai.h.
◆ tai_less
| #define tai_less |
( |
|
t, |
|
|
|
u |
|
) |
| ((t)->x < (u)->x) |
Definition at line 20 of file tai.h.
◆ TAI_PACK
Definition at line 23 of file tai.h.
◆ tai_unix
| #define tai_unix |
( |
|
t, |
|
|
|
u |
|
) |
| ((void) ((t)->x = 4611686018427387914ULL + (uint64) (u))) |
Definition at line 12 of file tai.h.
◆ tai_add()
| void tai_add |
( |
struct tai * |
, |
|
|
const struct tai * |
, |
|
|
const struct tai * |
|
|
) |
| |
◆ tai_now()
| void tai_now |
( |
struct tai * |
| ) |
|
◆ tai_pack()
| void tai_pack |
( |
char * |
, |
|
|
const struct tai * |
|
|
) |
| |
◆ tai_sub()
| void tai_sub |
( |
struct tai * |
, |
|
|
const struct tai * |
, |
|
|
const struct tai * |
|
|
) |
| |
◆ tai_uint()
| void tai_uint |
( |
struct tai * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ tai_unpack()
| void tai_unpack |
( |
const char * |
, |
|
|
struct tai * |
|
|
) |
| |