Searched refs:FREE (Results 1 - 25 of 98) sorted by relevance

1234

/external/srec/srec/ca/
H A Dpar_basi.c61 FREE((char *)hAcoustInp);
92 FREE((char *)hPatInp);
123 FREE((char *)hRecInp);
/external/srec/srec/crec/
H A Dsrec_initialize.c213 FREE(rec->current_model_scores);
214 FREE(rec->fsmarc_token_array);
215 FREE(rec->word_token_array);
216 FREE(rec->word_token_array_flags);
217 FREE(rec->fsmnode_token_array);
218 FREE(rec->altword_token_array);
219 FREE(rec->best_model_cost_for_frame);
230 FREE(rec->accumulated_cost_offset);
231 FREE(rec->cost_offset_for_frame);
232 FREE(re
[all...]
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c80 10050 FREE
431 #define FREE(soname, fnname, vg_replacement) \ macro
445 FREE(VG_Z_LIBSTDCXX_SONAME, free, free );
446 FREE(VG_Z_LIBC_SONAME, free, free );
447 FREE(SO_SYN_MALLOC, free, free );
450 FREE(VG_Z_LIBC_SONAME, free, free );
451 FREE(SO_SYN_MALLOC, free, free );
462 FREE(VG_Z_LIBSTDCXX_SONAME, cfree, free );
463 FREE(VG_Z_LIBC_SONAME, cfree, free );
464 FREE(SO_SYN_MALLO
[all...]
/external/srec/srec/cfront/
H A Dfrontpar.c72 FREE((char *)frontArgs);
H A Dfrontobj.c139 FREE((char *) config);
157 FREE((char *) channel);
220 FREE((char *) channel->prebuff);
222 FREE((char *) channel->prerefbuff);
224 FREE((char *) channel->filterbank);
226 FREE((char *) channel->filterbankref);
228 FREE((char *) channel->cep);
230 FREE((char *) channel->rasta);
232 FREE((char *) channel->framdata);
236 FREE((cha
[all...]
/external/srec/srec/clib/
H A Dmatx_ops.c57 FREE((char *)matrix[ii]);
58 FREE((char *)matrix);
144 FREE((char *)matrix[ii]);
145 FREE((char *)matrix);
H A Djacobi.c178 FREE((char *)b);
179 FREE((char *)d);
180 FREE((char *)z);
183 FREE((char *)a[i]);
184 FREE((char *)v[i]);
186 FREE((char *)a);
187 FREE((char *)v);
H A Dmatrix_i.c76 FREE((char *)input[ii]);
77 FREE((char *)input);
78 FREE((char *)col);
79 FREE((char *)index);
172 FREE((char *)vv);
/external/webkit/Source/JavaScriptCore/wtf/brew/
H A DSystemMallocBrew.h49 return FREE(p);
/external/srec/portable/src/
H A DPANSIFileSystemImpl.c89 FREE(key);
90 FREE(value);
95 FREE(self);
145 FREE(value);
174 FREE(key);
175 FREE(value);
203 FREE(key);
204 FREE(value);
323 FREE(key);
324 FREE(valu
[all...]
H A Dptimer.c58 FREE(tmp);
72 FREE(timer);
184 FREE(timer);
/external/harfbuzz/src/
H A Dharfbuzz-open.c61 FREE( ls->FeatureIndex );
78 FREE( ls->FeatureIndex );
168 FREE( s->LangSysRecord );
193 FREE( lsr );
270 FREE( sl->ScriptRecord );
291 FREE( sr );
331 FREE( f->LookupListIndex );
346 FREE( f->LookupListIndex );
407 FREE( fl->ApplyOrder );
410 FREE( f
[all...]
H A Dharfbuzz-gsub.c135 FREE ( gsub );
148 FREE( gsub );
235 FREE( s );
253 FREE( ss->ssf.ssf2.Substitute );
352 FREE( sub );
368 FREE( s->Substitute );
438 FREE( s );
462 FREE( s );
551 FREE( a );
566 FREE( a
[all...]
H A Dharfbuzz-gpos.c171 FREE( gpos );
183 FREE( gpos );
448 FREE( vr->DeviceTables );
464 FREE( vr->DeviceTables );
699 FREE( an->af.af3.DeviceTables );
710 FREE( an->af.af3.DeviceTables );
863 FREE( mr );
883 FREE( mr );
968 FREE( vr );
1001 FREE(
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-open.c61 FREE( ls->FeatureIndex );
78 FREE( ls->FeatureIndex );
168 FREE( s->LangSysRecord );
193 FREE( lsr );
270 FREE( sl->ScriptRecord );
291 FREE( sr );
331 FREE( f->LookupListIndex );
346 FREE( f->LookupListIndex );
407 FREE( fl->ApplyOrder );
410 FREE( f
[all...]
H A Dharfbuzz-gsub.c135 FREE ( gsub );
148 FREE( gsub );
235 FREE( s );
253 FREE( ss->ssf.ssf2.Substitute );
352 FREE( sub );
368 FREE( s->Substitute );
438 FREE( s );
462 FREE( s );
551 FREE( a );
566 FREE( a
[all...]
H A Dharfbuzz-gpos.c171 FREE( gpos );
183 FREE( gpos );
448 FREE( vr->DeviceTables );
464 FREE( vr->DeviceTables );
699 FREE( an->af.af3.DeviceTables );
710 FREE( an->af.af3.DeviceTables );
863 FREE( mr );
883 FREE( mr );
968 FREE( vr );
1001 FREE(
[all...]
/external/srec/seti/sltsEngine/src/
H A DSWIslts.c99 FREE(pLtsWrap);
176 FREE(pEng);
249 FREE(new_text);
260 FREE(new_text);
338 FREE(pTranscription[i].pBuffer);
341 FREE(pTranscription);
364 FREE(pTranscriptions[i].pBuffer);
367 FREE(pBuffer);
H A Drun_seq_lts.c242 FREE(questions[i]->list);
245 FREE(questions[i]);
248 FREE(questions);
312 FREE(lm->letters);
316 FREE(lm->type);
320 FREE(lm);
387 FREE(pm->phones[i]);
391 FREE(pm->phones);
397 FREE(pm);
479 FREE(output
[all...]
/external/srec/shared/src/
H A DHashMapImpl.c43 FREE(impl);
95 FREE(clone);
120 FREE(clonedKey);
122 FREE(value);
155 if (key) FREE(key);
156 if (freeValues && value) FREE(value);
266 if (key != NULL) FREE(key);
290 FREE(impl);
H A DLStringImpl.c95 FREE(impl->value);
96 FREE(impl);
H A DIntArrayListImpl.c50 FREE(impl);
188 FREE(impl->contents);
189 FREE(impl);
/external/v8/src/
H A Dglobal-handles.cc47 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
49 FREE, enumerator in enum:v8::internal::GlobalHandles::Node::State
81 state_ = FREE;
88 ASSERT(state_ == FREE);
99 ASSERT(state_ != FREE);
106 state_ = FREE;
137 bool IsRetainer() const { return state_ != FREE; }
152 ASSERT(state_ != FREE);
166 ASSERT(state_ != FREE);
[all...]
/external/srec/portable/include/
H A Dpmemory.h68 #define FREE(p) free(p) macro
149 #define FREE(ptr) pfree(ptr, L(__FILE__), __LINE__) macro
154 #define FREE(ptr) pfree(ptr) macro
/external/srec/srec/EventLog/src/
H A Driff.c306 FREE(swichunk->segs.tuples);
311 FREE(swichunk->kvals.kvpairs[0].key);
312 FREE(swichunk->kvals.kvpairs);
515 if (kvpair_buf) FREE(kvpair_buf);
516 if (swichunk->kvals.kvpairs) FREE(swichunk->kvals.kvpairs);
588 FREE((char *)wf);
609 FREE((char *)wf);
610 FREE((char *)cb);
620 FREE((char *)wf);
621 FREE((cha
[all...]

Completed in 359 milliseconds

1234