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

  /external/curl/lib/
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/opencv/cvaux/src/
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/openssh/
channels.c 1575 int newsock, nextstate; local
    [all...]
  /external/mksh/src/
edit.c 3935 nextstate(int ch) function
    [all...]

Completed in 737 milliseconds