Searched refs:destructor (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A Dglobals.c80 __attribute__((destructor)) static void
/xsrc/external/mit/xwd/dist/
H A Dlist.c189 delete_list_destroying(list_ptr lp, void destructor(void *item))
196 if (destructor) {
197 destructor(item);
/xsrc/external/mit/libXt/dist/src/
H A DConvert.c90 XtDestructor destructor; member in struct:_ConverterRec
128 rec->destructor, True);
174 XtDestructor destructor; member in struct:_CacheRecExt
197 XtDestructor destructor,
221 p->destructor = destructor;
230 if (destructor || (cache_type & 0xff)) {
247 XtDestructor destructor)
266 num_args, True, cache_type, destructor, True);
270 num_args, True, cache_type, destructor, Tru
189 _XtTableAddConverter(ConverterTable table,XrmRepresentation from_type,XrmRepresentation to_type,XtTypeConverter converter,XtConvertArgRec const * convert_args,Cardinal num_args,_XtBoolean new_style,XtCacheType cache_type,XtDestructor destructor,_XtBoolean global) argument
241 XtSetTypeConverter(register _Xconst char * from_type,register _Xconst char * to_type,XtTypeConverter converter,XtConvertArgList convert_args,Cardinal num_args,XtCacheType cache_type,XtDestructor destructor) argument
277 XtAppSetTypeConverter(XtAppContext app,register _Xconst char * from_type,register _Xconst char * to_type,XtTypeConverter converter,XtConvertArgList convert_args,Cardinal num_args,XtCacheType cache_type,XtDestructor destructor) argument
349 CacheEnter(Heap * heap,register XtTypeConverter converter,register XrmValuePtr args,Cardinal num_args,XrmValuePtr from,XrmValuePtr to,Boolean succeeded,register int hash,Boolean do_ref,Boolean do_free,XtDestructor destructor,XtPointer closure) argument
[all...]
H A DConverters.c1834 #define Add2(from, to, proc, convert_args, num_args, cache, destructor) \
1837 True, cache, destructor, True)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.0.4.rst64 - clover: Add explicit virtual destructor to argument class
65 - eg/compute: Drop reference on code_bo in destructor.
67 - eg/compute: Drop reference to kernel_param bo in destructor
H A D10.3.1.rst119 - clover: Add support to mem objects for multiple destructor callbacks
H A D17.0.6.rst66 destructor
H A D13.0.5.rst184 - util: Fix Clang trivial destructor check.
H A D8.0.4.rst144 - glsl: Hook up loop_variable_state destructor to plug a memory leak.
H A D7.9.2.rst286 - glsl: Don't bother unsetting a destructor that was never set.
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.c78 void (*destructor)(void *); member in struct:ralloc_header
135 info->destructor = NULL;
270 /* Free the block itself. Call the destructor first, if any. */
271 if (info->destructor != NULL)
272 info->destructor(PTR_FROM_HEADER(info));
335 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
338 info->destructor = destructor;
H A Dralloc.h252 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));
447 /* The object's destructor is guaranteed to have already been \
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.c72 void (*destructor)(void *); member in struct:ralloc_header
137 info->destructor = NULL;
298 /* Free the block itself. Call the destructor first, if any. */
299 if (info->destructor != NULL)
300 info->destructor(PTR_FROM_HEADER(info));
363 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
366 info->destructor = destructor;
H A Dralloc.h314 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));
509 /* The object's destructor is guaranteed to have already been \
/xsrc/external/mit/brotli/dist/python/
H A D_brotli.cc359 (destructor)brotli_Compressor_dealloc, /* tp_dealloc */
586 (destructor)brotli_Decompressor_dealloc, /* tp_dealloc */
/xsrc/external/mit/libvdpau/dist/src/
H A Dvdpau_wrapper.c53 static void _vdp_close_driver(void) __attribute__((destructor));
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_common.c207 #define DESTRUCT(_func) static void _func (void) __attribute__((destructor));
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Dintel_dump_gpu.c567 static void __attribute__ ((destructor))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A Dvid_dec.c173 priv->destructor = vid_dec_Destructor;
H A Dvid_enc.c144 priv->destructor = vid_enc_Destructor;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec.c191 priv->destructor = vid_dec_Destructor;
H A Dvid_enc.c144 priv->destructor = vid_enc_Destructor;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_dump_gpu.c780 static void __attribute__ ((destructor))
/xsrc/external/mit/libX11/dist/
H A DREADME.md114 * Add XFreeThreads() and automatic call from a destructor function when
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman.c44 static void __attribute__((destructor))

Completed in 37 milliseconds

12