Searched refs:byPtr (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 445 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator 473 case byPtr: { const BYTE** hashTable = (const BYTE**)tableBase; hashTable[h] = p; return; } in LZ4_putPositionOnHash() 487 …if (tableType == byPtr) { const BYTE** hashTable = (const BYTE**) tableBase; return hashTable[h]; } in LZ4_getPositionOnHash() 722 …void*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIss… in LZ4_compress() 742 …ce, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIss… in LZ4_compress_limitedOutput() 1340 …ric(state, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIss… in LZ4_compress_withState() 1351 …ce, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIss… in LZ4_compress_limitedOutput_withState()
|