Searched refs:byU32 (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 445 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator 474 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = (U32)(p-srcBase); return; } in LZ4_putPositionOnHash() 488 if (tableType == byU32) { U32* hashTable = (U32*) tableBase; return hashTable[h] + srcBase; } in LZ4_getPositionOnHash() 722 …eneric((void*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : byPtr, noDict, n… in LZ4_compress() 742 …tx, source, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPtr, noDict, n… in LZ4_compress_limitedOutput() 804 LZ4_putPosition(p, dict, byU32, base); in LZ4_loadDict() 861 …mpress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, withPrefix64k, di… in LZ4_compress_continue_generic() 863 …mpress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, withPrefix64k, no… in LZ4_compress_continue_generic() 873 …mpress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, usingExtDict, dic… in LZ4_compress_continue_generic() 875 …mpress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, usingExtDict, noD… in LZ4_compress_continue_generic() [all …]
|