HomeSort by: relevance | last modified time | path
    Searched refs:follows (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/mit/isl/dist/
isl_tarjan.h 37 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);
isl_tarjan.c 60 * 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)(int i, int j, void *user), void *user
    [all...]
isl_scheduler.h 271 isl_bool (*follows)(int i, int j, void *user));
isl_list_templ.c 496 * "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_user }
    [all...]
isl_test_python.py 232 def follows(a, b): function in function:test_foreach_scc
240 list.foreach_scc(follows, add_single)
  /src/usr.sbin/sysinst/arch/cats/
msg.md.en 51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
  /src/usr.sbin/sysinst/arch/zaurus/
msg.md.en 51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
  /src/usr.sbin/sysinst/arch/acorn32/
msg.md.en 74 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
  /src/usr.sbin/sysinst/arch/evbarm/
msg.md.en 68 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 79 /* 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[pos[j].index].elems, position
1927 position_set follows; \/* Union of the follows of some group. *\/ local
2646 position_set follows; local
    [all...]
dfa.h 318 position_set *follows; /* Array of follow sets, indexed by position member in struct:dfa
  /src/external/gpl2/grep/dist/src/
dfa.c 94 /* 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[pos[j].index].elems, position
1948 position_set follows; \/* Union of the follows of some group. *\/ local
2667 position_set follows; local
    [all...]
dfa.h 337 position_set *follows; /* Array of follow sets, indexed by position member in struct:dfa
  /src/usr.sbin/sysinst/arch/shark/
msg.md.en 71 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
fallback.pm 50 If you try to add a file to @INC as follows, you will be warned, and the file
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
fallback.pm 50 If you try to add a file to @INC as follows, you will be warned, and the file
  /src/external/gpl3/gcc/dist/libgcc/config/microblaze/
muldi3_hard.S 38 # Both the input numbers are divided into 16 bit number as follows
  /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
muldi3_hard.S 38 # Both the input numbers are divided into 16 bit number as follows
  /src/usr.bin/make/unit-tests/
comment.mk 44 # follows is actively interpreted. \\
  /src/external/bsd/nsd/dist/simdzone/src/generic/
scanner.h 82 static inline uint64_t follows(const uint64_t match, uint64_t *overflow) function
188 follows(block->contiguous, &parser->file->state.follows_contiguous);
  /src/external/apache2/llvm/dist/llvm/utils/
codegen-diff 94 The way you use it is as follows: first, you create I<OBJDUMP-OUTPUT-FILE>
  /src/external/mit/isl/dist/include/isl/
list.h 98 isl_bool (*follows)(__isl_keep isl_##EL *a, \
  /src/sys/arch/sandpoint/
README 23 This port assumes that the jumpers are set as follows:
  /src/external/bsd/ntp/dist/ntpd/
ntp.keys.def 94 What follows are some key types, and corresponding formats:
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
dive_1.asm 151 C The dependent chain here is as follows.

Completed in 28 milliseconds

1 2 3 4