Lines Matching refs:scan
741 unsigned scan;
743 : skip(_skip), scan(_scan) {}
4832 // The bitmap is a series of skip/scan instructions, aligned to word
4857 // can't do this if it includes a scan.
4877 // Scan the next N words.
4878 auto scan = [&](unsigned numWords) {
4902 // One past the end of the last scan.
4906 // Consider all the scan requests.
4910 // Ignore scan requests that don't start at an even multiple of the
4914 // Ignore scan requests that start before the instance start.
4927 // If the scan starts some number of words after the last one ended,
4936 scan, ignore this request.
4940 // Scan to the end of the request.
4942 scan(endOfScanInWords - beginOfScanInWords);
4979 /// of words to skip and right nibble is count of words to scan. So, each
4980 /// nibble represents up to 15 workds to skip or scan. Skipping the rest is