Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 200) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.cpp338 c->selection = IMAGE_COMDAT_SELECT_ASSOCIATIVE; in readAssociativeDefinition()
472 void ObjFile::handleComdatSelection(COFFSymbolRef sym, COMDATType &selection, in handleComdatSelection() argument
486 leaderSelection = leaderChunk->selection; in handleComdatSelection()
490 selection = leaderSelection; in handleComdatSelection()
493 if ((selection == IMAGE_COMDAT_SELECT_ANY && in handleComdatSelection()
495 (selection == IMAGE_COMDAT_SELECT_LARGEST && in handleComdatSelection()
500 leaderSelection = selection = IMAGE_COMDAT_SELECT_LARGEST; in handleComdatSelection()
507 if (config->mingw && ((selection == IMAGE_COMDAT_SELECT_ANY && in handleComdatSelection()
509 (selection == IMAGE_COMDAT_SELECT_SAME_SIZE && in handleComdatSelection()
511 leaderSelection = selection = IMAGE_COMDAT_SELECT_SAME_SIZE; in handleComdatSelection()
[all …]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDREADME-HS2022 The core Interworking functionality (network selection, GAS/ANQP) were
27 wpa_supplicant network selection
33 network selection, wpa_supplicant picks the highest priority enabled
42 By default, wpa_supplicant is not using automatic network selection
45 selection automatically whenever trying to find a network for connection
93 # Automatic network selection behavior
94 # 0 = do not automatically go through Interworking network selection
96 # 1 = perform Interworking network selection if one or more
102 Credentials can be pre-configured for automatic network selection:
106 # Each credential used for automatic network selection is configured as a set
[all …]
HDtodo.txt35 - rfc4284.txt (network selection for eap)
39 * key_mgmt selection
HDChangeLog23 * fixed Hotspot 2.0 credential selection based on roaming consortium
137 * fixed a regression in RSN pre-authentication candidate selection
149 - fixed PTK and EAPOL-Key integrity and key-wrap algorithm selection
363 * fixed SAE group selection in an error case
368 * fixed BSS selection based on estimated throughput
443 * increase 5 GHz band preference in BSS selection (estimate SNR, if info
447 implement Interworking network selection behavior in upper layers
465 * improved P2P operating channel selection for various multi-channel
524 - BSSID/frequency hint for driver-based BSS selection
656 * improved P2P channel selection (use more peer information and allow
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
HDSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument
39 selections[nodeId] = selection; in setSelection()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticRefactoringKinds.td18 "without a selection">;
21 def err_refactor_selection_invalid_ast : Error<"the provided selection does "
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
HDwlanconfig113 f_dialog_title "Regdomain selection"
130 f_dialog_title "Country selection"
/freebsd-11-stable/usr.sbin/bsdconfig/timezone/share/
HDcontinents.subr97 # continent-selection menu.
101 # with this continent displayed in the country-selection menu
102 # (which appears after continent selection).
/freebsd-11-stable/sys/dev/mlx5/
HDvport.h57 enum mlx5_local_lb_selection selection,
60 enum mlx5_local_lb_selection selection,
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/include/
HDmessages.subr89 msg_unknown_mouse_menu_selection="Unknown mouse menu selection"
90 msg_unknown_mouse_port_selection="Unknown mouse port selection"
91 msg_unknown_mouse_protocol_selection="Unknown mouse protocol selection"
/freebsd-11-stable/usr.sbin/bsdconfig/security/include/
HDmessages.subr49 msg_unknown_kern_securelevel_selection="Unknown kern.securelevel selection"
50 msg_unknown_security_menu_selection="Unknown security menu selection"
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx.seq52 * After starting the selection hardware, we check for reconnecting targets
53 * as well as for our selection to complete just in case the reselection wins
55 * SCB that we've already pulled from the QINFIFO and started the selection
56 * on just in case the reselection wins so that we can retry the selection at
59 * create yet another SCB waiting for selection. The solution used here is to
61 * of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes,
70 * Turn off the selection hardware. We need to reset the
71 * selection request in order to perform a new selection.
93 test SSTAT0, SELDO|SELDI jnz selection;
107 * SCBs in the list of SCBs awaiting selection. Allocate a
[all …]
HDaic79xx.seq364 * into the waiting for selection queue. Otherwise
365 * our batching and round-robin selection scheme
369 * SCB can be queued to the waiting for selection
401 * selection list.
543 * correctly after a packetized selection in several
561 * selection so we can rely on it even for case #1 above.
573 * to our negotiation table entry for this selection will
624 * the point of selection until our idle
639 * a selection could be missed.
677 * the point of re-selection until our idle
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
HDStencil.h78 Stencil selection(RangeSelector Selector);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDStencil.cpp300 return selection(std::move(Selector)); in makeStencil()
307 Stencil transformer::selection(RangeSelector Selector) { in selection() function in transformer
/freebsd-11-stable/contrib/amd/
HDldap-id.ms85 selection = keystring "==" printablestring
109 selection [0] AmdSelection
HDldap-id.txt78 selection = keystring "==" printablestring
102 selection [0] AmdSelection
/freebsd-11-stable/usr.sbin/bsdconfig/console/include/
HDmessages.subr244 msg_unknown_console_menu_selection="Unknown console menu selection"
245 msg_unknown_font_selection="Unknown font selection"
249 msg_unknown_screenmap_selection="Unknown screenmap selection"
/freebsd-11-stable/usr.sbin/bsdconfig/share/packages/
HDpackages.subr139 f_dprintf "Added %s to selection list" "$package"
162 f_dprintf "Removed %s from selection list" "$package"
288 # that is passed as $defaultitem to highlight the user's last selection).
377 # tag) corresponding to the user's selection. The tag portion of the user's
378 # selection is available through f_dialog_menutag_fetch().
569 # operate on each selection. Returns error if no packages have been selected,
778 # Treat any other selection as a package
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDTarget.td10 // SelectionDAG instruction selection patterns (specified in
/freebsd-11-stable/contrib/ipfilter/
HDWhatsNew50.txt71 NAT rdr rules, supporting newer algorithms for target selection;
/freebsd-11-stable/contrib/groff/
HDINSTALL31 affect the paper selection of some device drivers like grops (which can
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsWebAssembly.td64 // token operand. This is only for instruction selection purpose.
/freebsd-11-stable/contrib/binutils/gas/doc/
HDc-ppc.texi140 generated. @code{"string"} may be any of the -m cpu selection options
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDevp.pod60 based encryption. Careful selection of the parameters will provide a PKCS#5 PBKDF1 compatible

12345678