Home | History | Annotate | Download | only in gcc

Lines Matching defs:more

17 for more details.
265 /* More bytes to follow. */
284 /* More bytes to follow. */
309 bool more;
315 more = !(work == 0 || work == -1);
316 if (more)
318 /* More bits to follow. */
327 while (more && left_in_block > 0);
328 if (more)
338 more = !(work == 0 || work == -1);
339 if (more)
349 while (more);