Searched refs:need_size (Results 1 – 3 of 3) sorted by relevance
427 size_t need_size = sizeof(RECONVERTSTRING) + len * sizeof(WCHAR); in OnDocumentFeed() local430 return need_size; in OnDocumentFeed()432 if (reconv->dwSize < need_size) in OnDocumentFeed()481 size_t need_size = sizeof(RECONVERTSTRING) + len * sizeof(WCHAR); in OnReconvertString() local484 return need_size; in OnReconvertString()486 if (reconv->dwSize < need_size) in OnReconvertString()
551 int need_size = ( obs_info->obs_x /* * obs_info->obs_y*/ * total_states * sizeof(float) /* +554 int* buffer = (int*)icvAlloc( need_size + 3 * sizeof(int) );555 buffer[0] = need_size;566 int need_size = ( obs_info->obs_x /* * obs_info->obs_y*/ * total_states * sizeof(float) /* +571 if ( need_size > (*total) ) 575 buffer = (int*)icvAlloc( need_size + 3);576 buffer[0] = need_size;
618 int need_size = ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) + in icvEstimateObsProb() local621 int* buffer = (int*)cvAlloc( need_size + 3 * sizeof(int) ); in icvEstimateObsProb()622 buffer[0] = need_size; in icvEstimateObsProb()633 int need_size = ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) + in icvEstimateObsProb() local638 if ( need_size > (*total) ) in icvEstimateObsProb()642 buffer = (int*)cvAlloc( need_size + 3 * sizeof(int)); in icvEstimateObsProb()643 buffer[0] = need_size; in icvEstimateObsProb()