HomeSort by relevance Sort by last modified time
    Searched refs:subObj (Results 1 - 21 of 21) sorted by null

  /external/svox/pico/lib/
picoknow.c 57 this->subObj = NULL;
70 if ((*this)->subObj != NULL) {
picokdbg.c 79 if (NULL == this || NULL == this->subObj) {
83 kdbg = (kdbg_subobj_t *)this->subObj;
92 picoos_deallocate(mm, (void *) &this->subObj);
105 this->subObj = picoos_allocate(common->mm, sizeof(kdbg_subobj_t));
106 if (NULL == this->subObj) {
118 return (picokdbg_Dbg)this->subObj;
picokpdf.c 97 if (NULL == this || NULL == this->subObj) {
101 pdfdur = (picokpdf_pdfdur_t *)this->subObj;
151 if (NULL == this || NULL == this->subObj) {
155 pdfmul = (picokpdf_pdfmul_t *)this->subObj;
254 if (NULL == this || NULL == this->subObj) {
258 pdfphs = (picokpdf_pdfphs_t *)this->subObj;
279 if ((NULL != this) && (NULL != this->subObj)) {
280 pdfmul = (picokpdf_pdfmul_t *)this->subObj;
283 picoos_deallocate(mm, (void *) &(this->subObj));
291 picoos_deallocate(mm, (void *) &this->subObj);
    [all...]
picoctrl.c 98 if (NULL == this || NULL == this->subObj) {
101 ctrl = (ctrl_subobj_t *) this->subObj;
140 register ctrl_subobj_t * ctrl = (ctrl_subobj_t *) this->subObj;
240 if (NULL == this || NULL == this->subObj) {
243 ctrl = (ctrl_subobj_t *) this->subObj;
267 if (NULL == this || NULL == this->subObj) {
270 ctrl = (ctrl_subobj_t *) this->subObj;
278 picoos_deallocate(this->common->mm, (void *) &this->subObj);
307 ctrl = (ctrl_subobj_t *) this->subObj;
436 this->subObj = picoos_allocate(mm, sizeof(ctrl_subobj_t))
    [all...]
picoktab.c 72 if (NULL == this || NULL == this->subObj) {
76 ids = (picoktab_FixedIds) this->subObj;
88 picoos_deallocate(mm, (void *) &this->subObj);
101 this->subObj = picoos_allocate(common->mm, sizeof(picoktab_fixed_ids_t));
102 if (NULL == this->subObj) {
111 return ((NULL == this) ? NULL : ((picoktab_FixedIds) this->subObj));
210 if (NULL == this || NULL == this->subObj) {
214 ktabgraphs = (ktabgraphs_subobj_t *) this->subObj;
225 picoos_deallocate(mm, (void *) &this->subObj);
238 this->subObj = picoos_allocate(common->mm, sizeof(ktabgraphs_subobj_t))
    [all...]
picokfst.c 153 if (NULL == this || NULL == this->subObj) {
157 kfst = (kfst_subobj_t *) this->subObj;
188 picoos_deallocate(mm, (void *) &this->subObj);
209 this->subObj = picoos_allocate(common->mm, sizeof(kfst_subobj_t));
211 if (NULL == this->subObj) {
216 picoos_deallocate(common->mm,(void **)&this->subObj);
235 return (picokfst_FST) this->subObj;
picoklex.c 158 if (NULL == this || NULL == this->subObj) {
162 klex = (klex_subobj_t *) this->subObj;
186 picoos_deallocate(mm, (void *) &this->subObj);
205 this->subObj = picoos_allocate(common->mm, sizeof(klex_subobj_t));
206 if (NULL == this->subObj) {
237 return (picoklex_Lex) this->subObj;
picokdt.c 240 /* subobj shared by all decision trees */
261 /* subobj specific for each decision tree type */
437 if (NULL == this || NULL == this->subObj) {
441 dtposp = (kdtposp_subobj_t *)this->subObj;
453 /* init specialized subobj part */
470 if (NULL == this || NULL == this->subObj) {
474 dtposd = (kdtposd_subobj_t *)this->subObj;
486 /* init spezialized subobj part */
503 if (NULL == this || NULL == this->subObj) {
507 dtg2p = (kdtg2p_subobj_t *)this->subObj;
    [all...]
picopam.c 564 if (NULL == this || NULL == this->subObj) {
567 pam = (pam_subobj_t *) this->subObj;
722 if (NULL == this || NULL == this->subObj) {
725 pam = (pam_subobj_t *) this->subObj;
745 pam = (pam_subobj_t *) this->subObj;
765 picoos_deallocate(this->common->mm, (void *) &this->subObj);
802 this->subObj = picoos_allocate(mm, sizeof(pam_subobj_t));
803 if (this->subObj == NULL) {
812 pam = (pam_subobj_t *) this->subObj;
815 picoos_deallocate(mm, (void *) &this->subObj);
    [all...]
picoknow.h 178 void * subObj;
picowa.c 90 if (NULL == this || NULL == this->subObj) {
94 wa = (wa_subobj_t *) this->subObj;
153 picoos_deallocate(this->common->mm, (void *) &this->subObj);
177 this->subObj = picoos_allocate(mm, sizeof(wa_subobj_t));
178 if (this->subObj == NULL) {
383 if (NULL == this || NULL == this->subObj) {
386 wa = (wa_subobj_t *) this->subObj;
picosig.c 120 if (NULL == this || NULL == this->subObj) {
123 sig_subObj = (sig_subobj_t *) this->subObj;
200 if (NULL == this || NULL == this->subObj) {
203 sig_subObj = (sig_subobj_t *) this->subObj;
221 if ((NULL == this) || ((this)->subObj == NULL)) {
224 sig_subObj = (sig_subobj_t *) (this)->subObj;
240 picoos_deallocate(this->common->mm, (void *) &this->subObj);
276 this->subObj = picoos_allocate(mm, sizeof(sig_subobj_t));
278 if (NULL == this->subObj) {
283 sig_subObj = (sig_subobj_t *) this->subObj;
    [all...]
picospho.c 249 if (NULL == this || NULL == this->subObj) {
253 spho = (spho_subobj_t *) this->subObj;
299 if (NULL == this || NULL == this->subObj) {
304 spho = (spho_subobj_t *) this->subObj;
347 spho = (spho_subobj_t *) this->subObj;
350 if (NULL != this->subObj) {
351 spho = (spho_subobj_t *) (this->subObj);
353 picoos_deallocate(mm, (void *) &this->subObj);
375 this->subObj = picoos_allocate(mm, sizeof(spho_subobj_t));
376 if (this->subObj == NULL)
    [all...]
picokpr.c 177 if (NULL == this || NULL == this->subObj) {
181 kpr = (kpr_subobj_t *) this->subObj;
230 picoos_deallocate(mm, (void *) &this->subObj);
248 this->subObj = picoos_allocate(common->mm, sizeof(kpr_subobj_t));
249 if (NULL == this->subObj) {
265 return (picokpr_Preproc) this->subObj;
picoacph.c 166 if (NULL == this || NULL == this->subObj) {
170 acph = (acph_subobj_t *) this->subObj;
288 picoos_deallocate(this->common->mm, (void *) &this->subObj);
311 this->subObj = picoos_allocate(mm, sizeof(acph_subobj_t));
312 if (this->subObj == NULL) {
    [all...]
picosa.c 255 if (NULL == this || NULL == this->subObj) {
259 sa = (sa_subobj_t *) this->subObj;
435 sa = (sa_subobj_t *) this->subObj;
437 picoos_deallocate(mm, (void *) &this->subObj);
461 this->subObj = picoos_allocate(mm, sizeof(sa_subobj_t));
462 if (this->subObj == NULL) {
468 sa = (sa_subobj_t *) this->subObj;
    [all...]
picodata.c 77 void * subObj;
94 if (NULL != this->subObj) {
126 this->subObj = NULL;
137 if (NULL != (*this)->subObj) {
627 this->subObj = NULL;
637 if (NULL != (*this)->subObj) {
    [all...]
picocep.c 292 if (NULL == this || NULL == this->subObj) {
295 cep = (cep_subobj_t *) this->subObj;
399 cep_subobj_t * cep = (cep_subobj_t *) this->subObj;
403 picoos_deallocate(this->common->mm, (void *) &this->subObj);
438 this->subObj = picoos_allocate(mm, sizeof(cep_subobj_t));
440 cep = (cep_subobj_t *) this->subObj;
442 if (this->subObj == NULL) {
    [all...]
picopr.c 360 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
415 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
435 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
443 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
915 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
943 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
1019 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
1067 pr_subobj_t * pr = (pr_subobj_t *) this->subObj;
    [all...]
picodata.h 518 void * subObj;
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java     [all...]

Completed in 165 milliseconds