/external/compiler-rt/lib/msan/ |
D | msan_linux.cc | 38 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()
|
D | msan_poisoning.cc | 48 uptr beg = d & ~3UL; in CopyOrigin() local 152 uptr beg = x & ~3UL; // align down. in SetOrigin() local
|
D | msan_allocator.cc | 197 const void *beg = allocator.GetBlockBegin(p); in AllocationSize() local
|
/external/compiler-rt/lib/asan/ |
D | asan_poisoning.cc | 117 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
|
D | asan_report.h | 22 uptr beg; member
|
D | asan_interface_internal.h | 44 uptr beg; // The address of the global. member
|
D | asan_fake_stack.cc | 111 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()
|
D | asan_rtl.cc | 92 void ReserveShadowMemoryRange(uptr beg, uptr end) { in ReserveShadowMemoryRange()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_tls_get_addr.h | 40 uptr beg, size; member
|
D | sanitizer_allocator.h | 330 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
|
D | sanitizer_posix_libcdep.cc | 184 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange()
|
/external/compiler-rt/test/asan/TestCases/ |
D | contiguous_container.cc | 12 char *beg = new char[capacity]; in TestContainer() local
|
D | gc-test.cc | 24 void *beg, *end; in Thread() local
|
/external/v8/tools/ |
D | lexer-shell.cc | 112 size_t beg; member 138 int beg, end; in RunBaselineScanner() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
D | DistinguishedNameParser.java | 30 private int beg; field in DistinguishedNameParser
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
|
D | fx_zlib_deflate.c | 766 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/ |
D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
|
D | deflate.c | 767 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/ |
D | test-macro-assembler-mips.cc | 50 static bool all_zeroes(const byte* beg, const byte* end) { in all_zeroes()
|
D | test-macro-assembler-mips64.cc | 50 static bool all_zeroes(const byte* beg, const byte* end) { in all_zeroes()
|
/external/zlib/src/contrib/masmx64/ |
D | inffas8664.c | 89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member
|
/external/zlib/src/contrib/inflate86/ |
D | inffas86.c | 84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cc | 40 for (size_t beg = 0; beg < size; beg++) { in TEST() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 781 CB ProgramState::scanReachableSymbols(const SVal *beg, const SVal *end) const { in scanReachableSymbols() 788 CB ProgramState::scanReachableSymbols(const MemRegion * const *beg, in scanReachableSymbols()
|