Searched defs:nbReadBytes (Results 1 – 1 of 1) sorted by relevance
/external/lz4/programs/ |
D | lz4io.c | 1225 size_t const nbReadBytes = fread(MNstore, 1, MAGICNUMBER_SIZE, finput); in selectDecoder() local 1243 { size_t const nbReadBytes = fread(MNstore, 1, 4, finput); in selectDecoder() local 1582 { size_t const nbReadBytes = fread(buffer, 1, MAGICNUMBER_SIZE, finput); in LZ4IO_getCompressedFileInfo() local 1670 { size_t const nbReadBytes = fread(buffer, 1, 4, finput); in LZ4IO_getCompressedFileInfo() local
|