Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_invitation.c196 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
263 &intersection); in p2p_process_invitation_req()
264 p2p_channels_dump(p2p, "intersection", &intersection); in p2p_process_invitation_req()
270 &go, group_bssid, &op_freq, persistent, &intersection, in p2p_process_invitation_req()
276 &intersection); in p2p_process_invitation_req()
277 p2p_channels_dump(p2p, "intersection(GO)", &intersection); in p2p_process_invitation_req()
278 if (intersection.reg_classes == 0) { in p2p_process_invitation_req()
295 if (!p2p_channels_includes(&intersection, reg_class, channel)) in p2p_process_invitation_req()
304 channels = &intersection; in p2p_process_invitation_req()
323 p2p_channels_includes(&intersection, in p2p_process_invitation_req()
[all …]
H A Dp2p_go_neg.c43 struct p2p_channels intersection; in p2p_peer_channels_check() local
79 p2p_channels_intersect(own, &dev->channels, &intersection); in p2p_peer_channels_check()
83 (int) intersection.reg_classes); in p2p_peer_channels_check()
84 if (intersection.reg_classes == 0) { in p2p_peer_channels_check()
421 struct p2p_channels *intersection) in p2p_reselect_channel() argument
435 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
446 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
457 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel()
461 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
470 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel()
[all …]
H A Dp2p_i.h824 struct p2p_channels *intersection);
H A Dp2p.c1838 struct p2p_channels intersection; in p2p_go_complete() local
1874 &intersection); in p2p_go_complete()
1876 p2p_channels_remove_freqs(&intersection, &p2p->no_go_freq); in p2p_go_complete()
1878 &intersection); in p2p_go_complete()
1881 p2p_channels_to_freqs(&intersection, res.freq_list, in p2p_go_complete()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInterval.h150 Interval intersection(const Interval &Other) const { in intersection() function
179 Interval Intersection = intersection(Other);
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Dgpio-matrix-keypad.txt5 placed at each intersection of a unique row and a unique column. The matrix
H A Dsamsung-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Dbrcm,bcm-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp638 InternalMmapVector<Region> intersection; in ScanRootRegions() local
639 Intersect(mapped_regions, regions, intersection); in ScanRootRegions()
641 for (const Region &r : intersection) { in ScanRootRegions()
/freebsd/tools/build/
H A Dmake.py291 if not set(sys.argv).intersection(set(mach_indep_targets)):
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_cert_comp_preference.pod87 list is filtered by the configured preference list (i.e. the intersection is
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp345 return ShaderKind::intersection; in getShaderKindEnum()
H A DDXIL.td267 def intersection : DXILShaderStage;
/freebsd/contrib/ncurses/include/
H A DCaps.uwin793 # GC 197 \305 M-E single intersection ACS_PLUS _ _
800 # Gc 206 \316 M-N double intersection
825 acs_plus OTGC str GC - - ----- single intersection
H A DCaps.hpux11997 # GC 197 \305 M-E single intersection ACS_PLUS _ _
1004 # Gc 206 \316 M-N double intersection
1029 acs_plus OTGC str GC - - ----- single intersection
H A DCaps.osf1r5988 # GC 197 \305 M-E single intersection ACS_PLUS _ _
995 # Gc 206 \316 M-N double intersection
1020 acs_plus OTGC str GC - - ----- single intersection
H A DCaps989 # GC 197 \305 M-E single intersection ACS_PLUS _ _
996 # Gc 206 \316 M-N double intersection
1021 acs_plus OTGC str GC - - ----- single intersection
H A DCaps.aix41083 # GC 197 \305 M-E single intersection ACS_PLUS _ _
1090 # Gc 206 \316 M-N double intersection
1115 acs_plus OTGC str GC - - ----- single intersection
H A DCaps.keys1072 # GC 197 \305 M-E single intersection ACS_PLUS _ _
1079 # Gc 206 \316 M-N double intersection
1104 acs_plus OTGC str GC - - ----- single intersection
/freebsd/contrib/tzdata/
H A Dzone.tab14 # Because of (2), each row stands for an area that is the intersection
/freebsd/contrib/tcpdump/
H A DCONTRIBUTING.md199 * Make sure that the intersection of `GET_*()` and `ND_TCHECK_*()` is minimal,
/freebsd/sys/net80211/
H A DPROTOCOL.md17 intersection of "what the standard says" and "what devices do" is not always
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleZnver3.td34 // At each set-way intersection is an entry containing up to 8 macro ops.

12