Lines Matching refs:bufferAvailWords
124 int32_t bufferAvailWords) in LRF_applySettings() argument
129 (void)bufferAvailWords; in LRF_applySettings()
150 if (bufferAvailWords < 2) in LRF_applySettings()
175 bufferAvailWords--; /* Decrement available words */ in LRF_applySettings()
200 bufferAvailWords -= regionLength; in LRF_applySettings()
202 if (bufferAvailWords < 0) in LRF_applySettings()
205 segmentLength = -bufferAvailWords; /* Number of words left of segment */ in LRF_applySettings()
208 state->regionLength = -bufferAvailWords; /* Signal number of words to skip */ in LRF_applySettings()
251 bufferAvailWords -= skipSegmentLength + 1; in LRF_applySettings()
254 if (bufferAvailWords < 0) in LRF_applySettings()
256 segmentLength = -bufferAvailWords; /* Signal number of words to skip */ in LRF_applySettings()
259 bufferAvailWords = 0; in LRF_applySettings()
283 bufferAvailWords--; in LRF_applySettings()
297 if (bufferAvailWords == 0) in LRF_applySettings()
323 bufferAvailWords--; in LRF_applySettings()
436 if ((int32_t)numWords > bufferAvailWords) in LRF_applySettings()
438 numWords = bufferAvailWords; in LRF_applySettings()
570 if ((int32_t)regionLength > bufferAvailWords) in LRF_applySettings()
652 bufferAvailWords -= numWords; in LRF_applySettings()
659 bufferAvailWords > 0 && in LRF_applySettings()
697 bufferAvailWords--; in LRF_applySettings()
704 if (bufferAvailWords == 0 && totalLength > 0) in LRF_applySettings()