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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c4021 unsigned i, gap_start; local
4029 for (i = 0, gap_start = UINT_MAX; i < nbins; i++) {
4031 if (gap_start == UINT_MAX)
4032 gap_start = i;
4034 if (gap_start != UINT_MAX) {
4035 if (i > gap_start + 1) {
4041 gap_start, i - 1);
4045 gap_start);
4047 gap_start = UINT_MAX;
4074 if (gap_start !
4087 ssize_t gap_start; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjcopy.c1580 bfd_vma gap_start, gap_stop;
1588 gap_start = bfd_section_lma (obfd, osections[i]) + size;
1590 if (gap_start < gap_stop)
1593 size + (gap_stop - gap_start)))
1601 gaps[i] = gap_stop - gap_start;
1602 if (max_gap < gap_stop - gap_start)
1603 max_gap = gap_stop - gap_start;
1578 bfd_vma gap_start, gap_stop; local

Completed in 108 milliseconds