Lines Matching refs:base

1159     const BYTE *base = (const BYTE *)source - startIndex;  in LZ4_compress_generic_validated()  local
1225 LZ4_putPosition(ip, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
1253 match = LZ4_getPositionOnHash(h, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
1255 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
1268 U32 const current = (U32)(forwardIp - base); in LZ4_compress_generic_validated()
1271 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1)); in LZ4_compress_generic_validated()
1293 match = base + matchIndex; in LZ4_compress_generic_validated()
1308 match = base + matchIndex; in LZ4_compress_generic_validated()
1314 match = base + matchIndex; in LZ4_compress_generic_validated()
1501 LZ4_putPosition(ip - 2, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
1507 match = LZ4_getPosition(ip, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
1508 LZ4_putPosition(ip, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
1520 U32 const current = (U32)(ip - base); in LZ4_compress_generic_validated()
1535 match = base + matchIndex; in LZ4_compress_generic_validated()
1548 match = base + matchIndex; in LZ4_compress_generic_validated()
1554 match = base + matchIndex; in LZ4_compress_generic_validated()
1911 const BYTE *base; in LZ4_loadDict() local
1936 base = dictEnd - dict->currentOffset; in LZ4_loadDict()
1943 LZ4_putPosition(p, dict->hashTable, tableType, base); in LZ4_loadDict()