Searched refs:prevInput (Results 1 – 1 of 1) sorted by relevance
1438 int prevInput = input.fetch_sub(1, std::memory_order_relaxed); in allocate() local1440 if (prevInput > 0 && prevComponent > 0) { in allocate()1445 prevInput - 1, in allocate()1455 prevInput, in allocate()1461 int prevInput = input.fetch_add(1, std::memory_order_relaxed); in free() local1467 prevInput + 1, in free()1474 int prevInput = input.fetch_add(numDiscardedInputBuffers, in freeInputSlots() local1482 prevInput + static_cast<int>(numDiscardedInputBuffers), in freeInputSlots()1484 return prevInput + static_cast<int>(numDiscardedInputBuffers); in freeInputSlots()