Searched refs:map_end (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dmap.h71 protected void map_end(EditLine *);
H A Del.c137 map_end(el);
H A Dmap.c943 /* map_end():
947 map_end(EditLine *el) function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c710 const unsigned char *map_end)
720 if (map_end < map_start
721 || map_end - map_start < sizeof(union max_elf_header_size_t)
773 const unsigned char *map_end;
795 map_end = parse_pointer_value(end + 1, limit, &end);
796 if (!map_end || !svn_ctype_isspace(*end))
826 if (!check_elf_header(map_start, map_end))
706 check_elf_header(const unsigned char *map_start, const unsigned char *map_end) argument
770 const unsigned char *map_end; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp91 uptr map_end = map_res + map_size;
98 if (end != map_end)
99 UnmapOrDie((void*)end, map_end - end);
H A Dsanitizer_fuchsia.cpp341 uintptr_t map_end = map_addr + map_size; local
359 if (status == ZX_OK && end != map_end)
360 status = _zx_vmar_unmap(_zx_vmar_root_self(), end, map_end - end);
H A Dsanitizer_allocator_secondary.h103 uptr map_end = map_beg + map_size; local
110 CHECK_LE(res + size, map_end);

Completed in 97 milliseconds