/external/compiler-rt/lib/asan/ |
D | asan_poisoning.cc | 87 ShadowSegmentEndpoint beg(beg_addr); in __asan_poison_memory_region() local 129 ShadowSegmentEndpoint beg(beg_addr); in __asan_unpoison_memory_region() local 157 uptr __asan_region_is_poisoned(uptr beg, uptr size) { in __asan_region_is_poisoned()
|
D | asan_interface_internal.h | 33 uptr beg; // The address of the global. member
|
D | asan_rtl.cc | 207 static void ReserveShadowMemoryRange(uptr beg, uptr end) { in ReserveShadowMemoryRange()
|
D | asan_allocator.cc | 215 uptr beg; member 339 int beg = 0, end = n; in FindPageGroupUnlocked() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cc | 38 for (size_t beg = 0; beg < size; beg++) { in TEST() local
|
/external/qemu/distrib/zlib-1.2.3/ |
D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
|
D | deflate.c | 654 uInt beg = s->pending; /* start of bytes to update crc */ local 682 uInt beg = s->pending; /* start of bytes to update crc */ local 713 uInt beg = s->pending; /* start of bytes to update crc */ local
|
/external/zlib/src/ |
D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
|
D | deflate.c | 765 uInt beg = s->pending; /* start of bytes to update crc */ local 793 uInt beg = s->pending; /* start of bytes to update crc */ local 824 uInt beg = s->pending; /* start of bytes to update crc */ local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer.h | 92 uptr beg; member
|
D | sanitizer_allocator.h | 314 void MapWithCallback(uptr beg, uptr size) { in MapWithCallback() 319 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback() 361 uptr beg = chunk_idx * size; in GetBlockBegin() local 604 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback() 617 uptr beg = ComputeRegionBeg(mem); in GetMetaData() local 657 uptr beg = ComputeRegionBeg(mem); in GetBlockBegin() local
|
D | sanitizer_libc.cc | 208 bool mem_is_zero(const char *beg, uptr size) { in mem_is_zero()
|
D | sanitizer_symbolizer.cc | 34 void LoadedModule::addAddressRange(uptr beg, uptr end) { in addAddressRange()
|
/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
|
D | inffast.S | 178 #define beg 40 /* unsigned char* */ macro
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
D | PrivateCredentialPermission.java | 134 int beg = name.indexOf(' '); in initTargetName() local
|
/external/mksh/src/ |
D | eval.c | 352 char *beg, *end, *str; in expand() local 399 char *beg, *end; in expand() local 429 char *beg, *mid, *end, *stg; in expand() local
|
/external/stlport/src/ |
D | num_put.cpp | 128 char* beg = __write_integer_backward(bufend, flags, x); in __write_integer() local
|
D | ios.cpp | 78 const ios_base::seekdir ios_base::beg; member in ios_base
|
/external/srec/portable/src/ |
D | LCHAR.c | 160 LCHAR *beg, *end; in LCHARGetInt() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 149 static void ProtectRange(uptr beg, uptr end) { in ProtectRange()
|
D | tsan_interface_java.cc | 211 BlockDesc *beg = getblock(ptr); in __tsan_java_free() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 777 CB ProgramState::scanReachableSymbols(const SVal *beg, const SVal *end) const { in scanReachableSymbols() 784 CB ProgramState::scanReachableSymbols(const MemRegion * const *beg, in scanReachableSymbols()
|
/external/compiler-rt/lib/msan/ |
D | msan.cc | 394 uptr beg = x & ~3UL; // align down. in __msan_set_origin() local
|