Lines Matching refs:byU16

849     byU16  enumerator
919 if (tableType == byU16) in LZ4_hash4()
927 const U32 hashLog = (tableType == byU16) ? LZ4_HASHLOG + 1 : LZ4_HASHLOG; in LZ4_hash5()
942 if ((sizeof(reg_t) == 8) && (tableType != byU16)) in LZ4_hashPosition()
969 case byU16: in LZ4_clearHash()
995 case byU16: in LZ4_putIndexOnHash()
1028 case byU16: in LZ4_putPositionOnHash()
1058 if (tableType == byU16) in LZ4_getIndexOnHash()
1107 …if ((tableType_t)cctx->tableType != tableType || ((tableType == byU16) && cctx->currentOffset + (u… in LZ4_prepareTable()
1196 if ((tableType == byU16) && (inputSize >= LZ4_64Klimit)) in LZ4_compress_generic_validated()
1325 …if (((tableType != byU16) || (LZ4_DISTANCE_MAX < LZ4_DISTANCE_ABSOLUTE_MAX)) && (matchIndex + LZ4_… in LZ4_compress_generic_validated()
1558 …ue == dictSmall) ? (matchIndex >= prefixIdxLimit) : 1) && (((tableType == byU16) && (LZ4_DISTANCE_… in LZ4_compress_generic_validated()
1681 …return LZ4_compress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDi… in LZ4_compress_fast_extState()
1693 …generic(ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIss… in LZ4_compress_fast_extState()
1724 const tableType_t tableType = byU16; in LZ4_compress_fast_extState_fastReset()
1746 const tableType_t tableType = byU16; in LZ4_compress_fast_extState_fastReset()
1807 …l_donotuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, byU16, noDict, noDictIss… in LZ4_compress_destSize_extState()