• Home
  • Raw
  • Download

Lines Matching refs:byPtr

640 typedef enum { clearedTable = 0, byPtr, byU32, byU16 } tableType_t;  enumerator
730 case byPtr: { const BYTE** hashTable = (const BYTE**)tableBase; hashTable[h] = NULL; return; } in LZ4_clearHash()
742 case byPtr: { /* illegal! */ assert(0); return; } in LZ4_putIndexOnHash()
755 case byPtr: { const BYTE** hashTable = (const BYTE**)tableBase; hashTable[h] = p; return; } in LZ4_putPositionOnHash()
791 …if (tableType == byPtr) { const BYTE* const* hashTable = (const BYTE* const*) tableBase; return ha… in LZ4_getPositionOnHash()
818 || tableType == byPtr in LZ4_prepareTable()
904 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic_validated()
934 if (tableType == byPtr) { in LZ4_compress_generic_validated()
1149 if (tableType == byPtr) { in LZ4_compress_generic_validated()
1294 …bleType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1301 …bleType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState()
1332 … tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1346 … tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_fast_extState_fastReset()
1393 …eType_t const addrMode = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : byU32; in LZ4_compress_destSize_extState()