Home
last modified time | relevance | path

Searched refs:total_states (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dgen.c786 int i, j, k, *accset, nacc, *acc_array, total_states; in gentabs() local
950 total_states = lastdfa + numtemps; in gentabs()
954 "yy_base", total_states + 1 ); in gentabs()
979 for ( ++i /* skip jam state */; i <= total_states; ++i ) in gentabs()
987 out_str_dec( (total_states >= MAX_SHORT || long_align) ? in gentabs()
989 "yy_def", total_states + 1 ); in gentabs()
991 for ( i = 1; i <= total_states; ++i ) in gentabs()
996 out_str_dec( (total_states >= MAX_SHORT || long_align) ? in gentabs()
1013 out_str_dec( (total_states >= MAX_SHORT || long_align) ? in gentabs()
/external/opencv/cvaux/src/
Dcvhmm1d.cpp535 int total_states = 0;
546 total_states = hmm->num_states;
551 int need_size = ( obs_info->obs_x /* * obs_info->obs_y*/ * total_states * sizeof(float) /* +
566 int need_size = ( obs_info->obs_x /* * obs_info->obs_y*/ * total_states * sizeof(float) /* +
Dcvhmm.cpp603 int total_states = 0; in icvEstimateObsProb() local
612 total_states += hmm->u.ehmm[j].num_states; in icvEstimateObsProb()
618 int need_size = ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) + in icvEstimateObsProb()
633 int need_size = ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) + in icvEstimateObsProb()