Searched refs:tag1 (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/dialog/samples/
H A Dtreeview10 tag1 one off 0 \
H A Dtreeview218 tag1:one:off:0
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-alias.c1282 tree tag1 = var_ann (p_map1->var)->symbol_mem_tag; local
1314 add_may_alias (tag1, referenced_var (k));
1321 add_may_alias (tag1, tag2);
1519 tree tag1 = var_ann (ai->pointers[i]->var)->symbol_mem_tag; local
1544 add_may_alias (tag2, tag1);
1551 group_aliases_into (tag1, tag1_aliases, ai);
2711 may_aliases_intersect (tree tag1, tree tag2) argument
2715 VEC(tree,gc) *may_aliases1 = may_aliases (tag1);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder_get.c523 unsigned int tag1; local
529 tag1 = *tag * 128 + (*p % 128);
531 if (tag1 < *tag)
533 *tag = tag1;
/freebsd-11-stable/sys/dev/proto/
H A Dproto_busdma.c374 struct proto_tag *tag, *tag1; local
378 LIST_FOREACH_SAFE(tag, &busdma->tags, tags, tag1)
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c6861 /* Parameters: tag1(I) - pointer to first tag to compare */
6867 /* compare the ints instead, for speed. tag1 is the master of the */
6868 /* comparison. This function should only be called with both tag1 and tag2 */
6872 ipf_matchtag(tag1, tag2)
6873 ipftag_t *tag1, *tag2;
6875 if (tag1 == tag2)
6878 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0))
6881 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) &&
6882 (tag1->ipt_num[1] == tag2->ipt_num[1]) &&
6883 (tag1
[all...]

Completed in 275 milliseconds