/freebsd/contrib/bearssl/mk/ |
H A D | mkT0.sh | 3 CSC=$(which mono-csc || which dmcs || echo "none") 6 echo "Error: Please install mono-devel." 10 set -e 11 $CSC /out:T0Comp.exe /main:T0Comp /res:T0/kern.t0,t0-kernel T0/*.cs
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | wlf,arizona.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 20 - $ref: dai-common.yaml# 23 '#sound-dai-cells': 31 signals. Valid values are 0 (Differential), 1 (Single-ended) and 38 $ref: /schemas/types.yaml#/definitions/uint32-array 46 wlf,out-mono: 48 A list of boolean values indicating whether each output is mono [all …]
|
H A D | cirrus,madera.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 21 include/dt-bindings/sound/madera.h 26 - $ref: dai-common.yaml# 29 '#sound-dai-cells': 38 INnAR INnBL INnBR. For non-muxed inputs the first two cells 46 $ref: /schemas/types.yaml#/definitions/uint32-array 54 cirrus,out-mono: [all …]
|
H A D | st,sta32x.txt | 7 - compatible: "st,sta32x" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - Vdda-supply: regulator spec, providing 3.3V 17 - Vdd3-supply: regulator spec, providing 3.3V 18 - Vcc-supply: regulator spec, providing 5V - 26V 22 - clocks, clock-names: Clock specifier for XTI input clock. 24 and disabled when it is removed. The 'clock-names' must be set to 'xti'. 26 - st,output-conf: number, Selects the output configuration: [all …]
|
H A D | st,sta350.txt | 7 - compatible: "st,sta350" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - vdd-dig-supply: regulator spec, providing 3.3V 17 - vdd-pll-supply: regulator spec, providing 3.3V 18 - vcc-supply: regulator spec, providing 5V - 26V 22 - st,output-conf: number, Selects the output configuration: 23 0: 2-channel (full-bridge) power, 2-channel data-out 24 1: 2 (half-bridge). 1 (full-bridge) on-board power [all …]
|
/freebsd/sys/sys/ |
H A D | fbio.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 9 * contract BG 91-66 and contributed to Berkeley. 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 55 #define FBTYPE_SUN1BW 0 /* multibus mono */ 57 #define FBTYPE_SUN2BW 2 /* memory mono */ 62 #define FBTYPE_MEMCOLOR 7 /* memory 24-bit */ 107 #define FBTYPE_GET_STRIDE(_fb) ((_fb)->fb_size / (_fb)->fb_height) 108 #define FBTYPE_GET_BPP(_fb) ((_fb)->fb_bpp) 109 #define FBTYPE_GET_BYTESPP(_fb) ((_fb)->fb_bpp / 8) [all …]
|
H A D | soundcard.h | 5 /*- 6 * SPDX-License-Identifier: BSD-2-Clause 8 * Copyright by Hannu Savolainen 1993 / 4Front Technologies 1993-2006 31 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 55 * snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains 122 * number of bytes for a write operation to be non-blocking. 146 * format. We extend it by using bit 31 (RO) to indicate full-duplex 153 * o 8 bits for 8-bit formats, mu-law and A-law, 154 * o 16 bits for the 16-bit formats, and 155 * o 32 bits for the 24/32-bit formats. [all …]
|
H A D | cdio.h | 10 5-Mar-95 Frank Durda IV bsdmail@nemesis.lonestar.org 12 <2> Added a new ioctl that allows you to find out what capabilities 16 can disappear or be greyed-out (like some other system). 19 2-Apr-95 Frank Durda IV bsdmail@nemesis.lonestar.org 224 short speed; /*<1>audio at a faster or slower-than-normal*/ 225 }; /*<1>rate. -32767 to -1 is slower, 0==normal,*/ 245 #define CDSETMONO 0x00000100 /*<2>Output can be set to mono*/ 259 #define CDREADRW 0x00000400 /*<2>Can read subcodes R-W*/
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vorbis | 2 #------------------------------------------------------------------------------ 11 # out with `##' as it's not interesting to the average user. The most 23 # --- Ogg Framing --- 30 # non-Vorbis content: FLAC (Free Lossless Audio Codec, http://flac.sourceforge.net) 32 # non-Vorbis content: Theora 36 # non-Vorbis content: Kate 47 # non-Vorbis content: Skeleton 52 # non-Vorbis content: Speex 55 # non-Vorbis content: OGM 62 # --- First vorbis packet - general header --- [all …]
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa_patches.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> 27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 160 if (vendor_id != p->id) in match_pin_patches() 162 for (struct model_pin_patch_t *pp = p->patches; pp->models; pp++) { in match_pin_patches() 163 for (struct pin_machine_model_t *model = pp->models; model->id != 0; model++) { in match_pin_patches() 164 if (HDA_DEV_MATCH(model->id, vendor_subid)) in match_pin_patches() 165 return (pp->pin_patches); in match_pin_patches() 178 nid_t nid = w->nid; in hdac_pin_patch() [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | toe.1m | 3 .\" Copyright 2019-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. * 22 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 32 .TH @TOE@ 1M 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands" 55 \fB\%@TOE@\fP \- 59 .RB [ \-ahs ] 60 .RB [ \-v\ \c 66 .RB [ \-u | \-U ] 69 .B "@TOE@ \-V" 78 The \fB\-h\fP option can be helpful to observe where \fB\%@TOE@\fP is [all …]
|
H A D | terminfo.head | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 31 .TH terminfo 5 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "File formats" 56 \fB\%terminfo\fP \- 63 used by screen-oriented programs such as 68 using high-level calls to libraries such as \fBcurses\fP(3X). 69 It is also used via low-level calls by non-curses applications 70 which may be screen-oriented (such as \fB@CLEAR@\fP(1)) 71 or non-screen (such as \fB@TABS@\fP(1)). [all …]
|
H A D | term.7 | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2011,2017 Free Software Foundation, Inc. * 21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 31 .TH term 7 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" Miscellaneous 45 term \- 51 console or display-device type you are using. 53 is critical for all screen-oriented programs, including your editor and mailer. 55 A default \fITERM\fP value will be set on a per-line basis by either 56 \fB/etc/inittab\fP (e.g., System\-V-like Unices) 61 Older Unix systems pre-set a very dumb terminal type [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | emx.src | 3 # Copyright 1998-2003,2006 Free Software Foundation, Inc. # 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # 33 #---------------------------------------------------------------------------- 43 # terminal are the lowest common denominator - they look about like a ti 700. 46 dumb|80-column dumb tty, 81 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities 83 # See the end-of-file comment for more on these. 88 # ROM graphics for control characters such as the diamond, up- and down-arrow. 91 # from the ANSI.SYS de-facto standard. 93 …acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_… [all …]
|
/freebsd/sys/dev/fb/ |
H A D | vgareg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 50 #define MONO_CRTC (IO_MDA + 0x04) /* crt controller base mono */
|
/freebsd/sys/dev/sound/pci/ |
H A D | neomagic.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF 86 /* Mono/stereo flag, number of bits on playback, and rate mask. */
|
H A D | envy24.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF 29 /* -------------------------------------------------------------------- */ 40 #define PCIR_MT 0x1c /* Professional Multi-Track I/O Base Address */ 48 #define PCIM_LAC_MPU401 0x0008 /* MPU-401 I/O enable */ 60 #define PCIM_LCC_MPUBASE 0x0006 /* MPU-401 base 300h-330h */ 68 #define PCIM_SCFG_MPU 0x20 /* 1(0)/2(1) MPU-401 UART(s) */ 71 #define PCIM_SCFG_ADC 0x0c /* 1-4 stereo ADC connected */ 72 #define PCIM_SCFG_DAC 0x03 /* 1-4 stereo DAC connected */ [all …]
|
H A D | hdspe.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com> 5 * Copyright (c) 2023-2024 Florian Walpen <dev@submerge.ch> 26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 122 #define HDSPE_MAX_SLOTS 64 /* Mono channels */ 247 bus_space_read_1((sc)->cst, (sc)->csh, (regno)) 249 bus_space_read_2((sc)->cst, (sc)->csh, (regno)) 251 bus_space_read_4((sc)->cst, (sc)->csh, (regno)) 254 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data)) [all …]
|
H A D | hdsp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com> 5 * Copyright (c) 2023-2024 Florian Walpen <dev@submerge.ch> 26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 131 #define HDSP_MAX_SLOTS 64 /* Mono channels */ 255 bus_space_read_1((sc)->cst, (sc)->csh, (regno)) 257 bus_space_read_2((sc)->cst, (sc)->csh, (regno)) 259 bus_space_read_4((sc)->cst, (sc)->csh, (regno)) 262 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data)) [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-color-test.py | 29 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 41 COMMAND = gtest_test_utils.GetTestExecutablePath('googletest-color-test_') 54 """Runs googletest-color-test_ and returns its exit code.""" 62 args = ['--%s=%s' % (COLOR_FLAG, color_flag)] 70 """Tests the case when there's neither GTEST_COLOR nor --gtest_color.""" 75 self.assertTrue(not UsesColor('xterm-mono', None, None)) 81 self.assertTrue(UsesColor('xterm-color', None, None)) 82 self.assertTrue(UsesColor('xterm-kitty', None, None)) 84 self.assertTrue(UsesColor('xterm-256color', None, None)) 87 """Tests the case when there's --gtest_color but not GTEST_COLOR.""" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | wlf,arizona.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 17 - $ref: /schemas/spi/spi-peripheral-props.yaml 18 - $ref: /schemas/sound/wlf,arizona.yaml# 19 - $ref: /schemas/regulator/wlf,arizona.yaml# 20 - $ref: /schemas/extcon/wlf,arizona.yaml# 21 - if: 26 - cirrus,cs47l24 [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | tg2.c | 6 * broadcast timecode. Alternatively, it can generate the IRIG-B 24 * over the range 0-255. The signal generator by default uses WWV 26 * switches to IRIG-B format. 42 * the transmissionorder is low-order first as the frame is processed 44 * For IRIG the on-time marker M preceeds the first (units) bit, so its 54 * v0.23 2007-02-12 dmw: 55 * - Changed statistics to include calculated error 60 * v0.22 2007-02-08 dmw: 61 * - Changed default for rate correction to "enabled", "-j" switch now disables. 62 * - Adjusted help message accordingly. [all …]
|
/freebsd/usr.bin/beep/ |
H A D | beep.c | 1 /*- 22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 71 * The return value is in the range [-1.0f .. 1.0f] 92 return (-1.0f); in wave_function_16() 100 x ^= (mask - 1); in wave_function_16() 117 retval = (1.0f - retval) / 2.0f; in wave_function_16() 127 retval = -retval; in wave_function_16() 136 "\t" "-F <frequency in HZ, default %d Hz>\n" in usage() 137 "\t" "-D <duration in ms, from %d ms to %d ms, default %d ms>\n" in usage() 138 "\t" "-r <sample rate in HZ, from %d Hz to %d Hz, default %d Hz>\n" in usage() [all …]
|
/freebsd/share/man/man4/ |
H A D | snd_emu10kx.4 | 2 .\" Copyright (c) 2003-2007 Yuriy Tsibizov 23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 60 for details), and MPU401-compatible MIDI I/O controller, which is accessible 68 .Bl -bullet -compact 94 .Bl -bullet -compact 96 Creative Sound Blaster Live!\& 24-Bit, identified by 104 .Qq Li "CA0106-DAT Audigy LS" . 106 All other Creative sound cards with -DAT chipsets. [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_edid.h | 2 * Copyright © 2007-2008 Intel Corporation 20 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 191 #define DRM_EDID_FEATURE_DISPLAY_TYPE (3 << 3) /* 00=mono, 01=rgb, 10=non-rgb, 11=unknown */ 233 /* Standard timings 1-8*/ 235 /* Detailing timings 1-4 */ 243 #define EDID_PRODUCT_ID(e) ((e)->prod_code[0] | ((e)->prod_code[1] << 8))
|