Searched refs:intersection (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c42 struct p2p_channels intersection; local
78 p2p_channels_intersect(own, &dev->channels, &intersection);
79 p2p_dbg(p2p, "Own reg_classes %d peer reg_classes %d intersection reg_classes %d",
82 (int) intersection.reg_classes);
83 if (intersection.reg_classes == 0) {
375 * @intersection: Support channel list intersection from local and peer
384 struct p2p_channels *intersection)
397 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
398 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection",
383 p2p_reselect_channel(struct p2p_data *p2p, struct p2p_channels *intersection) argument
508 struct p2p_channels tmp, intersection; local
[all...]
H A Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; local
253 &intersection);
254 p2p_channels_dump(p2p, "intersection", &intersection);
260 &go, group_bssid, &op_freq, persistent, &intersection,
266 &intersection);
267 p2p_channels_dump(p2p, "intersection(GO)", &intersection);
268 if (intersection.reg_classes == 0) {
285 if (!p2p_channels_includes(&intersection, reg_clas
436 struct p2p_channels intersection, *channels = NULL; local
[all...]
H A Dp2p_i.h816 struct p2p_channels *intersection);
H A Dp2p.c1786 struct p2p_channels intersection; local
1821 &intersection);
1823 p2p_channels_remove_freqs(&intersection, &p2p->no_go_freq);
1824 p2p_channels_dump(p2p, "intersection after no-GO removal",
1825 &intersection);
1828 p2p_channels_to_freqs(&intersection, res.freq_list,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c1296 svn_rangelist_t *intersection, *this_rangelist;
1311 SVN_ERR(svn_rangelist_intersect(&intersection, fleb->rangelist,
1313 if (! (intersection && intersection->nelts))
1316 SVN_ERR_ASSERT(intersection->nelts == 1);
1320 BATON->RANGELIST non-inheritable? Ask for the same intersection as
1321 above but consider inheritance this time, if the intersection is empty
1323 SVN_ERR(svn_rangelist_intersect(&intersection, fleb->rangelist,
1325 log_entry->non_inheritable = !intersection->nelts;
1443 SVN_ERR(svn_rangelist_intersect(&intersection,
1294 svn_rangelist_t *intersection, *this_rangelist; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlin-lwp.c880 sigset_t pending, intersection, blocked, ignored;
872 sigset_t pending, intersection, blocked, ignored; local

Completed in 182 milliseconds