Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4io.c961 static unsigned long long LZ4IO_passThrough(FILE* finput, FILE* foutput, unsigned char MNstore[MAGI… in LZ4IO_passThrough()
968 size_t const sizeCheck = fwrite(MNstore, 1, MAGICNUMBER_SIZE, foutput); in LZ4IO_passThrough()
1003 unsigned char MNstore[MAGICNUMBER_SIZE]; in selectDecoder() local
1015 size_t const nbReadBytes = fread(MNstore, 1, MAGICNUMBER_SIZE, finput); in selectDecoder()
1019 magicNumber = LZ4IO_readLE32(MNstore); /* Little Endian format */ in selectDecoder()
1033 { size_t const nbReadBytes = fread(MNstore, 1, 4, finput); in selectDecoder()
1037 { unsigned const size = LZ4IO_readLE32(MNstore); in selectDecoder()
1049 return LZ4IO_passThrough(finput, foutput, MNstore); in selectDecoder()