Searched refs:tableType_t (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 445 typedef enum { byPtr, byU32, byU16 } tableType_t; typedef 459 static U32 LZ4_hashSequence(U32 sequence, tableType_t tableType) in LZ4_hashSequence() 467 static U32 LZ4_hashPosition(const BYTE* p, tableType_t tableType) { return LZ4_hashSequence(LZ4_rea… in LZ4_hashPosition() 469 static void LZ4_putPositionOnHash(const BYTE* p, U32 h, void* tableBase, tableType_t tableType, con… in LZ4_putPositionOnHash() 479 static void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const BYTE* srcB… in LZ4_putPosition() 485 static const BYTE* LZ4_getPositionOnHash(U32 h, void* tableBase, tableType_t tableType, const BYTE*… in LZ4_getPositionOnHash() 492 static const BYTE* LZ4_getPosition(const BYTE* p, void* tableBase, tableType_t tableType, const BYT… in LZ4_getPosition() 505 tableType_t tableType, in LZ4_compress_generic()
|