Lines Matching refs:byU32
459 typedef enum { clearedTable = 0, byPtr, byU32, byU16 } tableType_t; enumerator
547 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = idx; return; } in LZ4_putIndexOnHash()
560 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = (U32)(p-srcBase); return; } in LZ4_putPositionOnHash()
580 if (tableType == byU32) { in LZ4_getIndexOnHash()
596 …if (tableType == byU32) { const U32* const hashTable = (const U32*) tableBase; return hashTable[h]… in LZ4_getPositionOnHash()
619 || (tableType == byU32 && cctx->currentOffset > 1 GB) in LZ4_prepareTable()
636 if (cctx->currentOffset != 0 && tableType == byU32) { in LZ4_prepareTable()
770 assert(tableType == byU32); in LZ4_compress_generic()
771 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic()
938 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic()
1019 …t tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > MAX_DISTANCE)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1026 …t tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > MAX_DISTANCE)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1056 …onst tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > MAX_DISTANCE)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1070 …onst tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > MAX_DISTANCE)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1113 …, dest, inputSize, NULL, maxOutputSize, limitedOutput, sizeof(void*)==8 ? byU32 : byPtr, noDict, n… in LZ4_compress_fast_force()
1130 …ableType_t const tableType = ((sizeof(void*)==4) && ((uptrval)src > MAX_DISTANCE)) ? byPtr : byU32; in LZ4_compress_destSize_extState()
1177 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()
1193 const tableType_t tableType = byU32; in LZ4_loadDict()
1270 const tableType_t tableType = byU32; in LZ4_compress_fast_continue()
1349 …result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingE… in LZ4_compress_forceExtDict()
1351 …result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingE… in LZ4_compress_forceExtDict()