Lines Matching defs:scan
773 unsigned scan;
775 : skip(_skip), scan(_scan) {}
5377 // The bitmap is a series of skip/scan instructions, aligned to word
5402 // can't do this if it includes a scan.
5423 auto scan = [&](unsigned numWords) {
5447 // One past the end of the last scan.
5451 // Consider all the scan requests.
5455 // Ignore scan requests that don't start at an even multiple of the
5459 // Ignore scan requests that start before the instance start.
5472 // If the scan starts some number of words after the last one ended,
5481 // If that leaves us with nothing to scan, ignore this request.
5487 scan(endOfScanInWords - beginOfScanInWords);
5518 /// of words to skip and right nibble is count of words to scan. So, each
5519 /// nibble represents up to 15 workds to skip or scan. Skipping the rest is