Searched refs:newtable (Results 1 – 1 of 1) sorted by relevance
842 void** newtable; in icvGetNodePtr() local844 int newrawsize = newsize*sizeof(newtable[0]); in icvGetNodePtr()850 CV_CALL( newtable = (void**)cvAlloc( newrawsize )); in icvGetNodePtr()851 memset( newtable, 0, newrawsize ); in icvGetNodePtr()858 node->next = (CvSparseNode*)newtable[newidx]; in icvGetNodePtr()859 newtable[newidx] = node; in icvGetNodePtr()864 mat->hashtable = newtable; in icvGetNodePtr()