Home
last modified time | relevance | path

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

123456789

/freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c903 void* dict = selection.dictContent; in COVER_best_finish()
905 size_t dictSize = selection.dictSize; in COVER_best_finish()
947 return selection; in COVER_dictSelectionError()
951 return (ZSTD_isError(selection.totalCompressedSize) || !selection.dictContent); in COVER_dictSelectionIsError()
955 free(selection.dictContent); in COVER_dictSelectionFree()
1002 return selection; in COVER_selectDict()
1037 return selection; in COVER_selectDict()
1046 return selection; in COVER_selectDict()
1095 if (COVER_dictSelectionIsError(selection)) { in COVER_tryParameters()
1102 COVER_best_finish(data->best, parameters, selection); in COVER_tryParameters()
[all …]
H A Dcover.h130 COVER_dictSelection_t selection);
135 unsigned COVER_dictSelectionIsError(COVER_dictSelection_t selection);
147 void COVER_dictSelectionFree(COVER_dictSelection_t selection);
H A Dfastcover.c477 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in FASTCOVER_tryParameters() local
490 selection = COVER_selectDict(dict + tail, dictBufferCapacity, dictBufferCapacity - tail, in FASTCOVER_tryParameters()
494 if (COVER_dictSelectionIsError(selection)) { in FASTCOVER_tryParameters()
501 COVER_best_finish(data->best, parameters, selection); in FASTCOVER_tryParameters()
504 COVER_dictSelectionFree(selection); in FASTCOVER_tryParameters()
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-xsphy.txt47 - mediatek,eye-vrt : u32, the selection of VRT reference voltage
48 - mediatek,eye-term : u32, the selection of HS_TX TERM reference voltage
49 - mediatek,efuse-intr : u32, the selection of Internal Resistor
52 - mediatek,efuse-intr : u32, the selection of Internal Resistor
53 - mediatek,efuse-tx-imp : u32, the selection of TX Impedance
54 - mediatek,efuse-rx-imp : u32, the selection of RX Impedance
H A Dphy-mtk-tphy.txt62 - mediatek,eye-vrt : u32, the selection of VRT reference voltage
63 - mediatek,eye-term : u32, the selection of HS_TX TERM reference voltage
65 - mediatek,discth : u32, the selection of disconnect threshold
66 - mediatek,intr : u32, the selection of internal R (resistance)
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dnokia,rx51.txt9 - tvout-selection-gpios: GPIO for tvout selection
23 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
H A Dsamsung,midas-audio.yaml54 description: GPIO pin for FM selection
57 description: GPIO pin for line out selection
H A Dadi,ssm2602.txt4 the selection is made by the MODE strap-in pin.
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dzx296718-clk.txt10 zx296718 top clock selection, divider and gating
14 zx296718 device level clock selection and gating
17 zx296718 audio clock selection, divider and gating
H A Dzx296702-clk.txt10 zx296702 top clock selection, divider and gating
14 zx296702 device level clock selection and gating
H A Dimx7ulp-clock.txt22 include: clock reference selection, generation of clock used to derive
24 source selection for peripheral clocks and control of power saving
38 The Peripheral Clock Control (PCC) is responsible for clock selection,
H A Dimx7ulp-scg-clock.yaml30 include: clock reference selection, generation of clock used to derive
32 source selection for peripheral clocks and control of power saving
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp346 c->selection = IMAGE_COMDAT_SELECT_ASSOCIATIVE; in readAssociativeDefinition()
504 COMDATType leaderSelection = leaderChunk->selection; in handleComdatSelection()
510 selection = leaderSelection = IMAGE_COMDAT_SELECT_ANY; in handleComdatSelection()
513 if ((selection == IMAGE_COMDAT_SELECT_ANY && in handleComdatSelection()
515 (selection == IMAGE_COMDAT_SELECT_LARGEST && in handleComdatSelection()
520 leaderSelection = selection = IMAGE_COMDAT_SELECT_LARGEST; in handleComdatSelection()
541 if (selection != leaderSelection) { in handleComdatSelection()
550 switch (selection) { in handleComdatSelection()
684 COMDATType selection = (COMDATType)def->Selection; in createDefined() local
693 c->selection = selection; in createDefined()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument
39 selections[nodeId] = selection; in setSelection()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A DREADME-HS2027 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
93 # Automatic network selection behavior
96 # 1 = perform Interworking network selection if one or more
126 # username: Username for Interworking network selection
128 # password: Password for Interworking network selection
130 # ca_cert: CA certificate for Interworking network selection
439 selection and for which there is a matching
612 Hotspot 2.0 connection with external network selection
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt30 - adi,muxout-select: On chip multiplexer output selection.
47 selection logic.
59 - adi,output-power: Output power selection.
65 - adi,aux-output-power: Auxiliary output power selection.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticRefactoringKinds.td18 "without a selection">;
21 def err_refactor_selection_invalid_ast : Error<"the provided selection does "
/freebsd-13.1/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig113 f_dialog_title "Regdomain selection"
130 f_dialog_title "Country selection"
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,mxs-pinctrl.txt26 One is to set up a group of pins for a function, both mux selection and pin
47 [3..0] : mux selection
49 This integer with mux selection packed is used as an entity by both group
50 and config nodes to identify a pin. The mux selection in the integer takes
H A Dst,stm32-pinctrl.yaml44 - Phandle to the syscon node which includes IRQ mux selection.
45 - The offset of the IRQ mux selection register.
100 Should correspond to the EXTI IOport selection (EXTI line used
/freebsd-13.1/usr.sbin/bsdconfig/timezone/share/
H A Dcontinents.subr97 # continent-selection menu.
101 # with this continent displayed in the country-selection menu
102 # (which appears after continent selection).
/freebsd-13.1/sys/dev/mlx5/
H A Dvport.h57 enum mlx5_local_lb_selection selection,
61 enum mlx5_local_lb_selection selection,
/freebsd-13.1/usr.sbin/bsdconfig/mouse/include/
H A Dmessages.subr87 msg_unknown_mouse_menu_selection="Unknown mouse menu selection"
88 msg_unknown_mouse_port_selection="Unknown mouse port selection"
89 msg_unknown_mouse_protocol_selection="Unknown mouse protocol selection"
/freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dexynos-srom.yaml76 Tcoh: Chip selection hold on OEn (0 - 15)
78 Tcos: Chip selection set-up before OEn (0 - 15)
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/imu/
H A Dadi,adis16480.txt29 - interrupt-names: Data ready line selection. Valid values are:
65 selection or external clock input). When a single pin has two

123456789