Lines Matching refs:pattern
133 unsigned pattern = 0;
233 pattern = seed & 0xff;
237 (void)printf("creating file <%s> with %Ld bytes, pattern %d\n",
238 filename, filesize, pattern);
240 (void)printf("creating file <%s> with %ld bytes, pattern %d\n",
241 filename, filesize, pattern);
301 *(buf + i) = (data + pattern) & 0xff;
558 != ((procno + pattern) & 0xff)) {
564 (procno + pattern) & 0xff);
571 *(paddr + i) = (procno + pattern) & 0xff;