Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c51 ENDSIG = 0x06054b50, // PK56 enumerator
200 if (val == ENDSIG) { in parseZipArchive()
215 if (*ptr == (ENDSIG & 0xff) && get4LE(ptr) == ENDSIG) in parseZipArchive()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c51 ENDSIG = 0x06054b50, // PK56 enumerator
200 if (val == ENDSIG) { in parseZipArchive()
215 if (*ptr == (ENDSIG & 0xff) && get4LE(ptr) == ENDSIG) in parseZipArchive()