Home
last modified time | relevance | path

Searched refs:FREE (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c117 FREE(drv); in VA_DRIVER_INIT_FUNC()
135 FREE(drv); in VA_DRIVER_INIT_FUNC()
145 FREE(drv); in VA_DRIVER_INIT_FUNC()
199 FREE(drv); in VA_DRIVER_INIT_FUNC()
234 FREE(context); in vlVaCreateContext()
257 FREE(context); in vlVaCreateContext()
262 FREE(context->desc.h264.pps); in vlVaCreateContext()
263 FREE(context); in vlVaCreateContext()
273 FREE(context); in vlVaCreateContext()
278 FREE(context->desc.h265.pps); in vlVaCreateContext()
[all …]
Dconfig.c193 FREE(config); in vlVaCreateConfig()
211 FREE(config); in vlVaCreateConfig()
221 FREE(config); in vlVaCreateConfig()
231 FREE(config); in vlVaCreateConfig()
239 FREE(config); in vlVaCreateConfig()
258 FREE(config); in vlVaCreateConfig()
295 FREE(config); in vlVaDestroyConfig()
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c514 #define FREE(soname, fnname, vg_replacement) \ macro
528 FREE(VG_Z_LIBSTDCXX_SONAME, free, free );
529 FREE(VG_Z_LIBC_SONAME, free, free );
530 FREE(SO_SYN_MALLOC, free, free );
533 FREE(VG_Z_LIBC_SONAME, free, free );
534 FREE(SO_SYN_MALLOC, free, free );
539 FREE(VG_Z_LIBC_SONAME, free, free );
540 FREE(VG_Z_LIBUMEM_SO_1, free, free );
541 FREE(SO_SYN_MALLOC, free, free );
550 FREE(VG_Z_LIBSTDCXX_SONAME, cfree, free );
[all …]
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c107 FREE(r300->aa_state.state); in r300_destroy_context()
108 FREE(r300->blend_color_state.state); in r300_destroy_context()
109 FREE(r300->clip_state.state); in r300_destroy_context()
110 FREE(r300->fb_state.state); in r300_destroy_context()
111 FREE(r300->gpu_flush.state); in r300_destroy_context()
112 FREE(r300->hyperz_state.state); in r300_destroy_context()
113 FREE(r300->invariant_state.state); in r300_destroy_context()
114 FREE(r300->rs_block_state.state); in r300_destroy_context()
115 FREE(r300->sample_mask.state); in r300_destroy_context()
116 FREE(r300->scissor_state.state); in r300_destroy_context()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_keymap.c70 FREE((void*) data); in default_delete_func()
119 FREE(map); in util_new_keymap()
142 FREE(map); in util_delete_keymap()
218 FREE(item); in util_keymap_insert()
278 FREE(item->key); in util_keymap_remove()
279 FREE(item); in util_keymap_remove()
306 FREE(item->key); in util_keymap_remove_all()
307 FREE(item); in util_keymap_remove_all()
Du_debug_flush.c135 FREE(fbuf->map_frame); in debug_flush_buf_reference()
137 FREE(fbuf); in debug_flush_buf_reference()
148 FREE(item->ref_frame); in debug_flush_item_destroy()
150 FREE(item); in debug_flush_item_destroy()
175 FREE(fctx); in debug_flush_ctx_create()
206 FREE((void *)frame); in debug_flush_alert()
264 FREE(fbuf->map_frame); in debug_flush_unmap()
386 FREE(fctx); in debug_flush_ctx_destroy()
Du_hash_table.c90 FREE(ht); in util_hash_table_create()
172 FREE(item); in util_hash_table_set()
221 FREE(item); in util_hash_table_remove()
240 FREE(item); in util_hash_table_clear()
286 FREE(item); in util_hash_table_destroy()
292 FREE(ht); in util_hash_table_destroy()
Du_queue.c122 FREE(input); in PIPE_THREAD_ROUTINE()
211 FREE(input); in util_queue_init()
228 FREE(queue->threads); in util_queue_init()
234 FREE(queue->jobs); in util_queue_init()
266 FREE(queue->jobs); in util_queue_destroy()
267 FREE(queue->threads); in util_queue_destroy()
Du_ringbuffer.c43 FREE(ring->buf); in util_ringbuffer_create()
44 FREE(ring); in util_ringbuffer_create()
52 FREE(ring->buf); in util_ringbuffer_destroy()
53 FREE(ring); in util_ringbuffer_destroy()
/external/ltp/testcases/kernel/io/disktest/
Ddump.c139 FREE(ibuff); in dump_data()
166 FREE(ibuff); in dump_data()
167 FREE(obuff); in dump_data()
171 FREE(ibuff); in dump_data()
172 FREE(obuff); in dump_data()
195 FREE(buff); in do_dump()
202 FREE(buff); in do_dump()
218 FREE(buff); in do_dump()
Dthreading.c140 FREE(pTmpThreadLast); in cleanUpTestChildren()
205 FREE(pLastTest->env->action_list); in cleanUp()
206 FREE(pLastTest->args); in cleanUp()
207 FREE(pLastTest->env); in cleanUp()
208 FREE(pLastTest); in cleanUp()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c120 FREE(batch); in init_perf_monitor()
124 FREE(batch); in init_perf_monitor()
139 FREE(stm->active_counters); in reset_perf_monitor()
147 FREE(stm->batch_result); in reset_perf_monitor()
167 FREE(stm); in st_DeletePerfMonitor()
445 FREE(stgroups[gid].counters); in st_InitPerfMonitorGroups()
446 FREE((void *)groups[gid].Counters); in st_InitPerfMonitorGroups()
448 FREE(stgroups); in st_InitPerfMonitorGroups()
450 FREE(groups); in st_InitPerfMonitorGroups()
460 FREE(st->perfmon[gid].counters); in st_destroy_perfmon()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DOpenIntToDoubleHashMap.java43 protected static final byte FREE = 0; field in OpenIntToDoubleHashMap
186 if (states[index] == FREE) { in get()
191 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in get()
216 if (states[index] == FREE) { in containsKey()
221 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in containsKey()
274 if (states[index] == FREE) { in findInsertionIndex()
294 if (states[index] == FREE) { in findInsertionIndex()
307 if (states[index] == FREE) { in findInsertionIndex()
360 if (states[index] == FREE) { in remove()
365 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in remove()
DOpenIntToFieldHashMap.java46 protected static final byte FREE = 0; field in OpenIntToFieldHashMap
198 if (states[index] == FREE) { in get()
203 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in get()
228 if (states[index] == FREE) { in containsKey()
233 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in containsKey()
286 if (states[index] == FREE) { in findInsertionIndex()
306 if (states[index] == FREE) { in findInsertionIndex()
319 if (states[index] == FREE) { in findInsertionIndex()
372 if (states[index] == FREE) { in remove()
377 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in remove()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c86 FREE((void *) var->tokens); in create_fs_variant()
137 FREE(state); in softpipe_create_fs_state()
199 FREE(state); in softpipe_delete_fs_state()
231 FREE( state->draw_data ); in softpipe_create_vs_state()
232 FREE( state ); in softpipe_create_vs_state()
261 FREE( state ); in softpipe_delete_vs_state()
301 FREE( state->draw_data ); in softpipe_create_gs_state()
302 FREE( state ); in softpipe_create_gs_state()
334 FREE(state); in softpipe_delete_gs_state()
428 FREE(state); in softpipe_delete_compute_state()
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_connection.c59 FREE(c); in rbug_disconnect()
97 FREE(data); in rbug_get_message()
106 FREE(data); in rbug_get_message()
124 FREE(header->__message); in rbug_free_header()
125 FREE(header); in rbug_free_header()
Drbug_context.c71 FREE(__data); in rbug_send_context_list()
109 FREE(__data); in rbug_send_context_info()
150 FREE(__data); in rbug_send_context_draw_block()
191 FREE(__data); in rbug_send_context_draw_step()
232 FREE(__data); in rbug_send_context_draw_unblock()
285 FREE(__data); in rbug_send_context_draw_rule()
323 FREE(__data); in rbug_send_context_flush()
365 FREE(__data); in rbug_send_context_list_reply()
426 FREE(__data); in rbug_send_context_info_reply()
467 FREE(__data); in rbug_send_context_draw_blocked()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_objects.c80 FREE(rb_resource); in rbug_resource_destroy()
121 FREE(rb_surface); in rbug_surface_destroy()
157 FREE(rb_view); in rbug_sampler_view_destroy()
198 FREE(rb_transfer); in rbug_transfer_destroy()
247 FREE(rb_shader->replaced_tokens); in rbug_shader_destroy()
248 FREE(rb_shader->tokens); in rbug_shader_destroy()
249 FREE(rb_shader); in rbug_shader_destroy()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp244 FREE(pData); in Reset()
1735 FREE(pszVersion);
2167 FREE(pCamera[i].pfAnimFOV);
2168 FREE(pCamera);
2170 FREE(pLight);
2174 FREE(pMaterial[i].pszName);
2175 FREE(pMaterial[i].pszEffectFile);
2176 FREE(pMaterial[i].pszEffectName);
2177 FREE(pMaterial[i].pUserData);
2179 FREE(pMaterial);
[all …]
DPVRTBoneBatch.h67 FREE(pnBatches); in Release()
68 FREE(pnBatchBoneCnt); in Release()
69 FREE(pnBatchOffset); in Release()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c95 FREE(state); in delete_blend_state()
103 FREE(state); in delete_depth_stencil_state()
111 FREE(state); in delete_sampler_state()
119 FREE(state); in delete_rasterizer_state()
127 FREE(state); in delete_velements()
150 FREE(state); in delete_cso()
297 FREE(sc); in cso_cache_delete()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_slab.c220 FREE(slab->buffers); in pb_slab_buffer_destroy()
221 FREE(slab); in pb_slab_buffer_destroy()
367 FREE(slab); in pb_slab_create()
449 FREE(mgr); in pb_slab_manager_destroy()
528 FREE(mgr->buckets); in pb_slab_range_manager_destroy()
529 FREE(mgr->bucketSizes); in pb_slab_range_manager_destroy()
530 FREE(mgr); in pb_slab_range_manager_destroy()
585 FREE(mgr->buckets); in pb_slab_range_manager_create()
587 FREE(mgr); in pb_slab_range_manager_create()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline.c285 FREE(vert_info->verts); in fetch_pipeline_generic()
299 FREE(vert_info->verts); in fetch_pipeline_generic()
308 FREE(vert_info->verts); in fetch_pipeline_generic()
318 FREE(vert_info->verts); in fetch_pipeline_generic()
320 FREE(prim_info->primitive_lengths); in fetch_pipeline_generic()
355 FREE(vert_info->verts); in fetch_pipeline_generic()
357 FREE(prim_info->primitive_lengths); in fetch_pipeline_generic()
487 FREE(middle); in fetch_pipeline_destroy()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp306 if(bFreeVertexShader) FREE(pszVertexShader); in LoadShadersForEffect()
307 if(bFreeFragmentShader) FREE(pszFragmentShader); in LoadShadersForEffect()
322 if(bFreeVertexShader) FREE(pszVertexShader); in LoadShadersForEffect()
323 if(bFreeFragmentShader) FREE(pszFragmentShader); in LoadShadersForEffect()
353 if(bFreeVertexShader) FREE(pszVertexShader); in LoadShadersForEffect()
354 if(bFreeFragmentShader) FREE(pszFragmentShader); in LoadShadersForEffect()
370 FREE(pszVertexShader); in LoadShadersForEffect()
372 FREE(pszFragmentShader); in LoadShadersForEffect()
379 FREE(pszVertexShader); in LoadShadersForEffect()
382 FREE(pszFragmentShader); in LoadShadersForEffect()
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_sw.c156 FREE(sdev); in pipe_loader_sw_probe_dri()
190 FREE(sdev); in pipe_loader_sw_probe_kms()
221 FREE(sdev); in pipe_loader_sw_probe_null()
266 FREE(sdev); in pipe_loader_sw_probe_wrapped()
285 FREE(sdev); in pipe_loader_sw_release()

12345678910>>...28