| /xsrc/external/mit/libX11/dist/src/ |
| H A D | globals.c | 80 __attribute__((destructor)) static void
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | list.c | 189 delete_list_destroying(list_ptr lp, void destructor(void *item)) 196 if (destructor) { 197 destructor(item);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Convert.c | 90 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 D | Converters.c | 1834 #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 D | 18.0.4.rst | 64 - 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 D | 10.3.1.rst | 119 - clover: Add support to mem objects for multiple destructor callbacks
|
| H A D | 17.0.6.rst | 66 destructor
|
| H A D | 13.0.5.rst | 184 - util: Fix Clang trivial destructor check.
|
| H A D | 8.0.4.rst | 144 - glsl: Hook up loop_variable_state destructor to plug a memory leak.
|
| H A D | 7.9.2.rst | 286 - glsl: Don't bother unsetting a destructor that was never set.
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | ralloc.c | 78 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 D | ralloc.h | 252 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 D | ralloc.c | 72 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 D | ralloc.h | 314 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.cc | 359 (destructor)brotli_Compressor_dealloc, /* tp_dealloc */ 586 (destructor)brotli_Decompressor_dealloc, /* tp_dealloc */
|
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | vdpau_wrapper.c | 53 static void _vdp_close_driver(void) __attribute__((destructor));
|
| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_common.c | 207 #define DESTRUCT(_func) static void _func (void) __attribute__((destructor));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 567 static void __attribute__ ((destructor))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/ |
| H A D | vid_dec.c | 173 priv->destructor = vid_dec_Destructor;
|
| H A D | vid_enc.c | 144 priv->destructor = vid_enc_Destructor;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec.c | 191 priv->destructor = vid_dec_Destructor;
|
| H A D | vid_enc.c | 144 priv->destructor = vid_enc_Destructor;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 780 static void __attribute__ ((destructor))
|
| /xsrc/external/mit/libX11/dist/ |
| H A D | README.md | 114 * Add XFreeThreads() and automatic call from a destructor function when
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman.c | 44 static void __attribute__((destructor))
|