Home
last modified time | relevance | path

Searched refs:byU32 (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.5/kernel/src/libs/
Dlz4.c848 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()
[all …]