Lines Matching refs:byU32
573 typedef enum { clearedTable = 0, byPtr, byU32, byU16 } tableType_t; enumerator
664 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = 0; return; } in LZ4_clearHash()
676 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = idx; return; } in LZ4_putIndexOnHash()
689 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = (U32)(p-srcBase); return; } in LZ4_putPositionOnHash()
709 if (tableType == byU32) { in LZ4_getIndexOnHash()
725 …if (tableType == byU32) { const U32* const hashTable = (const U32*) tableBase; return hashTable[h]… in LZ4_getPositionOnHash()
759 || ((tableType == byU32) && cctx->currentOffset > 1 GB) in LZ4_prepareTable()
776 if (cctx->currentOffset != 0 && tableType == byU32) { in LZ4_prepareTable()
913 assert(tableType == byU32); in LZ4_compress_generic()
914 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic()
1104 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic()
1189 …bleType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1196 …bleType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1226 … tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1240 … tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1283 tableType_t const addrMode = (sizeof(void*) > 4) ? byU32 : byPtr; in LZ4_compress_fast_force()
1303 …eType_t const addrMode = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_destSize_extState()
1376 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()
1392 const tableType_t tableType = byU32; in LZ4_loadDict()
1490 const tableType_t tableType = byU32; in LZ4_compress_fast_continue()
1569 …result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingE… in LZ4_compress_forceExtDict()
1571 …result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingE… in LZ4_compress_forceExtDict()