Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c733 const jzcell* cell = &entries[chain]; in readCEN() local
734 if (cell->hash == entries[i].hash) { in readCEN()
735 const char* cenStart = (const char *) cenbuf + cell->cenpos - cenpos; in readCEN()
744 chain = cell->next; in readCEN()