Searched refs:follows (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/external/mit/isl/dist/
H A Disl_tarjan.h37 isl_bool (*follows)(int i, int j, void *user), void *user);
39 int node, isl_bool (*follows)(int i, int j, void *user), void *user);
H A Disl_tarjan.c60 * in the graph with g->len nodes and with edges defined by "follows".
63 isl_bool (*follows)(int i, int j, void *user), void *user)
83 f = follows(i, j, user);
90 isl_tarjan_components(g, j, follows, user);
110 /* Decompose the graph with "len" nodes and edges defined by "follows"
112 * follows(i, j, user) should return 1 if "i" follows "j" and 0 otherwise.
115 * If SCC a contains a node i that follows a node j in another SCC b
116 * (i.e., follows(i, j, user) returns 1), then SCC a will appear after SCC b
120 isl_bool (*follows)(in
[all...]
H A Disl_scheduler.h271 isl_bool (*follows)(int i, int j, void *user));
H A Disl_list_templ.c496 * "follows" is the user provided callback that defines the edges of the graph.
500 isl_bool (*follows)(__isl_keep EL *a, __isl_keep EL *b, void *user); variable
508 static isl_bool FN(LIST(EL),follows)(int i, int j, void *user) function
512 return data->follows(data->list->p[i], data->list->p[j],
540 * a directed edge from node b to node a iff follows(a, b)
541 * returns 1. follows should return -1 on error.
543 * If SCC a contains a node i that follows a node j in another SCC b
544 * (i.e., follows(i, j, user) returns 1), then fn will be called on SCC a
551 isl_bool (*follows)(__isl_keep EL *a, __isl_keep EL *b, void *user),
555 S(LIST(EL),foreach_scc_data) data = { list, follows, follows_use
[all...]
H A Disl_test_python.py232 def follows(a, b): function in function:test_foreach_scc
240 list.foreach_scc(follows, add_single)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Ddependency-1.d7 # With follows up on the binutils mailing list here:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/iq2000/
H A Dnohazard.s2 # hazard between a load and the instruction which follows it in
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dtls-hidden3.d7 # The TLS entries are ordered as follows:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mt/
H A Drelocs2.s10 ;; Note that the .org that follows is more or less equivalent
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c79 /* ISASCIIDIGIT differs from ISDIGIT, as follows:
1147 /* The grammar understood by the parser is as follows.
1583 for (j = 0; j < d->follows[old.index].nelem; ++j)
1585 p.index = d->follows[old.index].elems[j].index;
1692 CALLOC(d->follows, position_set, d->tindex);
1717 merge(&tmp, &d->follows[pos[j].index], &merged);
1718 REALLOC_IF_NECESSARY(d->follows[pos[j].index].elems, position,
1720 copy(&merged, &d->follows[pos[j].index]);
1737 merge(&tmp, &d->follows[pos[j].index], &merged);
1738 REALLOC_IF_NECESSARY(d->follows[po
1927 position_set follows; /* Union of the follows of some group. */ local
2646 position_set follows; local
[all...]
H A Ddfa.h318 position_set *follows; /* Array of follow sets, indexed by position member in struct:dfa
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c94 /* ISASCIIDIGIT differs from ISDIGIT, as follows:
1168 /* The grammar understood by the parser is as follows.
1604 for (j = 0; j < d->follows[old.index].nelem; ++j)
1606 p.index = d->follows[old.index].elems[j].index;
1713 CALLOC(d->follows, position_set, d->tindex);
1738 merge(&tmp, &d->follows[pos[j].index], &merged);
1739 REALLOC_IF_NECESSARY(d->follows[pos[j].index].elems, position,
1741 copy(&merged, &d->follows[pos[j].index]);
1758 merge(&tmp, &d->follows[pos[j].index], &merged);
1759 REALLOC_IF_NECESSARY(d->follows[po
1948 position_set follows; /* Union of the follows of some group. */ local
2667 position_set follows; local
[all...]
H A Ddfa.h337 position_set *follows; /* Array of follow sets, indexed by position member in struct:dfa
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
H A Dmuldi3_hard.S38 # Both the input numbers are divided into 16 bit number as follows
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dfallback.pm50 If you try to add a file to @INC as follows, you will be warned, and the file
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/microblaze/
H A Dmuldi3_hard.S38 # Both the input numbers are divided into 16 bit number as follows
/netbsd-current/usr.bin/make/unit-tests/
H A Dcomment.mk44 # follows is actively interpreted. \\
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcodegen-diff94 The way you use it is as follows: first, you create I<OBJDUMP-OUTPUT-FILE>
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dlist.h98 isl_bool (*follows)(__isl_keep isl_##EL *a, \
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Ddive_1.asm151 C The dependent chain here is as follows.
H A Dmode1o.asm125 C The dependent chain here is as follows.
H A Dbdiv_q_1.asm85 C The dependent chain here is as follows.
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregexec.c3310 re_node_set follows, *dests_node;
3356 err = re_node_set_alloc (&follows, ndests + 1);
3381 re_node_set_free (&follows);
3398 re_node_set_empty (&follows);
3399 /* Merge the follows of this destination states. */
3405 err = re_node_set_merge (&follows, dfa->eclosures + next_node);
3410 dest_states[i] = re_acquire_state_context (&err, dfa, &follows, 0);
3417 dest_states_word[i] = re_acquire_state_context (&err, dfa, &follows,
3425 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3516 re_node_set_free (&follows);
3306 re_node_set follows, *dests_node; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat_entry.asm217 C The test follows Intel AP-485 application note, namely that if bit 21 is
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dmode1o.asm43 C This code follows the "alternate" code in mpn/generic/mode1o.c,

Completed in 332 milliseconds

123