Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c178 static unsigned LZ4_64bits(void) { return sizeof(void*)==8; } in LZ4_64bits() function
252 if (LZ4_64bits()) in LZ4_read_ARCH()
274 if (LZ4_64bits()) in LZ4_copy8()
331 if (LZ4_64bits()) in LZ4_NbCommonBytes()
360 if (LZ4_64bits()) in LZ4_NbCommonBytes()
406 …if (LZ4_64bits()) if ((pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn+=4; pMa… in LZ4_count()
722 …4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : byPt… in LZ4_compress()
742 …ric((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPt… in LZ4_compress_limitedOutput()
1340 …return LZ4_compress_generic(state, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : … in LZ4_compress_withState()
1351 …_generic(state, source, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPt… in LZ4_compress_limitedOutput_withState()