Lines Matching refs:pid
39 < pid >< word-offset in file (same #) >< pid >
43 < pid >< offset in file of this word >< pid >
78 * < pid >< offset in file of this word >< pid >
84 int datapidgen(int pid, char *buffer, int bsize, int offset)
109 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
110 LOWER16BITS(pid));
134 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
135 LOWER16BITS(pid));
158 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
159 LOWER16BITS(pid));
181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg)
204 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
205 LOWER16BITS(pid));
233 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
234 LOWER16BITS(pid));
266 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) |
267 LOWER16BITS(pid));