Searched refs:curSent (Results 1 – 1 of 1) sorted by relevance
89 int32_t curSent; in IMU_SendMsgsBlocking() local112 curSent = MIN(msgCount, fifoEmptySpace); in IMU_SendMsgsBlocking()114 msgCount -= curSent; in IMU_SendMsgsBlocking()116 while (0 != (curSent--)) in IMU_SendMsgsBlocking()164 int32_t curSent; in IMU_TrySendMsgs() local207 curSent = MIN(msgCount, fifoEmptySpace); in IMU_TrySendMsgs()210 msgCount -= curSent; in IMU_TrySendMsgs()211 ret += curSent; in IMU_TrySendMsgs()212 while (0 != (curSent--)) in IMU_TrySendMsgs()