| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_posix.cpp | 82 static bool TryProtectRange(uptr beg, uptr end) { in TryProtectRange() argument 89 static void ProtectRange(uptr beg, uptr end) { in ProtectRange() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 42 void ReportMapRange(const char *descr, uptr beg, uptr size) { in ReportMapRange() 49 static bool CheckMemoryRangeAvailability(uptr beg, uptr size, bool verbose) { in CheckMemoryRangeAvailability() 62 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange()
|
| H A D | msan_poisoning.cpp | 48 uptr beg = d & ~3UL; in CopyOrigin() local 116 uptr beg = d & ~3UL; in ReverseCopyOrigin() local 235 uptr beg = x & ~3UL; // align down. in SetOrigin() local
|
| /freebsd/usr.sbin/pmcstudy/ |
| H A D | eval_expr.c | 208 walk_back_and_insert_paren(struct expression **beg, struct expression *frm) in walk_back_and_insert_paren() 315 add_precendence(struct expression **beg, struct expression *start, struct expression *end) in add_precendence() 350 set_math_precidence(struct expression **beg, struct expression *exp, struct expression **stopped) in set_math_precidence()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 24 uptr beg; member
|
| H A D | asan_interface_internal.h | 49 uptr beg; // The address of the global. member
|
| H A D | asan_poisoning.cpp | 172 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local 217 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local 241 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned() 847 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_contiguous_container_find_bad_address() local 882 uptr beg = reinterpret_cast<uptr>(container_beg_p); in __sanitizer_double_ended_contiguous_container_find_bad_address() local
|
| H A D | asan_fake_stack.cpp | 124 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack() local 299 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, in __asan_addr_is_in_fake_stack()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_libcdep.cpp | 162 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name, in ReserveShadowMemoryRange() 233 auto copy_or_zero = [dest, src](uptr beg, uptr end) { in MemCpyAccessible()
|
| H A D | sanitizer_tls_get_addr.h | 48 uptr beg, size; member
|
| H A D | sanitizer_allocator_primary32.h | 146 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback() 160 uptr beg = ComputeRegionBeg(mem); in GetMetaData() local 209 uptr beg = ComputeRegionBeg(mem); in GetBlockBegin() local
|
| H A D | sanitizer_linux.h | 136 inline void ReleaseMemoryPagesToOSAndZeroFill(uptr beg, uptr end) { in ReleaseMemoryPagesToOSAndZeroFill()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 192 static void Cov8bitCountersInit(char* beg, char* end) { in Cov8bitCountersInit() 198 static void CovPcsInit(const uptr* beg, const uptr* end) { in CovPcsInit() 278 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_pcs_init, const uptr* beg, in SANITIZER_INTERFACE_WEAK_DEF()
|
| H A D | sanitizer_allocator_primary64.h | 267 uptr beg = chunk_idx * size; in GetBlockBegin() local 712 bool MapWithCallback(uptr beg, uptr size, const char *name) { in MapWithCallback() 724 void MapWithCallbackOrDie(uptr beg, uptr size, const char *name) { in MapWithCallbackOrDie() 734 void UnmapWithCallbackOrDie(uptr beg, uptr size) { in UnmapWithCallbackOrDie()
|
| H A D | sanitizer_posix_libcdep.cpp | 58 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS() 300 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange()
|
| /freebsd/lib/libc/gen/ |
| H A D | timezone.c | 54 char *beg, in __timezone_compat() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 21 collection::const_iterator beg = m_infos.begin(); FindAttributeIndex() local
|
| /freebsd/sys/contrib/zlib/ |
| H A D | inffast.c | 55 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
|
| H A D | deflate.c | 973 #define HCRC_UPDATE(beg) \ argument 1119 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local 1146 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local 1168 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local
|
| /freebsd/contrib/nvi/vi/ |
| H A D | v_increment.c | 54 size_t beg, blen, end, len, nlen, wlen; in v_increment() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 250 uptr beg = OriginAlignDown(d); in CopyOrigin() local 302 uptr beg = OriginAlignDown(d); in ReverseCopyOrigin() local 365 uptr beg = OriginAlignDown(x); in SetOrigin() local 504 static void WriteZeroShadowInRange(uptr beg, uptr end) { in WriteZeroShadowInRange() 1126 static bool CheckMemoryRangeAvailability(uptr beg, uptr size, bool verbose) { in CheckMemoryRangeAvailability() 1140 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange()
|
| H A D | dfsan_allocator.cpp | 190 void *beg = allocator.GetBlockBegin(p); in AllocationBegin() local 204 const void *beg = allocator.GetBlockBegin(p); in AllocationSize() local
|
| /freebsd/usr.bin/split/ |
| H A D | split.c | 354 char beg, end; in newfile() local
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_monitor.c | 593 u_int beg, end, i; in netmap_zmon_parent_sync() local 737 u_int i, mlim, beg; in netmap_monitor_parent_sync() local
|
| /freebsd/contrib/mandoc/ |
| H A D | out.c | 445 const char *beg; /* Beginning of the current line. */ tblcalc_literal() local
|