Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/msan/
Dmsan_linux.cc38 void ReportMapRange(const char *descr, uptr beg, uptr size) { in ReportMapRange()
45 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { in CheckMemoryRangeAvailability()
56 static bool ProtectMemoryRange(uptr beg, uptr size) { in ProtectMemoryRange()
Dmsan_poisoning.cc48 uptr beg = d & ~3UL; in CopyOrigin() local
152 uptr beg = x & ~3UL; // align down. in SetOrigin() local
Dmsan_allocator.cc197 const void *beg = allocator.GetBlockBegin(p); in AllocationSize() local
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc117 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local
157 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local
185 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned()
334 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_annotate_contiguous_container() local
382 uptr beg = reinterpret_cast<uptr>(beg_p); in __sanitizer_verify_contiguous_container() local
Dasan_report.h22 uptr beg; member
Dasan_interface_internal.h44 uptr beg; // The address of the global. member
Dasan_fake_stack.cc111 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack() local
242 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, in __asan_addr_is_in_fake_stack()
Dasan_rtl.cc92 void ReserveShadowMemoryRange(uptr beg, uptr end) { in ReserveShadowMemoryRange()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.h40 uptr beg, size; member
Dsanitizer_allocator.h330 void MapWithCallback(uptr beg, uptr size) { in MapWithCallback()
335 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback()
377 uptr beg = chunk_idx * size; in GetBlockBegin() local
708 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback()
721 uptr beg = ComputeRegionBeg(mem); in GetMetaData() local
761 uptr beg = ComputeRegionBeg(mem); in GetBlockBegin() local
1162 uptr beg = 0, end = n - 1; in GetBlockBeginFastLocked() local
Dsanitizer_posix_libcdep.cc184 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange()
/external/compiler-rt/test/asan/TestCases/
Dcontiguous_container.cc12 char *beg = new char[capacity]; in TestContainer() local
Dgc-test.cc24 void *beg, *end; in Thread() local
/external/v8/tools/
Dlexer-shell.cc112 size_t beg; member
138 int beg, end; in RunBaselineScanner() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java30 private int beg; field in DistinguishedNameParser
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
Dfx_zlib_deflate.c766 uInt beg = s->pending; /* start of bytes to update crc */ in deflate() local
794 uInt beg = s->pending; /* start of bytes to update crc */ in deflate() local
825 uInt beg = s->pending; /* start of bytes to update crc */ in deflate() local
/external/zlib/src/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
Ddeflate.c767 uInt beg = s->pending; /* start of bytes to update crc */ local
795 uInt beg = s->pending; /* start of bytes to update crc */ local
826 uInt beg = s->pending; /* start of bytes to update crc */ local
/external/v8/test/cctest/
Dtest-macro-assembler-mips.cc50 static bool all_zeroes(const byte* beg, const byte* end) { in all_zeroes()
Dtest-macro-assembler-mips64.cc50 static bool all_zeroes(const byte* beg, const byte* end) { in all_zeroes()
/external/zlib/src/contrib/masmx64/
Dinffas8664.c89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member
/external/zlib/src/contrib/inflate86/
Dinffas86.c84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc40 for (size_t beg = 0; beg < size; beg++) { in TEST() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h781 CB ProgramState::scanReachableSymbols(const SVal *beg, const SVal *end) const { in scanReachableSymbols()
788 CB ProgramState::scanReachableSymbols(const MemRegion * const *beg, in scanReachableSymbols()

12