Home | History | Annotate | Download | only in libiberty

Lines Matching full:total_size

5033   int total_size = size1 + size2;
5047 if (startpos < 0 || startpos > total_size)
5052 Make sure we won't move STARTPOS below 0 or above TOTAL_SIZE. */
5055 else if (endpos > total_size)
5056 range = total_size - startpos;
5170 if (fastmap && startpos < total_size && !bufp->can_be_null)
5208 if (range >= 0 && startpos == total_size && fastmap