Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/lz4/
Dlz4_compress.c99 case byPtr: in LZ4_putPositionOnHash()
140 if (tableType == byPtr) { in LZ4_getPositionOnHash()
470 const tableType_t tableType = byPtr; in LZ4_compress_fast_extState()
730 const tableType_t tableType = byPtr; in LZ4_compress_destSize_extState()
Dlz4defs.h235 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator