Home
last modified time | relevance | path

Searched defs:beg (Results 1 – 25 of 62) 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/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
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.h130 inline void ReleaseMemoryPagesToOSAndZeroFill(uptr beg, uptr end) { in ReleaseMemoryPagesToOSAndZeroFill() argument
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_common_libcdep.cpp162 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name, in ReserveShadowMemoryRange()
H A Dsanitizer_posix_libcdep.cpp58 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS()
291 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange()
H A Dsanitizer_allocator_primary64.h266 uptr beg = chunk_idx * size; in GetBlockBegin() local
711 bool MapWithCallback(uptr beg, uptr size, const char *name) { in MapWithCallback()
723 void MapWithCallbackOrDie(uptr beg, uptr size, const char *name) { in MapWithCallbackOrDie()
733 void UnmapWithCallbackOrDie(uptr beg, uptr size) { in UnmapWithCallbackOrDie()
H A Dsanitizer_file.cpp216 const char *beg = path; in FindPathToBinary() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface_internal.h49 uptr beg; // The address of the global. member
/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.c938 #define HCRC_UPDATE(beg) \ argument
1084 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local
1111 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() local
1133 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
H A Dvi.c1034 size_t beg, end, len; in v_curword() 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
506 static void WriteZeroShadowInRange(uptr beg, uptr end) { in WriteZeroShadowInRange()
1133 static bool CheckMemoryRangeAvailability(uptr beg, uptr size, bool verbose) { in CheckMemoryRangeAvailability()
1147 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange()
H A Ddfsan_allocator.cpp187 void *beg = allocator.GetBlockBegin(p); in AllocationBegin() local
201 const void *beg = allocator.GetBlockBegin(p); in AllocationSize() local
/freebsd/usr.bin/split/
H A Dsplit.c354 char beg, end; in newfile() local
/freebsd/contrib/mandoc/
H A Dout.c440 const char *beg; /* Beginning of the current line. */ in tblcalc_literal() 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/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp200 uptr beg = reinterpret_cast<uptr>(res); in mmap_interceptor() local
219 uptr beg = reinterpret_cast<uptr>(addr); in munmap_interceptor() local

123