| 141 | } |
| 142 | |
| 143 | static __inline sbintime_t |
| 144 | bttosbt(const struct bintime _bt) |
| 145 | { |
| 146 | |
| 147 | return (((sbintime_t)_bt.sec << 32) + (_bt.frac >> 32)); |
| 148 | } |
| 149 | |
| 150 | static __inline struct bintime |
| 151 | sbttobt(sbintime_t _sbt) |
no outgoing calls
no test coverage detected