Lines Matching refs:pattern
60 * have to check for zero or pattern...)
150 unsigned pattern = 0;
275 pattern = seed & 0xff;
279 (void)printf("creating file <%s> with %Ld bytes, pattern %d\n",
280 filename, filesize, pattern);
282 (void)printf("creating file <%s> with %ld bytes, pattern %d\n",
283 filename, filesize, pattern);
344 *(buf + i) = (data + pattern) & 0xff;
349 *(buf + i) = (data + pattern) & 0xff;
638 * do an exact check -- accept known pattern OR zeros.
642 != ((procno + pattern) & 0xff)
650 (procno + pattern) & 0xff);
657 *(paddr + i) = (procno + pattern) & 0xff;