Searched refs:relation (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_parse.h50 enum relation { enum
56 typedef enum relation relation; typedef in typeref:enum:relation
61 relation rel;
82 relation rel;
H A Drpc_util.h111 int isvectordef __P((char *, relation));
131 void emit_single_in_line __P((declaration *, int, relation));
H A Drpc_cout.c67 static void print_ifstat __P((int, char *, char *, relation, char *, char *, char *));
251 relation rel;
647 relation rel = def->def.ty.rel;
661 relation rel = dec->rel;
708 relation rel;
H A Drpc_util.c226 relation rel;
H A Drpc_hout.c420 relation rel = def->def.ty.rel;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dmips.exp882 $spec dummy prop relation value nocpus] } {
887 || ($current < $value && ![string equal $relation "<="])
888 || ($current > $value && ![string equal $relation ">="])
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dlalr.c22 static void digraph(Value_t ** relation);
564 digraph(Value_t ** relation) argument
573 R = relation;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.h257 validity of the dependence relation. */
276 /* A data_dependence_relation represents a relation between two
285 /* A "yes/no/maybe" field for the dependence relation:
288 relation between A and B, and the description of this relation
313 this data dependence relation. */
319 /* When the dependence relation is affine, it can be represented by
323 /* Set to true when the dependence relation is on the same data
437 /* Return true when DDR is an anti-dependence relation. */
463 /* Return the dependence level for the DDR relation
539 ddr_p relation; member in struct:rdg_edge
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dqop.c1005 * when a new filter is added, we check the relation to the existing filters
1039 int relation; local
1051 relation = filt_check_relation(&front->fltr, &back->fltr);
1053 switch (relation) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dvalidator.c858 dns_namereln_t relation; local
879 relation = dns_name_fullcompare(name, nsecname, &order, &olabels);
935 if (relation == dns_namereln_subdomain &&
951 relation = dns_name_fullcompare(&nsec.next, name, &order, &nlabels);
969 if (order > 0 && relation == dns_namereln_subdomain) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex3131 The first two relations $w_0$ and $w_4$ are the points $\zeta_{0}$ and $\zeta_{\infty}$ respectively. The relation $w_1, w_2$ and $w_3$ correspond

Completed in 146 milliseconds