Home
last modified time | relevance | path

Searched defs:beg (Results 1 – 25 of 186) sorted by relevance

12345678

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_posix.cpp82 static bool TryProtectRange(uptr beg, uptr end) { in TryProtectRange()
89 static void ProtectRange(uptr beg, uptr end) { in ProtectRange()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_linux.cc39 void ReportMapRange(const char *descr, uptr beg, uptr size) { in ReportMapRange()
46 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { in CheckMemoryRangeAvailability()
57 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange()
H A Dmsan_poisoning.cc48 uptr beg = d & ~3UL; in CopyOrigin() local
153 uptr beg = x & ~3UL; // align down. in SetOrigin() local
/netbsd-src/sys/arch/hpcmips/dev/
H A Dplumvideo.c616 u_int32_t *rgb, int beg, int cnt) in __plumvideo_clut_get()
627 plumvideo_clut_get(struct plumvideo_softc *sc, u_int32_t *rgb, int beg, in plumvideo_clut_get()
639 u_int32_t *rgb, int beg, int cnt) in __plumvideo_clut_set()
650 plumvideo_clut_set(struct plumvideo_softc *sc, u_int32_t *rgb, int beg, in plumvideo_clut_set()
662 u_int32_t *rgb, int beg, int cnt) in __plumvideo_clut_default()
707 __plumvideo_clut_access(struct plumvideo_softc *sc, u_int32_t *rgb, int beg, in __plumvideo_clut_access() argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-fgrep.c47 const char *beg, *lim, *err; in Fcompile() local
75 register const char *beg, *try, *end; in Fexecute() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dvxcache.c31 __clear_cache (char *beg __attribute__((__unused__)), in __clear_cache()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_poisoning.cc114 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local
154 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local
182 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned()
362 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_annotate_contiguous_container() local
410 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_contiguous_container_find_bad_address() local
H A Dasan_report.h25 uptr beg; member
H A Dasan_shadow_setup.cc29 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name) { in ReserveShadowMemoryRange()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_poisoning.cc112 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local
152 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local
180 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned()
360 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_annotate_contiguous_container() local
408 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_contiguous_container_find_bad_address() local
H A Dasan_report.h23 uptr beg; member
H A Dasan_shadow_setup.cc27 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name) { in ReserveShadowMemoryRange()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_poisoning.cpp107 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local
147 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local
175 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned()
350 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_annotate_contiguous_container() local
398 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_contiguous_container_find_bad_address() local
H A Dasan_report.h24 uptr beg; member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
214 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
239 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
250 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
287 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
391 base_type::const_iterator beg = __b.map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
398 auto beg = __b.map_construct().begin(); in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dsearch_list.c31 const char *beg, *colon; in search_list_append() local
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dsearch_list.c31 const char *beg, *colon; in search_list_append() local
/netbsd-src/sbin/scan_ffs/
H A Dscan_ffs.c397 show_status(uintmax_t beg, uintmax_t total) in show_status()
420 scan_disk(int fd, daddr_t beg, daddr_t end, int fflags) in scan_disk()
494 daddr_t end = -1, beg = 0; in main() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
214 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
239 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
250 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
287 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
391 base_type::const_iterator beg = __b.map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
398 auto beg = __b.map_construct().begin(); in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsearch.c340 register char const *buflim, *beg, *end; in EGexecute() local
483 char const *beg, *lim, *err; in Fcompile() local
506 register char const *beg, *try, *end; in Fexecute() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dsdemtk.h60 #define CLEAR_INSN_CACHE(beg, end) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsdemtk.h60 #define CLEAR_INSN_CACHE(beg, end) \ argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.h40 uptr beg, size; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_tls_get_addr.h38 uptr beg, size; member
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_timezone.c69 char *beg, in timezone() local

12345678