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

  /external/bison/src/
lalr.h 41 - #from_state
56 * - #from_state
63 * Update state numbers recorded in #goto_map, #from_state, and #to_state such
83 /** Index into #from_state and #to_state.
86 together and GOTO_MAP[I - NTOKENS] is the index in FROM_STATE and
90 /** The size of #from_state and #to_state. */
94 extern state_number *from_state;
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...]
ielr.c 139 map_goto (from_state[i],
211 size_t nitems = states[from_state[i]]->nitems;
212 item_number *items = states[from_state[i]]->items;
    [all...]
tables.c 515 *sp1++ = from_state[i];
834 free (from_state);
  /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);
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 83 phHciNfc_eState_t from_state; member in struct:phHciNfc_sFsm
    [all...]

Completed in 422 milliseconds