Lines Matching defs:srcBase
96 const BYTE *srcBase)
110 hashTable[h] = (U32)(p - srcBase);
117 hashTable[h] = (U16)(p - srcBase);
127 const BYTE *srcBase)
131 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase);
138 const BYTE *srcBase)
149 return hashTable[h] + srcBase;
156 return hashTable[h] + srcBase;
164 const BYTE *srcBase)
168 return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase);