HomeSort by relevance Sort by last modified time
    Searched refs:from_state (Results 1 - 12 of 12) 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/chromium_org/athena/home/
home_card_gesture_manager.h 31 // |from_state| and |to_state|, and that the level of progress is at
33 // at either |from_state| or |to_state|. In particular, the home card may
34 // never have been at |from_state|. |from_state| is never equal to
37 HomeCard::State from_state,
home_card_impl.cc 157 void SetStateProgress(HomeCard::State from_state,
162 if (from_state == HomeCard::VISIBLE_CENTERED)
396 State from_state, State to_state, float progress) {
397 if (from_state == VISIBLE_MINIMIZED || to_state == VISIBLE_MINIMIZED) {
400 (from_state == VISIBLE_MINIMIZED) ? 1.0f - progress : progress;
407 GetBoundsForState(screen_bounds, from_state),
410 home_card_view_->SetStateProgress(from_state, to_state, progress);
home_card_impl.h 82 HomeCard::State from_state,
home_card_gesture_manager_unittest.cc 106 virtual void OnGestureProgressed(HomeCard::State from_state,
109 last_from_state_ = from_state;
  /external/chromium_org/ui/events/
event_rewriter_unittest.cc 110 void AddRule(int from_state, EventType from_type,
114 RewriteCase(from_state, from_type), r));
  /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 235 milliseconds