Lines Matching refs:byU32
848 byU32, enumerator
963 case byU32: in LZ4_clearHash()
989 case byU32: in LZ4_putIndexOnHash()
1022 case byU32: in LZ4_putPositionOnHash()
1052 if (tableType == byU32) in LZ4_getIndexOnHash()
1075 if (tableType == byU32) in LZ4_getPositionOnHash()
1107 …& cctx->currentOffset + (unsigned)inputSize >= 0xFFFFU) || ((tableType == byU32) && cctx->currentO… in LZ4_prepareTable()
1124 if (cctx->currentOffset != 0 && tableType == byU32) in LZ4_prepareTable()
1285 assert(tableType == byU32); in LZ4_compress_generic_validated()
1286 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic_validated()
1528 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic_validated()
1685 …Type_t tableType = ((sizeof(void *) == 4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1697 …Type_t tableType = ((sizeof(void *) == 4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1737 …bleType_t tableType = ((sizeof(void *) == 4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1759 …bleType_t tableType = ((sizeof(void *) == 4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1811 …pe_t const addrMode = ((sizeof(void *) == 4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_destSize_extState()
1892 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()
1908 const tableType_t tableType = byU32; in LZ4_loadDict()
2009 const tableType_t tableType = byU32; in LZ4_compress_fast_continue()
2106 …result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingE… in LZ4_compress_forceExtDict()
2110 …result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingE… in LZ4_compress_forceExtDict()