Lines Matching defs:woff
93 int woff; /* file offset for the word */
102 woff = offset - cnt;
104 printf("partial at beginning, cnt = %d, woff = %d\n", cnt,
105 woff);
109 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
129 woff = offset + boff;
131 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) {
134 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
158 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
190 int woff; /* file offset for the word */
202 woff = offset - cnt;
204 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
229 woff = offset + boff;
231 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) {
233 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
241 woff, *chr, buffer[boff]);
242 return woff;
250 woff, word, *wptr);
251 return woff;
266 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |