Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dpointer_unsafe.go70 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 …]
Dpointer_reflect.go70 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 …]
Dtable_marshal.go801 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 …]
Dtable_unmarshal.go656 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/
Dpointer_unsafe.go70 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 …]
Dpointer_reflect.go70 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 …]
Dtable_marshal.go815 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 …]
Dtable_unmarshal.go659 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/
Dvertarr.c51 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/
DesextcTextureBufferTextureBufferRange.cpp1280 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/
Dpointer_type.pass.cpp22 struct pointer {}; struct
27 typedef void pointer; typedef
31 static long pointer; member
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dthread_info_base.hpp43 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/
Dpointer_utils.h15 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/
Dthread_annotations.h32 #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/
Dcpu-aarch64.h50 static T SetPointerTag(T pointer, uint64_t tag) { in SetPointerTag()
64 static uint64_t GetPointerTag(T pointer) { in GetPointerTag()
/external/tensorflow/tensorflow/stream_executor/
Dhost_or_device_scalar.h32 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/
Dpointer.pass.cpp31 typedef Ptr<T> pointer; typedef
44 typedef void pointer; typedef
Dconst_pointer.pass.cpp32 typedef Ptr<T> pointer; typedef
48 typedef CPtr<T> pointer; typedef
/external/pdfium/core/fxcrt/
Dfx_memory.cpp37 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/
Dzone.h135 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/
Dhash_unique_ptr.pass.cpp33 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/
Dnonnull.c90 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/
Dgmock-more-actions.h87 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/
Defi_selftest_console.c21 static void mac(void *pointer, u16 **buf) in mac()
52 static void pointer(void *pointer, u16 **buf) in pointer() function
/external/freetype/src/psaux/
Dt1cmap.c124 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()

12345678910>>...16