Searched refs:transitions (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Daddrmap.c110 /* The number of transitions in TRANSITIONS. */
113 /* An array of transitions, sorted by address. For every point in
118 struct addrmap_transition transitions[1];
137 struct addrmap_transition *bottom = &map->transitions[0];
138 struct addrmap_transition *top = &map->transitions[map->num_transitions - 1];
182 map->transitions[i].addr += offset;
195 int res = fn (data, map->transitions[i].addr, map->transitions[i].value);
357 - Establish transitions where we think we might need them.
359 - Second pass: remove any unnecessary transitions
116 struct addrmap_transition transitions[1]; member in struct:addrmap_fixed
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disv.c166 int state, transitions; local
179 state = transitions = 0;
183 transitions++;
189 aprint_debug("%s: %d transitions\n", __func__, transitions);
191 return transitions >= 4 && transitions <= 10;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.c1571 tre_tnfa_transition_t *transitions,
1578 if (transitions != NULL)
1594 trans = transitions + offs[p1->position];
1624 trans->state = transitions + offs[p2->position];
1768 /* Compute a maximum limit for the number of transitions leaving
1783 /* Converts the syntax tree to a TNFA. All the transitions in the TNFA are
1784 labelled with one character range (there are no transitions on empty
1788 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, argument
1803 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs);
1806 errcode = tre_ast_to_tnfa(uni->right, transitions, count
1570 tre_make_trans(tre_pos_and_tags_t *p1, tre_pos_and_tags_t *p2, tre_tnfa_transition_t *transitions, int *counts, int *offs) argument
1862 tre_tnfa_transition_t *transitions, *initial; local
[all...]
H A Dtre-internal.h146 /* TNFA transition type. A TNFA state is an array of transitions,
232 tre_tnfa_transition_t *transitions; member in struct:tnfa
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.c246 instruction replacement. As an example, here are the transitions
1851 build_transition_table (const string_pattern_pair *transitions,
1873 const char *from_string = transitions[tnum].pattern;
1874 const char *to_string = transitions[tnum].replacement;
1849 build_transition_table(const string_pattern_pair *transitions, int transition_count, transition_cmp_fn cmp) argument
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dinput.c190 const struct input_transition *transitions; member in struct:input_state
193 /* State transitions available from all states. */
729 itr = ictx->state->transitions;

Completed in 99 milliseconds