OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextstate
(Results
1 - 6
of
6
) sorted by null
/external/curl/lib/
ssh.h
36
SSH_NO_STATE = -1, /* Used for "
nextState
" so say there is none */
115
sshstate
nextstate
; /* the state to goto after stopping */
member in struct:ssh_conn
ssh.c
717
sshc->
nextstate
= SSH_NO_STATE;
[
all
...]
/external/ppp/pppd/
fsm.c
211
terminate_layer(f,
nextstate
)
213
int
nextstate
;
231
f->state =
nextstate
== CLOSING ? CLOSED : STOPPED;
240
f->state =
nextstate
;
/external/opencv/cvaux/src/
cvhmm1d.cpp
854
int
nextstate
;
862
nextstate
= info->state[counter+1];
863
hmm->transP[ state * transP_size +
nextstate
] += 1;
[
all
...]
cvhmm.cpp
916
int nextsuperstate,
nextstate
;
local
936
nextstate
= info->state[2*(counter+1) + 1] - begin_ind;
937
hmm->u.ehmm[superstate].transP[ state * transP_size +
nextstate
] += 1;
[
all
...]
/external/mksh/src/
edit.c
3944
nextstate
(int ch)
function
[
all
...]
Completed in 168 milliseconds