Lines Matching refs:base
189 const BYTE *base;
215 base = (const BYTE *)source;
219 base = (const BYTE *)source - dictPtr->currentOffset;
223 base = (const BYTE *)source - dictPtr->currentOffset;
240 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base);
267 tableType, base);
282 tableType, base);
398 LZ4_putPosition(ip - 2, dictPtr->hashTable, tableType, base);
402 tableType, base);
414 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base);
531 const BYTE *base = (const BYTE *) src;
564 LZ4_putPosition(ip, ctx->hashTable, tableType, base);
589 tableType, base);
594 base);
671 LZ4_putPosition(ip - 2, ctx->hashTable, tableType, base);
674 match = LZ4_getPosition(ip, ctx->hashTable, tableType, base);
675 LZ4_putPosition(ip, ctx->hashTable, tableType, base);
781 const BYTE *base;
798 base = p - dict->currentOffset;
804 LZ4_putPosition(p, dict->hashTable, byU32, base);