/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | pointer_unsafe.go | 70 type pointer struct { struct 71 p unsafe.Pointer 107 func (p pointer) offset(f field) pointer { 118 func (p pointer) isNil() bool { 122 func (p pointer) toInt64() *int64 { 125 func (p pointer) toInt64Ptr() **int64 { 128 func (p pointer) toInt64Slice() *[]int64 { 131 func (p pointer) toInt32() *int32 { 144 func (p pointer) getInt32Ptr() *int32 { 147 func (p pointer) setInt32Ptr(v int32) { [all …]
|
D | pointer_reflect.go | 70 type pointer struct { struct 71 v reflect.Value 96 func (p pointer) offset(f field) pointer { 100 func (p pointer) isNil() bool { 117 func (p pointer) toInt64() *int64 { 120 func (p pointer) toInt64Ptr() **int64 { 123 func (p pointer) toInt64Slice() *[]int64 { 129 func (p pointer) toInt32() *int32 { 143 func (p pointer) getInt32Ptr() *int32 { 151 func (p pointer) setInt32Ptr(v int32) { [all …]
|
D | table_marshal.go | 801 func sizeFixed32Value(_ pointer, tagsize int) int { 804 func sizeFixed32ValueNoZero(ptr pointer, tagsize int) int { 811 func sizeFixed32Ptr(ptr pointer, tagsize int) int { 818 func sizeFixed32Slice(ptr pointer, tagsize int) int { 822 func sizeFixed32PackedSlice(ptr pointer, tagsize int) int { 829 func sizeFixedS32Value(_ pointer, tagsize int) int { 832 func sizeFixedS32ValueNoZero(ptr pointer, tagsize int) int { 839 func sizeFixedS32Ptr(ptr pointer, tagsize int) int { 846 func sizeFixedS32Slice(ptr pointer, tagsize int) int { 850 func sizeFixedS32PackedSlice(ptr pointer, tagsize int) int { [all …]
|
D | table_unmarshal.go | 656 func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) { 670 func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) { 684 func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) { 722 func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) { 736 func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 750 func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) { 788 func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) { 802 func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 816 func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) { 854 func unmarshalInt32Value(b []byte, f pointer, w int) ([]byte, error) { [all …]
|
/external/golang-protobuf/proto/ |
D | pointer_unsafe.go | 70 type pointer struct { struct 71 p unsafe.Pointer 112 func (p pointer) offset(f field) pointer { 123 func (p pointer) isNil() bool { 127 func (p pointer) toInt64() *int64 { 130 func (p pointer) toInt64Ptr() **int64 { 133 func (p pointer) toInt64Slice() *[]int64 { 136 func (p pointer) toInt32() *int32 { 149 func (p pointer) getInt32Ptr() *int32 { 152 func (p pointer) setInt32Ptr(v int32) { [all …]
|
D | pointer_reflect.go | 70 type pointer struct { struct 71 v reflect.Value 99 func (p pointer) offset(f field) pointer { 103 func (p pointer) isNil() bool { 120 func (p pointer) toInt64() *int64 { 123 func (p pointer) toInt64Ptr() **int64 { 126 func (p pointer) toInt64Slice() *[]int64 { 132 func (p pointer) toInt32() *int32 { 146 func (p pointer) getInt32Ptr() *int32 { 154 func (p pointer) setInt32Ptr(v int32) { [all …]
|
D | table_marshal.go | 815 func sizeFixed32Value(_ pointer, tagsize int) int { 818 func sizeFixed32ValueNoZero(ptr pointer, tagsize int) int { 825 func sizeFixed32Ptr(ptr pointer, tagsize int) int { 832 func sizeFixed32Slice(ptr pointer, tagsize int) int { 836 func sizeFixed32PackedSlice(ptr pointer, tagsize int) int { 843 func sizeFixedS32Value(_ pointer, tagsize int) int { 846 func sizeFixedS32ValueNoZero(ptr pointer, tagsize int) int { 853 func sizeFixedS32Ptr(ptr pointer, tagsize int) int { 860 func sizeFixedS32Slice(ptr pointer, tagsize int) int { 864 func sizeFixedS32PackedSlice(ptr pointer, tagsize int) int { [all …]
|
D | table_unmarshal.go | 659 func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) { 673 func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) { 687 func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) { 725 func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) { 739 func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 753 func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) { 791 func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) { 805 func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 819 func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) { 857 func unmarshalInt32Value(b []byte, f pointer, w int) ([]byte, error) { [all …]
|
/external/mesa3d/src/glx/ |
D | vertarr.c | 51 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() 59 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() 67 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() 75 const GLvoid * pointer) in __indirect_glNormalPointerEXT() 83 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() 91 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT() 103 const GLvoid * pointer) in __indirect_glInterleavedArrays()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 1280 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[offset]); in fillInputData() local 1290 glw::GLhalf* pointer = reinterpret_cast<glw::GLhalf*>(&buffer[offset]); in fillInputData() local 1319 glw::GLubyte* pointer = reinterpret_cast<glw::GLubyte*>(&buffer[offset]); in fillInputData() local 1341 glw::GLushort* pointer = reinterpret_cast<glw::GLushort*>(&buffer[offset]); in fillInputData() local 1351 glw::GLuint* pointer = reinterpret_cast<glw::GLuint*>(&buffer[offset]); in fillInputData() local 1361 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[offset]); in fillInputData() local 1370 glw::GLshort* pointer = reinterpret_cast<glw::GLshort*>(&buffer[offset]); in fillInputData() local 1379 glw::GLbyte* pointer = reinterpret_cast<glw::GLbyte*>(&buffer[offset]); in fillInputData() local 1403 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[0]); in fillOutputData() local 1413 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[0]); in fillOutputData() local [all …]
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/ |
D | pointer_type.pass.cpp | 22 struct pointer {}; struct 27 typedef void pointer; typedef 31 static long pointer; member
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | thread_info_base.hpp | 43 void* const pointer = this_thread->reusable_memory_; in allocate() local 56 void* const pointer = ::operator new(size + 1); in allocate() local 63 void* pointer, std::size_t size) in deallocate()
|
/external/libbrillo/brillo/ |
D | pointer_utils.h | 15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) { in AdvancePointer() 18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) { in AdvancePointer()
|
/external/perfetto/include/perfetto/base/ |
D | thread_annotations.h | 32 #define PERFETTO_ANNOTATE_BENIGN_RACE_SIZED(pointer, size, description) \ argument 37 #define PERFETTO_ANNOTATE_BENIGN_RACE_SIZED(pointer, size, description) argument
|
/external/vixl/src/aarch64/ |
D | cpu-aarch64.h | 50 static T SetPointerTag(T pointer, uint64_t tag) { in SetPointerTag() 64 static uint64_t GetPointerTag(T pointer) { in GetPointerTag()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | host_or_device_scalar.h | 32 explicit HostOrDeviceScalar(const DeviceMemory<ElemT>& pointer) in HostOrDeviceScalar() 38 const DeviceMemory<ElemT>& pointer() const { in pointer() function
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | pointer.pass.cpp | 31 typedef Ptr<T> pointer; typedef 44 typedef void pointer; typedef
|
D | const_pointer.pass.cpp | 32 typedef Ptr<T> pointer; typedef 48 typedef CPtr<T> pointer; typedef
|
/external/pdfium/core/fxcrt/ |
D | fx_memory.cpp | 37 void* FXMEM_DefaultRealloc(void* pointer, size_t new_size) { in FXMEM_DefaultRealloc() 42 void FXMEM_DefaultFree(void* pointer) { in FXMEM_DefaultFree()
|
/external/v8/src/zone/ |
D | zone.h | 135 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete() 144 static void Delete(void* pointer) {} in Delete() 266 void operator delete(void* pointer) { UNREACHABLE(); } in delete() 267 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete() 315 void operator delete(void* pointer) { UNREACHABLE(); } in delete() 316 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
D | hash_unique_ptr.pass.cpp | 33 using pointer = typename UPtr::pointer; in test_enabled_with_deleter() typedef 44 using pointer = typename UPtr::pointer; in test_disabled_with_deleter() typedef
|
/external/clang/test/Sema/ |
D | nonnull.c | 90 int evil_nonnull_func(int* pointer, void * pv) in evil_nonnull_func() 109 int another_evil_nonnull_func(int* pointer, char ch, void * pv) { in another_evil_nonnull_func() 131 void yet_another_evil_nonnull_func(int* pointer) in yet_another_evil_nonnull_func()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 87 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE() 95 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE() 138 ACTION_P(ReturnPointee, pointer) { return *pointer; } in ACTION_P() argument
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_console.c | 21 static void mac(void *pointer, u16 **buf) in mac() 52 static void pointer(void *pointer, u16 **buf) in pointer() function
|
/external/freetype/src/psaux/ |
D | t1cmap.c | 124 FT_Pointer pointer ) in t1_cmap_standard_init() 154 FT_Pointer pointer ) in t1_cmap_expert_init() 192 FT_Pointer pointer ) in t1_cmap_custom_init() 299 FT_Pointer pointer ) in t1_cmap_unicode_init()
|