OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_states
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
gen.c
786
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) ?
[
all
...]
/external/opencv/cvaux/src/
cvhmm1d.cpp
535
int
total_states
= 0;
544
total_states
+= hmm->u.ehmm[j].num_states;
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) /* +
[
all
...]
cvhmm.cpp
603
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) +
[
all
...]
Completed in 40 milliseconds