Lines Matching refs:seq
90 thwackack(Thwack *tw, ulong seq, ulong mask) in thwackack() argument
102 if(tw->blocks[slot].seq != seq) in thwackack()
111 seq--; in thwackack()
133 then = b->hash[(h ^ b->seq) & HashMask]; in thwmatch()
183 thwack(Thwack *tw, int mustadd, uchar *dst, int ndst, Block *bsrc, ulong seq, ulong stats[ThwStats]) in thwack() argument
204 b->seq = seq; in thwack()
220 cseq = seq; in thwack()
235 bseq = tw->blocks[slot].seq; in thwack()
236 if(cseq == seq){ in thwack()
237 if(seq - bseq >= MaxSeqStart) in thwack()
250 *twdst++ = seq - cseq; in thwack()
311 blocks->hash[(h ^ blocks->seq) & HashMask] = now; in thwack()
378 blocks->hash[(h ^ blocks->seq) & HashMask] = now; in thwack()