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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtems.cpp34 uptr gap_start = MEM_TO_SHADOW(shadow_start); local
38 REAL(memset)((void *)gap_start, kAsanShadowGap, gap_end - gap_start);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1097 uptr gap_start = RoundUpTo((uptr)free_begin + left_padding, alignment); local
1099 uptr gap_size = gap_end > gap_start ? gap_end - gap_start : 0;
1101 return gap_start;
/freebsd-11-stable/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
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c4923 find_gaps_in_merge_source_history(svn_revnum_t *gap_start,
4941 *gap_start = *gap_end = SVN_INVALID_REVNUM;
4990 *gap_start = MIN(source->loc1->rev, source->loc2->rev);
5000 SVN_ERR_ASSERT(*gap_start < *gap_end);
5025 *gap_start = gap_range->start;
5030 SVN_ERR_ASSERT(*gap_start == MIN(source->loc1->rev, source->loc2->rev)
5031 || (*gap_start == SVN_INVALID_REVNUM
5072 svn_revnum_t gap_start, gap_end;
5149 SVN_ERR(find_gaps_in_merge_source_history(&gap_start, &gap_end,
5156 if (SVN_IS_VALID_REVNUM(gap_start)
4917 find_gaps_in_merge_source_history(svn_revnum_t *gap_start, svn_revnum_t *gap_end, const merge_source_t *source, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
5066 svn_revnum_t gap_start, gap_end; local
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_map.c3731 vm_offset_t gap_end, gap_start, grow_start; local
3874 gap_start = gap_entry->start;
3890 rv1 = vm_map_insert(map, NULL, 0, gap_start,

Completed in 341 milliseconds