Searched refs:byU16 (Results 1 – 1 of 1) sorted by relevance
849 byU16 enumerator919 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()[all …]