Searched defs:nbByte (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c283 nbByte == 1, 2 ,4 or 8 (byte, short or long, ZPOS64_T)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) argument
291 for (n = 0; n < nbByte; n++)
298 for (n = 0; n < nbByte; n++)
304 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
310 local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte));
311 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) argument
315 for (n = 0; n < nbByte;
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.c283 nbByte == 1, 2 ,4 or 8 (byte, short or long, ZPOS64_T)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) argument
291 for (n = 0; n < nbByte; n++)
298 for (n = 0; n < nbByte; n++)
304 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
310 local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte));
311 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) argument
315 for (n = 0; n < nbByte;
[all...]

Completed in 381 milliseconds