Searched refs:Tmxnsec_t (Results 1 – 14 of 14) sorted by relevance
27 typedef uint32_t Tmxnsec_t;30 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))43 typedef uint32_t Tmxnsec_t;46 #define tmxnsec(t) (((Tmxnsec_t)(((t)-((uint32_t)(t))+0.0000005)*1000L))*1000000L)58 typedef uint32_t Tmxnsec_t;
103 typedef uint32_t Tmxnsec_t; typedef106 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
82 typedef uint32_t Tmxnsec_t; typedef85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
82 typedef uint32_t Tmxnsec_t;85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
450 n = sfsprintf(cp, ep - cp, ".%09I*u", sizeof(Tmxnsec_t), tmxnsec(now)); in tmxfmt()