Lines Matching refs:byPtr
847 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()
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()