Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/asan/
Dasan_poisoning.cc87 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()
Dasan_interface_internal.h33 uptr beg; // The address of the global. member
Dasan_rtl.cc207 static void ReserveShadowMemoryRange(uptr beg, uptr end) { in ReserveShadowMemoryRange()
Dasan_allocator.cc215 uptr beg; member
339 int beg = 0, end = n; in FindPageGroupUnlocked() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc38 for (size_t beg = 0; beg < size; beg++) { in TEST() local
/external/qemu/distrib/zlib-1.2.3/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
Ddeflate.c654 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/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
Ddeflate.c765 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/
Dsanitizer_symbolizer.h92 uptr beg; member
Dsanitizer_allocator.h314 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
Dsanitizer_libc.cc208 bool mem_is_zero(const char *beg, uptr size) { in mem_is_zero()
Dsanitizer_symbolizer.cc34 void LoadedModule::addAddressRange(uptr beg, uptr end) { in addAddressRange()
/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
Dinffast.S178 #define beg 40 /* unsigned char* */ macro
/external/smack/src/org/apache/harmony/javax/security/auth/
DPrivateCredentialPermission.java134 int beg = name.indexOf(' '); in initTargetName() local
/external/mksh/src/
Deval.c352 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/
Dnum_put.cpp128 char* beg = __write_integer_backward(bufend, flags, x); in __write_integer() local
Dios.cpp78 const ios_base::seekdir ios_base::beg; member in ios_base
/external/srec/portable/src/
DLCHAR.c160 LCHAR *beg, *end; in LCHARGetInt() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc149 static void ProtectRange(uptr beg, uptr end) { in ProtectRange()
Dtsan_interface_java.cc211 BlockDesc *beg = getblock(ptr); in __tsan_java_free() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h777 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/
Dmsan.cc394 uptr beg = x & ~3UL; // align down. in __msan_set_origin() local

12