Home | History | Annotate | Download | only in lib

Lines Matching defs:tmp_buf

144     char *tmp_buf;
178 /* Get the various pointers within tmp_buf (properly aligned). */
180 tmp_buf = buf + tbytes;
181 tmp_buf += ALIGN(tmp_buf, long);
182 reach_next = (void *)tmp_buf;
183 tmp_buf += rbytes;
184 tmp_buf += ALIGN(tmp_buf, long);
185 reach = (void *)tmp_buf;
186 tmp_buf += rbytes;
187 tmp_buf += ALIGN(tmp_buf, long);
188 reach_pos = (void *)tmp_buf;
189 tmp_buf += pbytes;
190 tmp_buf += ALIGN(tmp_buf, long);
193 reach[i].tags = (void *)tmp_buf;
194 tmp_buf += xbytes;
195 reach_next[i].tags = (void *)tmp_buf;
196 tmp_buf += xbytes;