Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c847 byPtr, enumerator
957 case byPtr: in LZ4_clearHash()
984 case byPtr: in LZ4_putIndexOnHash()
1016 case byPtr: in LZ4_putPositionOnHash()
1070 if (tableType == byPtr) in LZ4_getPositionOnHash()
1107 …) || ((tableType == byU32) && cctx->currentOffset > 1 GB) || tableType == byPtr || inputSize >= 4 … in LZ4_prepareTable()
1200 if (tableType == byPtr) in LZ4_compress_generic_validated()
1237 if (tableType == byPtr) in LZ4_compress_generic_validated()
1504 if (tableType == byPtr) in LZ4_compress_generic_validated()
1685 …Type_t tableType = ((sizeof(void *) == 4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState()
[all …]