Lines Matching full:bounds
54 bounds(0),174 bounds = 0;273 // advance the FIFO queue bounds274 size_t i = bounds & (dumpState->mSamplingN - 1);275 bounds = (bounds & 0xFFFF0000) | ((bounds + 1) & 0xFFFF);277 bounds += 0x10000;278 } else if (!(bounds & (dumpState->mSamplingN - 1))) {324 dumpState->mBounds = bounds;