MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sbttobt

Function sbttobt

freebsd/sys/time.h:150–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static __inline struct bintime
151sbttobt(sbintime_t _sbt)
152{
153 struct bintime _bt;
154
155 _bt.sec = _sbt >> 32;
156 _bt.frac = _sbt << 32;
157 return (_bt);
158}
159
160/*
161 * Decimal<->sbt conversions. Multiplying or dividing by SBT_1NS results in

Callers 3

init_param1Function · 0.85
cpu_initclocks_bspFunction · 0.85
db_ps.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected