Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c229 numEntries = get2LE(ptr + ENDSUB); in parseZipArchive()
265 fileNameLen = get2LE(ptr + CENNAM); in parseZipArchive()
266 extraLen = get2LE(ptr + CENEXT); in parseZipArchive()
267 commentLen = get2LE(ptr + CENCOM); in parseZipArchive()
339 pEntry->compression = get2LE(ptr + CENHOW); in parseZipArchive()
345 pEntry->versionMadeBy = get2LE(ptr + CENVEM); in parseZipArchive()
372 + get2LE(localHdr + LOCNAM) + get2LE(localHdr + LOCEXT); in parseZipArchive()
H A DBits.h72 INLINE unsigned short get2LE(unsigned char const* pSrc) in get2LE() function
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c229 numEntries = get2LE(ptr + ENDSUB); in parseZipArchive()
265 fileNameLen = get2LE(ptr + CENNAM); in parseZipArchive()
266 extraLen = get2LE(ptr + CENEXT); in parseZipArchive()
267 commentLen = get2LE(ptr + CENCOM); in parseZipArchive()
339 pEntry->compression = get2LE(ptr + CENHOW); in parseZipArchive()
345 pEntry->versionMadeBy = get2LE(ptr + CENVEM); in parseZipArchive()
371 + get2LE(localHdr + LOCNAM) + get2LE(localHdr + LOCEXT); in parseZipArchive()
H A DBits.h72 INLINE unsigned short get2LE(unsigned char const* pSrc) in get2LE() function