| /freebsd-13-stable/contrib/wpa/src/p2p/ |
| HD | p2p_invitation.c | 196 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 …]
|
| HD | p2p_go_neg.c | 43 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 …]
|
| HD | p2p_i.h | 824 struct p2p_channels *intersection);
|
| HD | p2p.c | 1838 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-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | mergeinfo.c | 1294 svn_rangelist_t *intersection, *this_rangelist; in filter_log_entry_with_rangelist() local 1309 SVN_ERR(svn_rangelist_intersect(&intersection, fleb->rangelist, in filter_log_entry_with_rangelist() 1311 if (! (intersection && intersection->nelts)) in filter_log_entry_with_rangelist() 1314 SVN_ERR_ASSERT(intersection->nelts == 1); in filter_log_entry_with_rangelist() 1321 SVN_ERR(svn_rangelist_intersect(&intersection, fleb->rangelist, in filter_log_entry_with_rangelist() 1323 log_entry->non_inheritable = !intersection->nelts; in filter_log_entry_with_rangelist() 1441 SVN_ERR(svn_rangelist_intersect(&intersection, in filter_log_entry_with_rangelist() 1446 if (intersection->nelts) in filter_log_entry_with_rangelist() 1462 &intersection, in filter_log_entry_with_rangelist() 1466 if (intersection->nelts) in filter_log_entry_with_rangelist()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/input/ |
| HD | twl4030-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
| HD | omap-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
| HD | gpio-matrix-keypad.txt | 5 placed at each intersection of a unique row and a unique column. The matrix
|
| HD | samsung-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
| D | brcm,bcm-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| HD | lsan_common.cpp | 554 InternalMmapVector<Region> intersection; in ScanRootRegions() local 555 Intersect(mapped_regions, regions, intersection); in ScanRootRegions() 557 for (const Region &r : intersection) { in ScanRootRegions()
|
| /freebsd-13-stable/contrib/ncurses/include/ |
| HD | Caps.uwin | 748 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 755 # Gc 206 \316 M-N double intersection 780 acs_plus OTGC str GC - - ----- single intersection
|
| HD | Caps.hpux11 | 940 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 947 # Gc 206 \316 M-N double intersection 972 acs_plus OTGC str GC - - ----- single intersection
|
| HD | Caps | 924 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 931 # Gc 206 \316 M-N double intersection 956 acs_plus OTGC str GC - - ----- single intersection
|
| HD | Caps.osf1r5 | 932 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 939 # Gc 206 \316 M-N double intersection 964 acs_plus OTGC str GC - - ----- single intersection
|
| HD | Caps.aix4 | 1026 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 1033 # Gc 206 \316 M-N double intersection 1058 acs_plus OTGC str GC - - ----- single intersection
|
| HD | Caps.keys | 1014 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 1021 # Gc 206 \316 M-N double intersection 1046 acs_plus OTGC str GC - - ----- single intersection
|
| /freebsd-13-stable/contrib/tzdata/ |
| HD | zone.tab | 14 # Because of (2), each row stands for an area that is the intersection
|
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | CONTRIBUTING.md | 199 * Make sure that the intersection of `GET_*()` and `ND_TCHECK_*()` is minimal,
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/ |
| HD | test-runner.py.in | 581 if options.tags and not set(self.tags).intersection(set(options.tags)):
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ScheduleZnver3.td | 34 // At each set-way intersection is an entry containing up to 8 macro ops.
|
| HD | X86ScheduleZnver4.td | 30 // At each set-way intersection is an entry containing up to 8 macro ops.
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Attr.td | 1085 .Case("intersection", llvm::Triple::Intersection) 4553 "raygeneration", "intersection", "anyhit", "closesthit",
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | Target.td | 376 // (and GPR, CSR) - Set intersection. All registers from the first set that are
|
| /freebsd-13-stable/contrib/sendmail/cf/m4/ |
| HD | proto.m4 | 928 dnl domain ends in class {Canonify} (this does not work if the intersection
|