Lines Matching full:subobj
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;
520 /* init spezialized subobj part */
537 if (NULL == this || NULL == this->subObj) {
541 dtphr = (kdtphr_subobj_t *)this->subObj;
554 /* init spezialized subobj part */
571 if (NULL == this || NULL == this->subObj) {
575 dtacc = (kdtacc_subobj_t *)this->subObj;
588 /* init spezialized subobj part */
605 if (NULL == this || NULL == this->subObj) {
609 dtpam = (kdtpam_subobj_t *)this->subObj;
622 /* init spezialized subobj part */
635 picoos_deallocate(mm, (void *) &this->subObj);
657 this->subObj = picoos_allocate(common->mm,sizeof(kdtposp_subobj_t));
658 if (NULL == this->subObj) {
665 this->subObj = picoos_allocate(common->mm,sizeof(kdtposd_subobj_t));
666 if (NULL == this->subObj) {
673 this->subObj = picoos_allocate(common->mm,sizeof(kdtg2p_subobj_t));
674 if (NULL == this->subObj) {
681 this->subObj = picoos_allocate(common->mm,sizeof(kdtphr_subobj_t));
682 if (NULL == this->subObj) {
689 this->subObj = picoos_allocate(common->mm,sizeof(kdtacc_subobj_t));
690 if (NULL == this->subObj) {
697 this->subObj = picoos_allocate(common->mm,sizeof(kdtpam_subobj_t));
698 if (NULL == this->subObj) {
710 picoos_deallocate(common->mm, (void *) &this->subObj);
722 return ((NULL == this) ? NULL : ((picokdt_DtPosP) this->subObj));
726 return ((NULL == this) ? NULL : ((picokdt_DtPosD) this->subObj));
730 return ((NULL == this) ? NULL : ((picokdt_DtG2P) this->subObj));
734 return ((NULL == this) ? NULL : ((picokdt_DtPHR) this->subObj));
738 return ((NULL == this) ? NULL : ((picokdt_DtACC) this->subObj));
742 return ((NULL == this) ? NULL : ((picokdt_DtPAM) this->subObj));
827 Input : this handle to a dt subobj