Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp82 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 Dmsan_linux.cpp42 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 Dmsan_poisoning.cpp48 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 Deval_expr.c208 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 Dasan_report.h24 uptr beg; member
H A Dasan_interface_internal.h49 uptr beg; // The address of the global. member
H A Dasan_poisoning.cpp172 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 Dasan_fake_stack.cpp124 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 Dsanitizer_common_libcdep.cpp162 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 Dsanitizer_tls_get_addr.h48 uptr beg, size; member
H A Dsanitizer_allocator_primary32.h146 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 Dsanitizer_linux.h136 inline void ReleaseMemoryPagesToOSAndZeroFill(uptr beg, uptr end) { in ReleaseMemoryPagesToOSAndZeroFill()
H A Dsanitizer_coverage_libcdep_new.cpp192 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 Dsanitizer_allocator_primary64.h267 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 Dsanitizer_posix_libcdep.cpp58 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS()
300 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange()
/freebsd/lib/libc/gen/
H A Dtimezone.c54 char *beg, in __timezone_compat() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp21 collection::const_iterator beg = m_infos.begin(); FindAttributeIndex() local
/freebsd/sys/contrib/zlib/
H A Dinffast.c55 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
H A Ddeflate.c973 #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 Dv_increment.c54 size_t beg, blen, end, len, nlen, wlen; in v_increment() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp250 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 Ddfsan_allocator.cpp190 void *beg = allocator.GetBlockBegin(p); in AllocationBegin() local
204 const void *beg = allocator.GetBlockBegin(p); in AllocationSize() local
/freebsd/usr.bin/split/
H A Dsplit.c354 char beg, end; in newfile() local
/freebsd/sys/dev/netmap/
H A Dnetmap_monitor.c593 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 Dout.c445 const char *beg; /* Beginning of the current line. */ tblcalc_literal() local

123