Home
last modified time | relevance | path

Searched refs:_ptr (Results 1 – 25 of 40) sorted by relevance

12

/third_party/flutter/skia/modules/canvaskit/
Dhelper.js207 this._ptr = null;
222 if (this._ptr) {
240 if (this._ptr) {
242 var floatPtr = (this._ptr / BYTES_PER_ELEMENT) + idx;
261 if (this._ptr) {
262 return this._ptr;
264 this._ptr = copy1dArray(this._floats, CanvasKit.HEAPF32);
265 return this._ptr;
275 if (this._ptr) {
276 CanvasKit._free(this._ptr);
[all …]
/third_party/popt/src/
Dsystem.h47 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) argument
52 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) argument
/third_party/libnl/include/netlink-private/
Dutils.h149 __typeof__ (*_to_free) _ptr; \
155 _ptr = alloca (_bytes); \
157 _ptr = malloc (_bytes); \
158 *_to_free = _ptr; \
161 _ptr; \
/third_party/mingw-w64/mingw-w64-crt/stdio/
Dfseeki64.c53 && (nchar = (__int64) (stream->_ptr - stream->_base)) > 0ll) in _flush()
63 stream->_ptr = stream->_base; in _flush()
128 offset = (size_t)(stream->_ptr - stream->_base); in _ftelli64()
133 for (p = stream->_base; p < stream->_ptr; p++) in _ftelli64()
150 rdcnt = ((size_t) stream->_cnt) + ((size_t) (size_t)(stream->_ptr - stream->_base)); in _ftelli64()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h71 #define PARENT(_ptr, _type, _member) ({ \ argument
72 __typeof__ (&((_type *) 0)->_member) _p = (_ptr); \
78 #define CONST_PARENT(_ptr, _type, _member) ({ \ argument
79 __typeof__ (&((const _type *) 0)->_member) _p = (_ptr); \
171 #define PARENT(_ptr, _type, _member) \ argument
172 ((0 == offsetof (_type, _member)) ? (_type *)(_ptr) \
173 : (_type *) PARENT_HELPER ((char *)(_ptr), offsetof (_type, _member)))
174 #define CONST_PARENT(_ptr, _type, _member) \ argument
175 ((0 == offsetof (const _type, _member)) ? (const _type *)(_ptr) \
176 : (const _type *) CONST_PARENT_HELPER ((const char *)(_ptr), \
/third_party/glib/glib/
Dgmacros.h1136 …static G_GNUC_UNUSED inline void _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) (TypeName *_ptr) …
1137 …{ if (_ptr) (cleanup) ((ParentName *) _ptr); } …
1138 …static G_GNUC_UNUSED inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) …
1139 …{ _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) (*_ptr); } …
1156 …static G_GNUC_UNUSED inline void _GLIB_AUTO_FUNC_NAME(TypeName) (TypeName *_ptr) { (func) (_ptr); …
1160 …D inline void _GLIB_AUTO_FUNC_NAME(TypeName) (TypeName *_ptr) { if (*_ptr != none) (func) (*_ptr);…
Dgmem.h124 glib_typeof (*(pp)) _ptr = *_pp; \
126 if (_ptr) \
127 (destroy) (_ptr); \
/third_party/boost/libs/intrusive/test/
Dbounded_pointer.hpp410 bounded_pointer_holder() : _ptr(allocator_type().allocate(1)) in bounded_pointer_holder()
411 { new (_ptr.raw()) value_type(); } in bounded_pointer_holder()
415 _ptr->~value_type(); in ~bounded_pointer_holder()
416 allocator_type().deallocate(_ptr, 1); in ~bounded_pointer_holder()
420 { return _ptr; } in get_node()
423 { return _ptr; } in get_node()
426 const pointer _ptr; member in bounded_pointer_holder
/third_party/flutter/skia/third_party/externals/sdl/src/power/linux/
DSDL_syspower.c75 make_proc_acpi_key_val(char **_ptr, char **_key, char **_val) in make_proc_acpi_key_val() argument
77 char *ptr = *_ptr; in make_proc_acpi_key_val()
117 *_ptr = ptr; /* store for next time. */ in make_proc_acpi_key_val()
286 next_string(char **_ptr, char **_str) in next_string() argument
288 char *ptr = *_ptr; in next_string()
307 *_ptr = ptr; in next_string()
/third_party/boost/boost/graph/
Dedge_list.hpp61 edge_descriptor(EdgeIter p, edge_id id) : _ptr(p), _id(id) {} in edge_descriptor()
63 EdgeIter _ptr; member
116 return (*e._ptr).first; in source()
123 return (*e._ptr).second; in target()
/third_party/gstreamer/gstreamer/gst/
Dgstregistrybinary.c86 #define align(_ptr) _ptr += (( alignment(_ptr) == 0) ? 0 : ALIGNMENT-alignment(_ptr)) argument
Dgstregistrychunks.c100 #define align(_ptr) _ptr += (( alignment(_ptr) == 0) ? 0 : ALIGNMENT-alignment(_ptr)) argument
/third_party/e2fsprogs/lib/et/
Dvfprintf.c38 iop->_ptr = iop->_base = localbuf;
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dgetopt.h49 *sandbox_cmdline_option_##f##_ptr = \
/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h189 #define of_match_ptr(_ptr) (_ptr) argument
191 #define of_match_ptr(_ptr) NULL argument
/third_party/boost/libs/type_traits/test/
Dis_convertible_test.cpp68 operator bug9910& () { return *_ptr; } in operator bug9910&()
69 bug9910* _ptr; member
/third_party/boost/libs/gil/doc/html/_sources/
Dnaming.rst.txt36 2D locator) ``_ptr`` (pixel iterator), ``_ref`` (pixel reference),
/third_party/boost/libs/gil/doc/
Dnaming.rst36 2D locator) ``_ptr`` (pixel iterator), ``_ref`` (pixel reference),
/third_party/mingw-w64/mingw-w64-crt/include/
Dinternal.h82 char *_ptr; member
/third_party/openssl/crypto/evp/
Dbio_ok.c426 static void longswap(void *_ptr, size_t len) in longswap() argument
437 unsigned char *p = _ptr, c; in longswap()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dyvals.h195 #define _IOPTR _ptr
Dmbstring.h19 char *_ptr; member
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h176 #define _TINYDIR_FREE(_ptr) free(_ptr) argument
/third_party/boost/libs/gil/doc/html/_sources/design/
Dmetafunctions.rst.txt28 (image view), ``_loc`` (pixel locator), ``_ptr`` (pixel iterator), ``_ref``
/third_party/boost/libs/gil/doc/design/
Dmetafunctions.rst28 (image view), ``_loc`` (pixel locator), ``_ptr`` (pixel iterator), ``_ref``

12