Searched refs:newrawsize (Results 1 – 2 of 2) sorted by relevance
844 int newrawsize = newsize*sizeof(newtable[0]); in icvGetNodePtr() local850 CV_CALL( newtable = (void**)cvAlloc( newrawsize )); in icvGetNodePtr()851 memset( newtable, 0, newrawsize ); in icvGetNodePtr()
703 int newrawsize = newsize*sizeof(newtable[0]); in icvGetNodePtr() local709 newtable = (void**)cvAlloc( newrawsize ); in icvGetNodePtr()710 memset( newtable, 0, newrawsize ); in icvGetNodePtr()