HomeSort by relevance Sort by last modified time
    Searched refs:nextstate (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
ssh.c 726 sshc->nextstate = SSH_NO_STATE;
    [all...]
ssh.h 36 SSH_NO_STATE = -1, /* Used for "nextState" so say there is none */
118 sshstate nextstate; /* the state to goto after stopping */ member in struct:ssh_conn
  /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 153 milliseconds