Searched defs:total_states (Results 1 - 2 of 2) sorted by relevance

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

Completed in 562 milliseconds