Searched refs:bufferAvailWords (Results 1 – 2 of 2) sorted by relevance
124 int32_t bufferAvailWords) in LRF_applySettings() argument129 (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()[all …]
250 int32_t bufferAvailWords);