Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp289 int head = 0, tail = 0; in ProductBlockMap() local
342 if ((tail+1) % WINDOW_SIZE == head) { in ProductBlockMap()
360 if (write_at_offset(buffers[head].data(), sb.st_blksize, wfd, in ProductBlockMap()
365 head = (head + 1) % WINDOW_SIZE; in ProductBlockMap()
387 while (head != tail) { in ProductBlockMap()
405 if (write_at_offset(buffers[head].data(), sb.st_blksize, wfd, in ProductBlockMap()
410 head = (head + 1) % WINDOW_SIZE; in ProductBlockMap()
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java188 Runnable head = new Runnable() { public void run() { mergeBitmaps(locales); } }; in buildSequence() local
191 head = new TextCapture(loc, prev, head); in buildSequence()
194 final Runnable fhead = head; in buildSequence()