Home
last modified time | relevance | path

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

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