Searched refs:WINDOW_SIZE (Results 1 – 1 of 1) sorted by relevance
121 static constexpr int WINDOW_SIZE = 5; variable296 buffers.resize(WINDOW_SIZE, std::vector<unsigned char>(sb.st_blksize)); in produce_block_map()337 if ((tail+1) % WINDOW_SIZE == head) { in produce_block_map()360 head = (head + 1) % WINDOW_SIZE; in produce_block_map()379 tail = (tail+1) % WINDOW_SIZE; in produce_block_map()405 head = (head + 1) % WINDOW_SIZE; in produce_block_map()