Searched refs:voidp (Results 1 - 25 of 42) sorted by relevance

12

/external/skia/src/codec/
H A DSkPngCodec.h35 // We hold the png_ptr and info_ptr as voidp to avoid having to include png.h
36 // or forward declare their types here. voidp auto-casts to the real pointer types.
37 struct voidp { struct in class:SkPngCodec
38 voidp(void* ptr) : fPtr(ptr) {} function in struct:SkPngCodec::voidp
60 voidp png_ptr() { return fPng_ptr; }
61 voidp info_ptr() { return fInfo_ptr; }
81 voidp fPng_ptr;
82 voidp fInfo_ptr;
/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp121 typedef void *voidp; typedef
122 (void)voidp(0);
123 (void)voidp((int*)0);
142 (void)voidp((const int*)0); // const_cast appended
237 typedef void *voidp; typedef
238 void *vp = voidp(testval);
281 typedef void *voidp; typedef
282 void *vp = voidp(fp);
/external/freetype/src/gzip/
H A Dftzconf.h48 # define voidp z_voidp macro
237 typedef void *voidp; typedef
240 typedef Byte *voidp; typedef
H A Dzconf.h48 # define voidp z_voidp macro
237 typedef void *voidp; typedef
240 typedef Byte *voidp; typedef
H A Dzutil.c160 extern voidp ft_scalloc OF((uInt items, uInt size));
/external/syslinux/com32/lib/zlib/
H A Dzconf.in.h51 # define voidp z_voidp macro
270 typedef void *voidp; typedef
274 typedef Byte *voidp; typedef
H A Dzutil.c295 extern voidp malloc OF((uInt size));
296 extern voidp calloc OF((uInt items, uInt size));
/external/zlib/src/contrib/iostream2/
H A Dzstream.h209 return ::gzwrite(m_fp, (voidp) buf, len);
265 return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T));
273 ::gzwrite(zs.fp(), (voidp) &x, sizeof(T));
288 ::gzwrite(zs.fp(), (voidp) x, len.value());
/external/syslinux/com32/include/
H A Dzconf.h124 # define voidp z_voidp macro
352 typedef void *voidp; typedef
356 typedef Byte *voidp; typedef
/external/zlib/src/contrib/minizip/
H A Dunzip.h70 typedef voidp unzFile;
380 voidp buf,
406 voidp buf,
H A Dzip.h69 typedef voidp zipFile;
/external/pdfium/third_party/zlib_v128/
H A Dzconf.h145 # define voidp z_voidp macro
387 typedef void *voidp; typedef
391 typedef Byte *voidp; typedef
H A Dgzguts.h115 extern voidp malloc OF((uInt size));
H A Dzutil.c301 extern voidp malloc OF((uInt size));
302 extern voidp calloc OF((uInt items, uInt size));
/external/python/cpython2/Modules/zlib/
H A Dzconf.h145 # define voidp z_voidp macro
387 typedef void *voidp; typedef
391 typedef Byte *voidp; typedef
H A Dgzguts.h113 extern voidp malloc OF((uInt size));
H A Dzutil.c299 extern voidp malloc OF((uInt size));
300 extern voidp calloc OF((uInt items, uInt size));
H A Dzconf.h.cmakein147 # define voidp z_voidp
389 typedef void *voidp;
393 typedef Byte *voidp;
H A Dzconf.h.in145 # define voidp z_voidp
387 typedef void *voidp;
391 typedef Byte *voidp;
/external/zlib/src/
H A Dzconf.h145 # define voidp z_voidp macro
387 typedef void *voidp; typedef
391 typedef Byte *voidp; typedef
H A Dgzguts.h113 extern voidp malloc OF((uInt size));
H A Dzutil.c299 extern voidp malloc OF((uInt size));
300 extern voidp calloc OF((uInt items, uInt size));
H A Dzconf.h.cmakein147 # define voidp z_voidp
389 typedef void *voidp;
393 typedef Byte *voidp;
H A Dzconf.h.in145 # define voidp z_voidp
387 typedef void *voidp;
391 typedef Byte *voidp;
/external/zlib/
H A Dzconf.h145 # define voidp z_voidp macro
387 typedef void *voidp; typedef
391 typedef Byte *voidp; typedef

Completed in 527 milliseconds

12