Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
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()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp42 void ReportMapRange(const char *descr, uptr beg, uptr size) { in ReportMapRange() argument
49 static bool CheckMemoryRangeAvailability(uptr beg, uptr size, bool verbose) { in CheckMemoryRangeAvailability() argument
62 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() argument
[all...]
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-src/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-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h24 uptr beg; member
H A Dasan_poisoning.cpp109 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local
149 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local
173 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned()
600 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_contiguous_container_find_bad_address() local
635 uptr beg = reinterpret_cast<uptr>(container_beg_p); in __sanitizer_double_ended_contiguous_container_find_bad_address() local
H A Dasan_interface_internal.h49 uptr beg; // The address of the global. member
H A Dasan_fake_stack.cpp118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack() local
293 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, in __asan_addr_is_in_fake_stack()
/freebsd-src/lib/libc/gen/
H A Dtimezone.c54 char *beg, in __timezone_compat() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp22 collection::const_iterator beg = m_infos.begin(); in FindAttributeIndex() local
/freebsd-src/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-src/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() argument
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()
H A Dsanitizer_coverage_libcdep_new.cpp191 Cov8bitCountersInit(char * beg,char * end) Cov8bitCountersInit() argument
197 CovPcsInit(const uptr * beg,const uptr * end) CovPcsInit() argument
277 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_pcs_init,const uptr * beg,const uptr * end) SANITIZER_INTERFACE_WEAK_DEF() argument
H A Dsanitizer_allocator_primary64.h266 uptr beg = chunk_idx * size; in GetBlockBegin() local
710 MapWithCallback(uptr beg,uptr size,const char * name) MapWithCallback() argument
722 MapWithCallbackOrDie(uptr beg,uptr size,const char * name) MapWithCallbackOrDie() argument
732 UnmapWithCallbackOrDie(uptr beg,uptr size) UnmapWithCallbackOrDie() argument
[all...]
H A Dsanitizer_common_libcdep.cpp162 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name, in ReserveShadowMemoryRange() argument
H A Dsanitizer_posix_libcdep.cpp58 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS() argument
271 IsAccessibleMemoryRange(uptr beg,uptr size) IsAccessibleMemoryRange() argument
H A Dsanitizer_file.cpp214 const char *beg = path; FindPathToBinary() local
/freebsd-src/contrib/nvi/vi/
H A Dv_increment.c54 size_t beg, blen, end, len, nlen, wlen; in v_increment() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp247 uptr beg = OriginAlignDown(d); CopyOrigin() local
299 uptr beg = OriginAlignDown(d); ReverseCopyOrigin() local
362 uptr beg = OriginAlignDown(x); SetOrigin() local
503 WriteZeroShadowInRange(uptr beg,uptr end) WriteZeroShadowInRange() argument
1130 CheckMemoryRangeAvailability(uptr beg,uptr size) CheckMemoryRangeAvailability() argument
1143 ProtectMemoryRange(uptr beg,uptr size,const char * name) ProtectMemoryRange() argument
[all...]
H A Ddfsan_allocator.cpp184 void *beg = allocator.GetBlockBegin(p); AllocationBegin() local
198 const void *beg = allocator.GetBlockBegin(p); AllocationSize() local
/freebsd-src/usr.bin/split/
H A Dsplit.c354 char beg, end; in newfile() local
/freebsd-src/contrib/mandoc/
H A Dout.c440 const char *beg; /* Beginning of the current line. */ tblcalc_literal() local

123