Home
last modified time | relevance | path

Searched refs:WINDOW_SIZE (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/uncrypt/
Duncrypt.cpp121 static constexpr int WINDOW_SIZE = 5; variable
296 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()