Searched refs:byU16 (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 445 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator 461 if (tableType == byU16) in LZ4_hashSequence() 475 case byU16: { U16* hashTable = (U16*) tableBase; hashTable[h] = (U16)(p-srcBase); return; } in LZ4_putPositionOnHash() 547 …if ((tableType == byU16) && (inputSize>=LZ4_64Klimit)) return 0; /* Size too large (not within 6… in LZ4_compress_generic() 591 || ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip)) in LZ4_compress_generic() 720 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, byU16, noDict, n… in LZ4_compress() 740 …eneric((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, byU16, noDict, noDictIss… in LZ4_compress_limitedOutput() 1338 …return LZ4_compress_generic(state, source, dest, inputSize, 0, notLimited, byU16, noDict, noDictIs… in LZ4_compress_withState() 1349 …ess_generic(state, source, dest, inputSize, maxOutputSize, limitedOutput, byU16, noDict, noDictIss… in LZ4_compress_limitedOutput_withState()
|