Lines Matching defs:seqh
1274 uint32_t seqh;
1353 seqh = th - 1;
1367 seqh = th + 1;
1370 if (seqh == 0) {
1403 uint32_t seqh;
1435 seqh = th;
1444 advance_window(replay, ((uint64_t)seqh << 32) | seq);
1446 replay->last = ((uint64_t)seqh << 32) | seq;
1486 seqh = th + 1;
1489 if (seqh == 0) {
1494 advance_window(replay, ((uint64_t)seqh << 32) | seq);
1496 replay->last = ((uint64_t)seqh << 32) | seq;