Searched refs:byU32 (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 381 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator 432 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = (U32)(p-srcBase); return; } in LZ4_putPositionOnHash() 446 …if (tableType == byU32) { const U32* const hashTable = (U32*) tableBase; return hashTable[h] + src… in LZ4_getPositionOnHash() 669 …urce, dest, inputSize, 0, notLimited, (sizeof(void*)==8) ? byU32 : byPtr, noDict, n… in LZ4_compress_fast_extState() 674 …urce, dest, inputSize, maxOutputSize, limitedOutput, (sizeof(void*)==8) ? byU32 : byPtr, noDict, n… in LZ4_compress_fast_extState() 713 …source, dest, inputSize, maxOutputSize, limitedOutput, sizeof(void*)==8 ? byU32 : byPtr, noDict, n… in LZ4_compress_fast_force() 887 …(&state->internal_donotuse, src, dst, srcSizePtr, targetDstSize, sizeof(void*)==8 ? byU32 : byPtr); in LZ4_compress_destSize_extState() 960 LZ4_putPosition(p, dict->hashTable, byU32, base); in LZ4_loadDict() 1012 …generic(streamPtr, source, dest, inputSize, maxOutputSize, limitedOutput, byU32, withPrefix64k, di… in LZ4_compress_fast_continue() 1014 …generic(streamPtr, source, dest, inputSize, maxOutputSize, limitedOutput, byU32, withPrefix64k, no… in LZ4_compress_fast_continue() [all …]
|