Home
last modified time | relevance | path

Searched refs:Tmxnsec_t (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libast/common/features/
H A Dtmx27 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;
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dtmx.h103 typedef uint32_t Tmxnsec_t; typedef
106 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dtmx.h82 typedef uint32_t Tmxnsec_t; typedef
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dtmx.h103 typedef uint32_t Tmxnsec_t; typedef
106 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtmx.h82 typedef uint32_t Tmxnsec_t; typedef
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtmx.h82 typedef uint32_t Tmxnsec_t; typedef
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dtmx.h103 typedef uint32_t Tmxnsec_t; typedef
106 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dtmx.h82 typedef uint32_t Tmxnsec_t; typedef
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dtmx.h103 typedef uint32_t Tmxnsec_t; typedef
106 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtmx82 typedef uint32_t Tmxnsec_t;
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtmx82 typedef uint32_t Tmxnsec_t;
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtmx82 typedef uint32_t Tmxnsec_t;
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtmx82 typedef uint32_t Tmxnsec_t;
85 #define tmxnsec(t) ((Tmxnsec_t)((t)%1000000000))
/titanic_50/usr/src/lib/libast/common/tm/
H A Dtmxfmt.c450 n = sfsprintf(cp, ep - cp, ".%09I*u", sizeof(Tmxnsec_t), tmxnsec(now)); in tmxfmt()