Lines Matching refs:woff
93 int woff; /* file offset for the word */ in datapidgen() local
102 woff = offset - cnt; in datapidgen()
105 woff); in datapidgen()
109 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen()
129 woff = offset + boff; in datapidgen()
131 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) { in datapidgen()
134 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen()
158 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen()
190 int woff; /* file offset for the word */ in datapidchk() local
202 woff = offset - cnt; in datapidchk()
204 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidchk()
229 woff = offset + boff; in datapidchk()
231 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) { in datapidchk()
233 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidchk()
241 woff, *chr, buffer[boff]); in datapidchk()
242 return woff; in datapidchk()
266 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidchk()