/external/scudo/standalone/ |
D | memtag.h | 37 inline uptr untagPointer(uptr Ptr) { return Ptr & ((1ULL << 56) - 1); } in untagPointer() 39 inline uint8_t extractTag(uptr Ptr) { return (Ptr >> 56) & 0xf; } in extractTag() 153 inline uptr selectRandomTag(uptr Ptr, uptr ExcludeMask) { in selectRandomTag() 166 inline uptr addFixedTag(uptr Ptr, uptr Tag) { in addFixedTag() 237 inline void storeTag(uptr Ptr) { in storeTag() 248 inline uptr loadTag(uptr Ptr) { in loadTag() 280 inline NORETURN uptr selectRandomTag(uptr Ptr, uptr ExcludeMask) { in selectRandomTag() 286 inline NORETURN uptr addFixedTag(uptr Ptr, uptr Tag) { in addFixedTag() 298 inline NORETURN void storeTag(uptr Ptr) { in storeTag() 303 inline NORETURN uptr loadTag(uptr Ptr) { in loadTag() [all …]
|
D | wrappers_cpp.cpp | 39 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New); in operator new() local 44 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]() local 50 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New); in operator new() local 56 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]() local 61 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New, in operator new() local 67 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]() local 74 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New, in operator new() local 81 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]() local
|
D | chunk.h | 91 inline AtomicPackedHeader *getAtomicHeader(void *Ptr) { in getAtomicHeader() 96 inline const AtomicPackedHeader *getConstAtomicHeader(const void *Ptr) { in getConstAtomicHeader() 104 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr, in computeHeaderChecksum() 114 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader() 122 inline void loadHeader(u32 Cookie, const void *Ptr, in loadHeader() 131 inline bool isValid(u32 Cookie, const void *Ptr, in isValid()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
D | robust_against_adl.pass.cpp | 31 typedef Holder<Incomplete> *Ptr; typedef 40 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() argument 41 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() argument 42 Ptr four_args(Ptr p, Ptr, Ptr, Ptr) { return p; } in four_args() argument 44 void one_arg_void(Ptr) { } in one_arg_void() argument
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
D | robust_against_adl.pass.cpp | 31 typedef Holder<Incomplete> *Ptr; typedef 40 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() argument 41 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() argument 42 Ptr four_args(Ptr p, Ptr, Ptr, Ptr) { return p; } in four_args() argument 44 void one_arg_void(Ptr) { } in one_arg_void() argument
|
/external/gwp_asan/gwp_asan/tests/ |
D | recoverable.cpp | 22 void *Ptr = AllocateMemory(GPA); in TEST_P() local 39 char *Ptr = static_cast<char *>(AllocateMemory(GPA)); in TEST_P() local 55 void *Ptr = AllocateMemory(GPA); in TEST_P() local 71 char *Ptr = static_cast<char *>(AllocateMemory(GPA)); in TEST_P() local 92 void *Ptr = AllocateMemory(GPA); in TEST_P() local 117 void *Ptr = AllocateMemory(GPA); in TEST_P() local 135 for (void *Ptr : Ptrs) { in TEST_P() local 144 unsigned NumIterations, unsigned Job, char *Ptr) { in singleAllocThrashTask() 176 char *Ptr = static_cast<char *>(AllocateMemory(*GPA)); in runInterThreadThrashingSingleAlloc() local
|
D | harness.cpp | 20 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() 24 DeallocateMemory2(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory2() 27 __attribute__((optnone)) void TouchMemory(void *Ptr) { in TouchMemory()
|
/external/rust/android-crates-io/crates/zerocopy/src/pointer/ |
D | ptr.rs | 51 pub struct Ptr<'a, T, I> struct 65 ptr: PtrInner<'a, T>, 66 _invariants: PhantomData<I>, 69 impl<'a, T, I> Ptr<'a, T, I> impl 145 impl<'a, T, I> Copy for Ptr<'a, T, I> implementation 155 impl<'a, T, I> Clone for Ptr<'a, T, I> implementation 166 impl<'a, T, I> Debug for Ptr<'a, T, I> implementation 183 impl<'a, T> Ptr<'a, T, (Shared, Aligned, Valid)> implementation 204 impl<'a, T> Ptr<'a, T, (Exclusive, Aligned, Valid)> implementation 224 impl<'a, T, I> Ptr<'a, T, I> impl [all …]
|
/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | store.rs | 18 pub(super) struct Ptr<'a> { struct 19 key: Key, 20 store: &'a mut Store, 77 fn resolve(&mut self, key: Key) -> Ptr; in resolve() 90 pub fn find_mut(&mut self, id: &StreamId) -> Option<Ptr> { in find_mut() 105 pub fn insert(&mut self, id: StreamId, val: Stream) -> Ptr { in insert() 133 F: FnMut(Ptr), in for_each() 179 fn resolve(&mut self, key: Key) -> Ptr { in resolve() 382 impl<'a> Ptr<'a> { impl 413 impl<'a> Resolve for Ptr<'a> { implementation [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/XCOFF/ |
D | XCOFFWriter.cpp | 56 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()); in writeHeaders() local 76 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()) + in writeSections() local 83 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()) + in writeSections() local 94 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()) + in writeSymbolStringTable() local
|
/external/gwp_asan/gwp_asan/platform_specific/ |
D | guarded_pool_allocator_posix.cpp | 48 void *Ptr = mmap(nullptr, Size, PROT_READ | PROT_WRITE, in map() local 56 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() 65 void *Ptr = in reserveGuardedPool() local 78 void GuardedPoolAllocator::allocateInGuardedPool(void *Ptr, size_t Size) const { in allocateInGuardedPool() 87 void GuardedPoolAllocator::deallocateInGuardedPool(void *Ptr, in deallocateInGuardedPool()
|
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 367 cmsBool Type_XYZ_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt3… in Type_XYZ_Write() 376 void* Type_XYZ_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) in Type_XYZ_Dup() 384 void Type_XYZ_Free(struct _cms_typehandler_struct* self, void *Ptr) in Type_XYZ_Free() 464 cmsBool Type_Chromaticity_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr,… in Type_Chromaticity_Write() 482 void* Type_Chromaticity_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number … in Type_Chromaticity_Dup() 490 void Type_Chromaticity_Free(struct _cms_typehandler_struct* self, void* Ptr) in Type_Chromaticity_Free() 537 …OrderType_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number… in Type_ColorantOrderType_Write() 559 void* Type_ColorantOrderType_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Nu… in Type_ColorantOrderType_Dup() 568 void Type_ColorantOrderType_Free(struct _cms_typehandler_struct* self, void* Ptr) in Type_ColorantOrderType_Free() 604 cmsBool Type_S15Fixed16_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cm… in Type_S15Fixed16_Write() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | robust_against_adl.pass.cpp | 17 typedef Holder<Incomplete> *Ptr; typedef 21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() argument 22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() argument 24 void one_arg_void(Ptr) { } in one_arg_void() argument
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | robust_against_adl.pass.cpp | 17 typedef Holder<Incomplete> *Ptr; typedef 21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() argument 22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() argument 24 void one_arg_void(Ptr) { } in one_arg_void() argument
|
/external/rust/android-crates-io/crates/gbm/src/ |
D | lib.rs | 138 pub(crate) struct Ptr<T>(Arc<PtrDrop<T>>); struct 141 unsafe impl<T> Send for Ptr<T> {} implementation 143 impl<T> Ptr<T> { implementation 153 impl<T> std::ops::Deref for Ptr<T> { implementation 161 impl<T> fmt::Pointer for Ptr<T> { implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 79 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local 84 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local 96 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local 101 if (void *Ptr = DLSym(Process, Symbol)) in Lookup() local 106 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local 193 if (void *Ptr = OpenedHandles->Lookup(SymbolName, SearchOrder)) in SearchForAddressOfSymbol() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 56 void push(unsigned Idx, T *Ptr) { in push() 106 while (T *Ptr = pop(Bucket.size() - 1)) in clear() local 127 if (T *Ptr = pop(Cap.getBucket())) in allocate() local 137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
|
/external/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 56 void push(unsigned Idx, T *Ptr) { in push() 105 while (T *Ptr = pop(Bucket.size() - 1)) in clear() local 126 if (T *Ptr = pop(Cap.getBucket())) in allocate() local 136 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 56 void push(unsigned Idx, T *Ptr) { in push() 106 while (T *Ptr = pop(Bucket.size() - 1)) in clear() local 127 if (T *Ptr = pop(Cap.getBucket())) in allocate() local 137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
|
D | Allocator.h | 65 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() 106 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() 282 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() 296 llvm::Optional<int64_t> identifyObject(const void *Ptr) { in identifyObject() 322 int64_t identifyKnownObject(const void *Ptr) { in identifyKnownObject() 339 int64_t identifyKnownAlignedObject(const void *Ptr) { in identifyKnownAlignedObject() 428 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local 470 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local 486 void *Ptr = PtrAndSize.first; in DestroyAll() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 84 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local 89 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local 101 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local 106 if (void *Ptr = DLSym(Process, Symbol)) in Lookup() local 111 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local 230 if (void *Ptr = G.OpenedHandles.Lookup(SymbolName, SearchOrder)) in SearchForAddressOfSymbol() local 232 if (void *Ptr = G.OpenedTemporaryHandles.Lookup(SymbolName, SearchOrder)) in SearchForAddressOfSymbol() local
|
/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/ |
D | util.rs | 40 pub struct Ptr<'a, T: 'a + ?Sized> { struct 51 ptr: NonNull<T>, 52 _lifetime: PhantomData<&'a ()>, 55 impl<'a, T: ?Sized> Copy for Ptr<'a, T> {} implementation 56 impl<'a, T: ?Sized> Clone for Ptr<'a, T> { implementation 63 impl<'a, T: ?Sized> Ptr<'a, T> { impl 144 impl<'a> Ptr<'a, [u8]> { impl 256 impl<'a, T> Ptr<'a, [T]> { impl 372 impl<'a, T: 'a + ?Sized> From<&'a T> for Ptr<'a, T> { implementation 407 impl<'a, T: 'a + ?Sized> Debug for Ptr<'a, T> { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/ |
D | util.rs | 40 pub struct Ptr<'a, T: 'a + ?Sized> { struct 51 ptr: NonNull<T>, 52 _lifetime: PhantomData<&'a ()>, 55 impl<'a, T: ?Sized> Copy for Ptr<'a, T> {} implementation 56 impl<'a, T: ?Sized> Clone for Ptr<'a, T> { implementation 63 impl<'a, T: ?Sized> Ptr<'a, T> { implementation 144 impl<'a> Ptr<'a, [u8]> { impl 256 impl<'a, T> Ptr<'a, [T]> { implementation 372 impl<'a, T: 'a + ?Sized> From<&'a T> for Ptr<'a, T> { implementation 407 impl<'a, T: 'a + ?Sized> Debug for Ptr<'a, T> { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/ |
D | util.rs | 40 pub struct Ptr<'a, T: 'a + ?Sized> { struct 51 ptr: NonNull<T>, 52 _lifetime: PhantomData<&'a ()>, 55 impl<'a, T: ?Sized> Copy for Ptr<'a, T> {} implementation 56 impl<'a, T: ?Sized> Clone for Ptr<'a, T> { implementation 63 impl<'a, T: ?Sized> Ptr<'a, T> { impl 144 impl<'a> Ptr<'a, [u8]> { implementation 256 impl<'a, T> Ptr<'a, [T]> { impl 372 impl<'a, T: 'a + ?Sized> From<&'a T> for Ptr<'a, T> { implementation 407 impl<'a, T: 'a + ?Sized> Debug for Ptr<'a, T> { implementation
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/pointer.traits/ |
D | ptr.types.compile.pass.cpp | 27 using Ptr = int*; in f() typedef 40 using Ptr = const int*; in f() typedef
|