Home
last modified time | relevance | path

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

12345678910>>...39

/external/chromium_org/gpu/command_buffer/client/
Dfenced_allocator.cc42 Block block = { FREE, 0, RoundDown(size), kUnusedToken }; in FencedAllocator()
55 DCHECK_EQ(blocks_[0].state, FREE); in ~FencedAllocator()
76 if (block.state == FREE && block.size >= size) { in Alloc()
97 DCHECK_NE(blocks_[index].state, FREE); in Free()
103 block.state = FREE; in Free()
124 if (block.state == FREE) in GetLargestFreeSize()
141 DCHECK(block.state == FREE || block.state == FREE_PENDING_TOKEN); in GetLargestFreeOrPendingSize()
162 if (current.state == FREE && next.state == FREE) in CheckConsistency()
171 return blocks_.size() != 1 || blocks_[0].state != FREE; in InUse()
180 if (next.state == FREE) { in CollapseFreeBlock()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_state_shader.c83 FREE((void *) var->tokens); in create_fs_variant()
94 FREE((void *) stipple_fs->tokens); in create_fs_variant()
95 FREE(stipple_fs); in create_fs_variant()
138 FREE((void *) state->shader.tokens); in softpipe_create_fs_state()
139 FREE(state); in softpipe_create_fs_state()
200 FREE((void *) state->shader.tokens); in softpipe_delete_fs_state()
201 FREE(state); in softpipe_delete_fs_state()
232 FREE( (void *)state->shader.tokens ); in softpipe_create_vs_state()
233 FREE( state->draw_data ); in softpipe_create_vs_state()
234 FREE( state ); in softpipe_create_vs_state()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c83 FREE((void *) var->tokens); in create_fs_variant()
94 FREE((void *) stipple_fs->tokens); in create_fs_variant()
95 FREE(stipple_fs); in create_fs_variant()
138 FREE((void *) state->shader.tokens); in softpipe_create_fs_state()
139 FREE(state); in softpipe_create_fs_state()
200 FREE((void *) state->shader.tokens); in softpipe_delete_fs_state()
201 FREE(state); in softpipe_delete_fs_state()
232 FREE( (void *)state->shader.tokens ); in softpipe_create_vs_state()
233 FREE( state->draw_data ); in softpipe_create_vs_state()
234 FREE( state ); in softpipe_create_vs_state()
[all …]
/external/srec/srec/crec/
Dsrec_initialize.c213 FREE(rec->current_model_scores); in free_recognition1()
214 FREE(rec->fsmarc_token_array); in free_recognition1()
215 FREE(rec->word_token_array); in free_recognition1()
216 FREE(rec->word_token_array_flags); in free_recognition1()
217 FREE(rec->fsmnode_token_array); in free_recognition1()
218 FREE(rec->altword_token_array); in free_recognition1()
219 FREE(rec->best_model_cost_for_frame); in free_recognition1()
230 FREE(rec->accumulated_cost_offset); in free_recognition()
231 FREE(rec->cost_offset_for_frame); in free_recognition()
232 FREE(rec->best_token_for_node); in free_recognition()
[all …]
/external/srec/srec/cfront/
Dfrontobj.c139 FREE((char *) config); in delete_config_object()
157 FREE((char *) channel); in delete_channel_object()
220 FREE((char *) channel->prebuff); in clear_channel_object()
222 FREE((char *) channel->prerefbuff); in clear_channel_object()
224 FREE((char *) channel->filterbank); in clear_channel_object()
226 FREE((char *) channel->filterbankref); in clear_channel_object()
228 FREE((char *) channel->cep); in clear_channel_object()
230 FREE((char *) channel->rasta); in clear_channel_object()
232 FREE((char *) channel->framdata); in clear_channel_object()
236 FREE((char *) channel->spectral_sub->sub_vector); in clear_channel_object()
[all …]
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c454 #define FREE(soname, fnname, vg_replacement) \ macro
468 FREE(VG_Z_LIBSTDCXX_SONAME, free, free );
469 FREE(VG_Z_LIBC_SONAME, free, free );
470 FREE(SO_SYN_MALLOC, free, free );
473 FREE(VG_Z_LIBC_SONAME, free, free );
474 FREE(SO_SYN_MALLOC, free, free );
485 FREE(VG_Z_LIBSTDCXX_SONAME, cfree, free );
486 FREE(VG_Z_LIBC_SONAME, cfree, free );
487 FREE(SO_SYN_MALLOC, cfree, free );
500 FREE(VG_Z_LIBSTDCXX_SONAME, __builtin_delete, __builtin_delete );
[all …]
/external/srec/portable/src/
DPANSIFileSystemImpl.c89 FREE(key); in PANSIFileSystemDestroyImpl()
90 FREE(value); in PANSIFileSystemDestroyImpl()
95 FREE(self); in PANSIFileSystemDestroyImpl()
145 FREE(value); in PANSIFileSystemAddPathImpl()
174 FREE(key); in PANSIFileSystemAddPathImpl()
175 FREE(value); in PANSIFileSystemAddPathImpl()
203 FREE(key); in PANSIFileSystemRemovePathImpl()
204 FREE(value); in PANSIFileSystemRemovePathImpl()
323 FREE(key); in PANSIFileSystemSetDefault()
324 FREE(value); in PANSIFileSystemSetDefault()
[all …]
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c97 FREE(r300->aa_state.state); in r300_destroy_context()
98 FREE(r300->blend_color_state.state); in r300_destroy_context()
99 FREE(r300->clip_state.state); in r300_destroy_context()
100 FREE(r300->fb_state.state); in r300_destroy_context()
101 FREE(r300->gpu_flush.state); in r300_destroy_context()
102 FREE(r300->hyperz_state.state); in r300_destroy_context()
103 FREE(r300->invariant_state.state); in r300_destroy_context()
104 FREE(r300->rs_block_state.state); in r300_destroy_context()
105 FREE(r300->scissor_state.state); in r300_destroy_context()
106 FREE(r300->textures_state.state); in r300_destroy_context()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_context.c97 FREE(r300->aa_state.state); in r300_destroy_context()
98 FREE(r300->blend_color_state.state); in r300_destroy_context()
99 FREE(r300->clip_state.state); in r300_destroy_context()
100 FREE(r300->fb_state.state); in r300_destroy_context()
101 FREE(r300->gpu_flush.state); in r300_destroy_context()
102 FREE(r300->hyperz_state.state); in r300_destroy_context()
103 FREE(r300->invariant_state.state); in r300_destroy_context()
104 FREE(r300->rs_block_state.state); in r300_destroy_context()
105 FREE(r300->scissor_state.state); in r300_destroy_context()
106 FREE(r300->textures_state.state); in r300_destroy_context()
[all …]
/external/chromium_org/third_party/mesa/src/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_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()
/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_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()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_state_vs.c71 FREE( (void *)state->shader.tokens ); in llvmpipe_create_vs_state()
72 FREE( state->draw_data ); in llvmpipe_create_vs_state()
73 FREE( state ); in llvmpipe_create_vs_state()
106 FREE( (void *)state->shader.tokens ); in llvmpipe_delete_vs_state()
107 FREE( state ); in llvmpipe_delete_vs_state()
Dlp_state_gs.c70 FREE( (void *)state->shader.tokens ); in llvmpipe_create_gs_state()
71 FREE( state->draw_data ); in llvmpipe_create_gs_state()
72 FREE( state ); in llvmpipe_create_gs_state()
102 FREE(state); in llvmpipe_delete_gs_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_vs.c71 FREE( (void *)state->shader.tokens ); in llvmpipe_create_vs_state()
72 FREE( state->draw_data ); in llvmpipe_create_vs_state()
73 FREE( state ); in llvmpipe_create_vs_state()
106 FREE( (void *)state->shader.tokens ); in llvmpipe_delete_vs_state()
107 FREE( state ); in llvmpipe_delete_vs_state()
Dlp_state_gs.c70 FREE( (void *)state->shader.tokens ); in llvmpipe_create_gs_state()
71 FREE( state->draw_data ); in llvmpipe_create_gs_state()
72 FREE( state ); in llvmpipe_create_gs_state()
102 FREE(state); in llvmpipe_delete_gs_state()
/external/chromium_org/third_party/mesa/src/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()
/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()
/external/srec/srec/clib/
Djacobi.c178 FREE((char *)b); in Jacobi()
179 FREE((char *)d); in Jacobi()
180 FREE((char *)z); in Jacobi()
183 FREE((char *)a[i]); in Jacobi()
184 FREE((char *)v[i]); in Jacobi()
186 FREE((char *)a); in Jacobi()
187 FREE((char *)v); in Jacobi()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
Drbug_objects.c77 FREE(rb_resource); in rbug_resource_destroy()
118 FREE(rb_surface); in rbug_surface_destroy()
155 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/mesa3d/src/gallium/drivers/rbug/
Drbug_objects.c77 FREE(rb_resource); in rbug_resource_destroy()
118 FREE(rb_surface); in rbug_surface_destroy()
155 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/srec/seti/sltsEngine/src/
DSWIslts.c99 FREE(pLtsWrap); in SWIsltsReleaseWrapper()
176 FREE(pEng); in SWIsltsClose()
249 FREE(new_text); in SWIsltsTextToPhone()
260 FREE(new_text); in SWIsltsTextToPhone()
338 FREE(pTranscription[i].pBuffer); in SWIsltsG2PGetWordTranscriptions()
341 FREE(pTranscription); in SWIsltsG2PGetWordTranscriptions()
364 FREE(pTranscriptions[i].pBuffer); in SWIsltsG2PFreeWordTranscriptions()
367 FREE(pBuffer); in SWIsltsG2PFreeWordTranscriptions()
/external/mesa3d/src/gallium/winsys/i915/sw/
Di915_sw_buffer.c26 FREE(buf); in i915_sw_buffer_create()
54 FREE(buf); in i915_sw_buffer_create_tiled()
101 FREE(buf->ptr); in i915_sw_buffer_destroy()
102 FREE(buf); in i915_sw_buffer_destroy()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
Di915_sw_buffer.c26 FREE(buf); in i915_sw_buffer_create()
54 FREE(buf); in i915_sw_buffer_create_tiled()
101 FREE(buf->ptr); in i915_sw_buffer_destroy()
102 FREE(buf); in i915_sw_buffer_destroy()

12345678910>>...39