Searched refs:MAX_TRANSITIONS (Results 1 – 2 of 2) sorted by relevance
44 public static final int MAX_TRANSITIONS = 2; field in NFAState48 public Transition[] transition = new Transition[MAX_TRANSITIONS];
274 final int MAX_TRANSITIONS = 2000; in read64BitData() local275 if (tzh_timecnt < 0 || tzh_timecnt > MAX_TRANSITIONS) { in read64BitData()