Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A 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()
H A Dlz4defs.h237 typedef enum { byPtr, byU32, byU16 } tableType_t; enumerator