Searched defs:from_state (Results 1 - 3 of 3) sorted by relevance

/external/bison/src/
H A Dlalr.c45 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_reachabl
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_Sequence.c83 phHciNfc_eState_t from_state; member in struct:phHciNfc_sFsm
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dremote.py208 def from_state(cls, state): member in class:RpcError
989 return RpcError.from_state(status.state) is not None
1002 error_class = RpcError.from_state(status.state)

Completed in 69 milliseconds