Lines Matching refs:int64_t
112 int64_t offsetNs = in chppDispatchTimesyncServiceResponse()
113 (int64_t)(response->timeNs - in chppDispatchTimesyncServiceResponse()
115 int64_t offsetChangeNs = in chppDispatchTimesyncServiceResponse()
118 int64_t clippedOffsetChangeNs = offsetChangeNs; in chppDispatchTimesyncServiceResponse()
121 (int64_t)CHPP_CLIENT_TIMESYNC_MAX_CHANGE_NS); in chppDispatchTimesyncServiceResponse()
123 -(int64_t)CHPP_CLIENT_TIMESYNC_MAX_CHANGE_NS); in chppDispatchTimesyncServiceResponse()
131 offsetChangeNs / (int64_t)CHPP_NSEC_PER_MSEC, in chppDispatchTimesyncServiceResponse()
132 clippedOffsetChangeNs / (int64_t)CHPP_NSEC_PER_MSEC, in chppDispatchTimesyncServiceResponse()
146 clippedOffsetChangeNs / (int64_t)CHPP_NSEC_PER_MSEC, in chppDispatchTimesyncServiceResponse()
147 offsetNs / (int64_t)CHPP_NSEC_PER_MSEC, in chppDispatchTimesyncServiceResponse()
187 int64_t chppTimesyncGetOffset(struct ChppAppState *context, in chppTimesyncGetOffset()
202 (int64_t)CHPP_NSEC_PER_MSEC); in chppTimesyncGetOffset()