OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_state
(Results
1 - 4
of
4
) sorted by null
/external/bison/src/
lalr.c
45
state_number *
from_state
;
variable
113
from_state
= xcalloc (ngotos, sizeof *
from_state
);
123
from_state
[k] = s;
147
s =
from_state
[middle];
238
state *s = states[
from_state
[i]];
472
/* If old_to_new[
from_state
[i]] = nstates_old, remove this goto
474
if (old_to_new[
from_state
[i]] != nstates_old)
476
/*
from_state
[i] is not removed, so it and thus to_state[i] are
479
from_state
[ngotos_reachable] = old_to_new[from_state[i]]
[
all
...]
/external/libnfc-nxp/src/
phHciNfc_Sequence.c
83
phHciNfc_eState_t
from_state
;
member in struct:phHciNfc_sFsm
[
all
...]
/external/openfst/src/include/fst/
minimize.h
254
StateId
from_state
= aiter->Value().nextstate - 1;
local
259
StateId from_class = P_.class_id(
from_state
);
261
P_.SplitOn(
from_state
);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h
241
StateId
from_state
= aiter->Value().nextstate - 1;
local
246
StateId from_class = P_.class_id(
from_state
);
248
P_.SplitOn(
from_state
);
Completed in 225 milliseconds