Searched defs:beg (Results 1 - 25 of 46) sorted by relevance

12

/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_report.h25 uptr beg; member in struct:__asan::StackVarDescr
H A Dasan_interface_internal.h50 uptr beg; // The address of the global. member in struct:__asan_global
H A Dasan_shadow_setup.cc29 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name) { argument
H A Dasan_interceptors_memintrinsics.h29 static inline bool QuickCheckForUnpoisonedRegion(uptr beg, uptr size) { argument
H A Dasan_fake_stack.cc118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); local in function:__asan::FakeStack::AddrIsInFakeStack
249 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, argument
H A Dasan_poisoning.cc114 ShadowSegmentEndpoint beg(beg_addr); local in function:__asan_poison_memory_region
154 ShadowSegmentEndpoint beg(beg_addr); local in function:__asan_unpoison_memory_region
182 __asan_region_is_poisoned(uptr beg,uptr size) argument
362 uptr beg = reinterpret_cast<uptr>(beg_p); local in function:__sanitizer_annotate_contiguous_container
410 uptr beg = reinterpret_cast<uptr>(beg_p); local in function:__sanitizer_contiguous_container_find_bad_address
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.h40 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
H A Dsanitizer_file.cc183 const char *beg = path; local in function:__sanitizer::FindPathToBinary
H A Dsanitizer_allocator_secondary.h227 uptr beg = 0, end = n - 1; local in function:LargeMmapAllocator::GetBlockBeginFastLocked
H A Dsanitizer_libc.cc261 bool mem_is_zero(const char *beg, uptr size) { argument
/src/lib/libc/compat/gen/
H A Dcompat_timezone.c69 char *beg, local in function:timezone
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_posix.cc124 static void ProtectRange(uptr beg, uptr end) { argument
/src/bin/ksh/
H A Dexpand.h11 char *end, *beg; /* end, begin of string */ member in struct:XString
64 void **beg, **end; /* begin, end of vector */ member in struct:XPtrV
[all...]
/src/common/dist/zlib/
H A Dinffast.c57 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local in function:inflate_fast
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_linux.cc39 void ReportMapRange(const char *descr, uptr beg, uptr size) { argument
46 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { argument
57 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { argument
[all...]
H A Dmsan_poisoning.cc48 uptr beg = d & ~3UL; local in function:__msan::CopyOrigin
153 uptr beg = x & ~3UL; // align down. local in function:__msan::SetOrigin
[all...]
H A Dmsan_allocator.cc249 const void *beg = allocator.GetBlockBegin(p); local in function:__msan::AllocationSize
/src/usr.bin/whatis/
H A Dwhatis.c76 char *beg, *conffile, **p, *p_augment, *p_path; local in function:main
/src/sys/kern/
H A Dsubr_log.c464 long beg, end; local in function:sysctl_msgbuf
/src/sbin/scan_ffs/
H A Dscan_ffs.c397 show_status(uintmax_t beg, uintmax_t total) argument
420 scan_disk(int fd, daddr_t beg, daddr_t end, int fflags) argument
494 daddr_t end = -1, beg = 0; local in function:main
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_interface_test.cc333 for (size_t beg = 0; beg < size + rz; beg++) { local in function:TEST
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc47 for (size_t beg = 0; beg < size; beg++) { local in function:TEST
[all...]
/src/usr.bin/mail/
H A Dmime_codecs.c534 unsigned char *beg; local in function:fput_quoted_line
/src/sys/arch/hpcmips/dev/
H A Dplumvideo.c627 plumvideo_clut_get(struct plumvideo_softc *sc, u_int32_t *rgb, int beg, argument
615 __plumvideo_clut_get(bus_space_tag_t iot,bus_space_handle_t ioh,u_int32_t * rgb,int beg,int cnt) argument
638 __plumvideo_clut_set(bus_space_tag_t iot,bus_space_handle_t ioh,u_int32_t * rgb,int beg,int cnt) argument
650 plumvideo_clut_set(struct plumvideo_softc * sc,u_int32_t * rgb,int beg,int cnt) argument
661 __plumvideo_clut_default(bus_space_tag_t iot,bus_space_handle_t ioh,u_int32_t * rgb,int beg,int cnt) argument
707 __plumvideo_clut_access(struct plumvideo_softc * sc,u_int32_t * rgb,int beg,int cnt,void (* palette_func)(bus_space_tag_t,bus_space_handle_t,u_int32_t *,int,int)) argument
[all...]
/src/sys/arch/hpcmips/tx/
H A Dtx3912video.c675 tx3912video_clut_get(struct tx3912video_softc *sc, u_int32_t *rgb, int beg, argument

Completed in 48 milliseconds

12