Searched refs:gap_start (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.cc87 if (ptr <= gap_start())
122 from = gap_start();
173 to = gap_start();
352 if (str_end <= buffer->gap_start()) {
356 if (gptr() < buffer->gap_start()) {
357 setg(eback(), gptr(), buffer->gap_start());
360 if (gptr() == buffer->gap_start()) {
398 setp(buffer->gap_start(), buffer->gap_end());
404 if (str_end <= buffer->gap_start()) {
408 else if (pptr() < buffer->gap_start()) {
462 buf_char* gap_start = buffer->gap_start(); local
[all...]
H A Deditbuf.h140 inline buf_char *gap_start() function in struct:edit_buffer
156 inline int gap_size() { return gap_end() - gap_start(); }
157 inline int size1() { return gap_start() - data; }
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c1456 bfd_vma gap_start, gap_stop;
1464 gap_start = bfd_section_lma (obfd, osections[i]) + size;
1466 if (gap_start < gap_stop)
1469 size + (gap_stop - gap_start)))
1477 gaps[i] = gap_stop - gap_start;
1478 if (max_gap < gap_stop - gap_start)
1479 max_gap = gap_stop - gap_start;
1454 bfd_vma gap_start, gap_stop; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c1665 int gap_start = 0;
1676 relocs[gap_start++] = end;
1679 while (gap_start > 0)
1681 struct jcf_relocation *before = relocs[gap_start-1];
1685 gap_start--;
1687 relocs[gap_start++] = reloc;
1661 int gap_start = 0; local
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c2307 bfd_vma gap_start, gap_stop;
2315 gap_start = bfd_section_lma (obfd, osections[i]) + size;
2317 if (gap_start < gap_stop)
2320 size + (gap_stop - gap_start)))
2327 gaps[i] = gap_stop - gap_start;
2328 if (max_gap < gap_stop - gap_start)
2329 max_gap = gap_stop - gap_start;
2305 bfd_vma gap_start, gap_stop; local

Completed in 166 milliseconds