Home
last modified time | relevance | path

Searched refs:relation (Results 1 – 25 of 48) sorted by relevance

12

/NextBSD/usr.bin/rpcgen/
HDrpc_parse.h81 enum relation { enum
87 typedef enum relation relation; typedef
92 relation rel;
113 relation rel;
HDrpc_cout.c60 static void emit_single_in_line( int, declaration *, int, relation );
213 print_ifstat(int indent, const char *prefix, const char *type, relation rel, in print_ifstat()
613 relation rel = def->def.ty.rel; in emit_typedef()
624 relation rel = dec->rel; in print_stat()
667 emit_single_in_line(int indent, declaration *decl, int flag, relation rel) in emit_single_in_line()
HDrpc_util.h177 int isvectordef(const char *type, relation rel);
HDrpc_util.c198 isvectordef(const char *type, relation rel) in isvectordef()
HDrpc_hout.c411 relation rel = def->def.ty.rel; in ptypedef()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDdelta.c221 svn_fs_node_relation_t relation; in svn_repos_dir_delta2() local
321 SVN_ERR(svn_fs_node_relation(&relation, tgt_root, tgt_fullpath, in svn_repos_dir_delta2()
324 if (relation == svn_fs_node_unchanged) in svn_repos_dir_delta2()
335 || ((relation == svn_fs_node_unrelated) && (! ignore_ancestry))) in svn_repos_dir_delta2()
/NextBSD/contrib/byacc/
HDlalr.c18 static void digraph(Value_t ** relation);
565 digraph(Value_t ** relation) in digraph() argument
574 R = relation; in digraph()
/NextBSD/contrib/subversion/subversion/libsvn_fs/
HDeditor.c242 svn_fs_node_relation_t relation; in can_modify() local
247 SVN_ERR(svn_fs_node_relation(&relation, txn_root, fspath, rev_root, in can_modify()
252 if (relation != svn_fs_node_unchanged) in can_modify()
HDfs-loader.c1141 svn_fs_node_relation(svn_fs_node_relation_t *relation, in svn_fs_node_relation() argument
1149 *relation = svn_fs_node_unrelated; in svn_fs_node_relation()
1153 return svn_error_trace(root_a->vtable->node_relation(relation, in svn_fs_node_relation()
HDfs-loader.h314 svn_error_t *(*node_relation)(svn_fs_node_relation_t *relation,
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagon.td37 // Classes used for relation maps.
HDHexagonInstrFormats.td170 // Fields used for relation models.
/NextBSD/contrib/gcc/doc/
HDloop.texi178 relation, and breath-first search order, respectively.
467 inserts a single @code{chrec_dont_know} in the dependence relation
536 The structure describing the relation between two data references is
547 set to @code{NULL_TREE} if there exist a dependence relation between the
548 data references, and the description of this dependence relation is
551 @item a boolean that determines whether the dependence relation can be
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDtree.c1325 fs_node_relation(svn_fs_node_relation_t *relation, in fs_node_relation() argument
1348 *relation = svn_fs_node_unrelated; in fs_node_relation()
1357 *relation = ( (root_a->rev == root_b->rev) in fs_node_relation()
1378 *relation = svn_fs_node_unrelated; in fs_node_relation()
1388 *relation = svn_fs_node_unrelated; in fs_node_relation()
1394 *relation = svn_fs_node_unchanged; in fs_node_relation()
1396 *relation = svn_fs_node_common_ancestor; in fs_node_relation()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDtree.c1322 x_node_relation(svn_fs_node_relation_t *relation, in x_node_relation() argument
1341 *relation = svn_fs_node_unrelated; in x_node_relation()
1354 *relation = ( (root_a->rev == root_b->rev) in x_node_relation()
1375 *relation = svn_fs_node_unchanged; in x_node_relation()
1377 *relation = svn_fs_node_common_ancestor; in x_node_relation()
1379 *relation = svn_fs_node_unrelated; in x_node_relation()
/NextBSD/contrib/amd/
HDldap-id.ms41 relation between this schema and the automount schema elements in [HOWARD]
HDldap-id.txt25 are prefixed by amdSchema-id to be assigned later. The relation between this
/NextBSD/contrib/llvm/include/llvm/Target/
HDTarget.td1159 // instructions in a row of the relation table. Think of this as a set of
1162 // if we want to define a relation that maps 'Add' instruction to its
1175 // in a column of the relation table.
1184 // that models this relation) should be non-predicated.
1189 // each column in the relation table.
/NextBSD/contrib/subversion/subversion/include/
HDsvn_fs.h1755 svn_fs_node_relation(svn_fs_node_relation_t *relation,
/NextBSD/usr.bin/fortune/
HDNotes14 bears any relation to the real world of literature, law, or other
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPC.td183 // Classes used for relation maps.
HDPPCInstrFormats.td41 // Fields used for relation models.
97 // Fields used for relation models.
/NextBSD/contrib/subversion/subversion/libsvn_fs_base/
HDtree.c1032 base_node_relation(svn_fs_node_relation_t *relation, in base_node_relation() argument
1042 *relation = svn_fs_node_unrelated; in base_node_relation()
1050 *relation = svn_fs_base__id_compare(id_a, id_b); in base_node_relation()
/NextBSD/contrib/file/
HDChangeLog743 * Allow escaping of relation characters, so that we can say \^[A-Z]
744 and the ^ is not eaten as a relation char.
/NextBSD/contrib/gcc/
HDrtl.def980 an asymmetric relation. CPU units or unit patterns in the strings
1023 asymmetric relation (actually exclusion set is analogous to this

12