Searched refs:WINDOW_SIZE (Results 1 – 1 of 1) sorted by relevance
125 static constexpr int WINDOW_SIZE = 5; variable286 buffers.resize(WINDOW_SIZE, std::vector<unsigned char>(sb.st_blksize)); in ProductBlockMap()342 if ((tail+1) % WINDOW_SIZE == head) { in ProductBlockMap()365 head = (head + 1) % WINDOW_SIZE; in ProductBlockMap()384 tail = (tail+1) % WINDOW_SIZE; in ProductBlockMap()410 head = (head + 1) % WINDOW_SIZE; in ProductBlockMap()