Home
last modified time | relevance | path

Searched +full:0 +full:- +full:127 (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8851b_table.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2022-2023 Realtek Corporation
10 {0x704, 0x601E0500},
11 {0x4000, 0x0000000
[all...]
H A Drtw8852c_table.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2022 Realtek Corporation
10 {0xF0FF0000, 0x00000000},
11 {0xF03300FF, 0x0000000
[all...]
H A Drtw8852b_table.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2020 Realtek Corporation
10 {0x704, 0x601E0100},
11 {0x4000, 0x0000000
[all...]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dkeylockerintrin.h1 /*===----------------- keylockerintrin.h - KL Intrinsics -------------------===
21 *===-----------------------------------------------------------------------===
40 /// the key is permitted. The 256-bit encryption key is loaded from the two
41 /// explicit operands (__enkey_lo and __enkey_hi). The 128-bit integrity key is
49 /// IF CPL > 0 // LOADKWKEY only allowed at ring 0 (supervisor mode)
50 /// GP (0)
56 /// GP (0)
58 /// IF __ctl[31:5] != 0 // Reserved bit in __ctl is set
59 /// GP (0)
61 /// IF __ctl[0] AND (CPUID.19H.ECX[0] == 0) // NoBackup is not supported on this part
[all …]
H A Dfmaintrin.h1 /*===---- fmaintrin.h - FMA intrinsics -------------------------------------===
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
21 /// Computes a multiply-add of 128-bit vectors of [4 x float].
29 /// A 128-bit vector of [4 x float] containing the multiplicand.
31 /// A 128-bit vector of [4 x float] containing the multiplier.
33 /// A 128-bit vector of [4 x float] containing the addend.
34 /// \returns A 128-bit vector of [4 x float] containing the result.
41 /// Computes a multiply-add of 128-bit vectors of [2 x double].
[all …]
H A Davxintrin.h1 /*===---- avxintrin.h - AVX intrinsics -------------------------------------===
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
54 __attribute__((__always_inline__, __nodebug__, __target__("avx,no-evex512"), \
57 __attribute__((__always_inline__, __nodebug__, __target__("avx,no-evex512"), \
61 /// Adds two 256-bit vectors of [4 x double].
68 /// A 256-bit vector of [4 x double] containing one of the source operands.
70 /// A 256-bit vector of [4 x double] containing one of the source operands.
71 /// \returns A 256-bit vector of [4 x double] containing the sums of both
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dg711.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org>
46 126, 126, 126, 126, 127, 127, 127, 127, \
47 127, 127, 127, 127, 127, 127, 127, 127, \
78 127, 127, 127, 127, 127, 127, 127, 127, \
79 127, 127, 127, 127, 127, 127, 127, 127, \
105 0, 0, 0, 0, 0, 1, 1, 1, \
153 13, 2, 3, 0, 1, 6, 7, 4, \
175 ((int8_t)((t)[(uint8_t)(v)] ^ 0x80)))
[all …]
/freebsd/contrib/bc/tests/bc/
H A Dlib2.txt3 p(2, -8.0001)
5 r(0, 0)
6 r(0, 1)
7 r(0, 100)
8 r(1, 0)
10 r(1.4, 0)
11 r(1.5, 0)
18 r(-1, 0)
19 r(-1, 3)
20 r(-1.4, 0)
[all …]
/freebsd/lib/msun/src/
H A Ds_scalbnf.c2 * Copyright (c) 2005-2020 Rich Felker, et al.
4 * SPDX-License-Identifier: MIT
6 * Please see https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT
17 if (n > 127) { in scalbnf()
18 y *= 0x1p127f; in scalbnf()
19 n -= 127; in scalbnf()
20 if (n > 127) { in scalbnf()
21 y *= 0x1p127f; in scalbnf()
22 n -= 127; in scalbnf()
23 if (n > 127) in scalbnf()
[all …]
H A Dk_expf.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
41 * Output: 2**127 <= y < 2**128
49 exp_x = expf(x - kln2); in __frexp_expf()
51 *expt = (hx >> 23) - (0x7f + 127) + k; in __frexp_expf()
52 SET_FLOAT_WORD(exp_x, (hx & 0x7fffff) | ((0x7f + 127) << 23)); in __frexp_expf()
64 SET_FLOAT_WORD(scale, (0x7f + expt) << 23); in __ldexp_expf()
80 SET_FLOAT_WORD(scale1, (0x7f + half_expt) << 23); in __ldexp_cexpf()
81 half_expt = expt - half_expt; in __ldexp_cexpf()
82 SET_FLOAT_WORD(scale2, (0x7f + half_expt) << 23); in __ldexp_cexpf()
/freebsd/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c1 /*-
55 g_total = 0; in main()
56 g_pass = 0; in main()
57 g_fail = 0; in main()
58 memset(g_funcname, 0, sizeof(g_funcname)); in main()
72 if (g_fail == 0) in main()
87 set_funcname("test_rth_init", sizeof("test_rth_init\0")); in test_rth_init()
90 checkptr(NULL, pbuf, "buffer too small\0"); in test_rth_init()
92 pbuf = inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, 0); in test_rth_init()
93 checkptr((caddr_t)&buf, pbuf, "0 segments\0"); in test_rth_init()
[all …]
/freebsd/bin/sh/tests/execution/
H A Dunknown1.03 [ $? -ne 127 ] && exit 1
5 [ $? -ne 127 ] && exit 1
7 [ $? -ne 127 ] && exit 1
9 [ $? -ne 127 ] && exit 1
11 [ $? -ne 126 ] && exit 1
13 [ $? -ne 126 ] && exit 1
16 [ $? -ne 127 ] && exit 1
18 [ $? -ne 127 ] && exit 1
20 [ $? -ne 127 ] && exit 1
22 [ $? -ne 127 ] && exit 1
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-evb.dts1 // SPDX-License-Identifier: GPL-2.0
5 /dts-v1/;
6 #include "nuvoton-npcm750.dtsi"
7 #include "dt-bindings/gpio/gpio.h"
8 #include "nuvoton-npcm750-pincfg-evb.dtsi"
12 compatible = "nuvoton,npcm750-evb", "nuvoton,npcm750";
45 stdout-path = &serial3;
50 reg = <0x0 0x20000000>;
55 phy-mode = "rgmii-id";
60 phy-mode = "rgmii-id";
[all …]
/freebsd/sbin/ipf/ipsend/
H A Diptest.14 iptest \- automatically generate a packets to test IP functionality
8 .B \-1234567
10 .B \-d
13 .B \-g
16 .B \-m
19 .B \-p
22 .B \-s
29 .B \-1
38 .B \-2
41 The point tests are: 1 (option length > packet length), 2 (option length = 0).
[all …]
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in1 #! @PATH_PERL@ -w
3 # John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org
20 my $dodns = $opts->{numeric} ? 0 : 1;
21 my $max_hosts = $opts->{'max-hosts'};
22 my $host = shift || $opts->{host};
23 my $nb_host = 0;
42 last if $info{stratum} == 0 ||
[all...]
/freebsd/sys/dev/adb/
H A Dadb_mouse.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
51 #define CDEV_GET_SOFTC(x) (x)->si_drv1
75 #define AMS_EXTENDED 0x1
76 #define AMS_TOUCHPAD 0x2
107 { 0, 0 }
116 DRIVER_MODULE(ams, adb, adb_mouse_driver, 0, 0);
120 .d_flags = 0,
140 return (0); in adb_mouse_probe()
153 sc->sc_dev = dev; in adb_mouse_attach()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.td10 field bits<2> chan_encoding = !if(!eq(chan, "X"), 0,
13 !if(!eq(chan, "W"), 3, 0))));
14 let HWEncoding{8-0} = sel;
15 let HWEncoding{10-9} = chan_encoding;
21 field bits<2> chan_encoding = 0;
24 let HWEncoding{8-0} = encoding{8-0};
25 let HWEncoding{10-9} = chan_encoding;
30 field bits<2> chan_encoding = 0;
34 let HWEncoding{8-0} = encoding{8-0};
35 let HWEncoding{10-9} = chan_encoding;
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_wait.sh37 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
40 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
41 '(exit 3) & wait $!; S=$?; test $S -eq 3 || {
44 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
47 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
64 if [ $S -ne 0 ]; then
71 if [ $? -ne 0 ]; then
76 exit 0
79 [ $? -eq 0 ] || atf_fail "${output}"
87 # atf-sh confuses wait for some reason; work it around by creating
[all …]
/freebsd/tools/tools/ath/athspectral/
H A Dathspectral.c51 spectral->s = socket(AF_INET, SOCK_DGRAM, 0); in spectral_opendev()
52 if (spectral->s < 0) { in spectral_opendev()
54 return 0; in spectral_opendev()
57 strncpy(spectral->atd.ad_name, devid, sizeof (spectral->atd.ad_name)); in spectral_opendev()
60 spectral->atd.ad_id = HAL_DIAG_REVS; in spectral_opendev()
61 spectral->atd.ad_out_data = (caddr_t) &revs; in spectral_opendev()
62 spectral->atd.ad_out_size = sizeof(revs); in spectral_opendev()
63 if (ioctl(spectral->s, SIOCGATHDIAG, &spectral->atd) < 0) { in spectral_opendev()
64 warn("%s", spectral->atd.ad_name); in spectral_opendev()
65 return 0; in spectral_opendev()
[all …]
/freebsd/sys/dev/ice/
H A Dice_hw_autogen.h1 /* SPDX-License-Identifier: BSD-3-Clause */
37 #define PRTMAC_CTL_TX_PAUSE_ENABLE_BY_MAC(hw) ((hw)->mac_type == ICE_MAC_E830 ? E830_PRTMAC_CTL_TX_PAUSE_ENABLE : E800_PRTMAC_HSEC_CTL_TX_PAUSE_ENABLE)
38 #define PRTMAC_CTL_TX_PAUSE_ENABLE_TX_PAUSE_ENABLE_S_BY_MAC(hw) ((hw)->mac_type == ICE_MAC_E830 ? E830_PRTMAC_CTL_TX_PAUSE_ENABLE_TX_PAUSE_ENABLE_S : E800_PRTMAC_HSEC_CTL_TX_PAUSE_ENABLE_HSEC_CTL_TX_PAUSE_ENABLE_S)
39 #define PRTMAC_CTL_TX_PAUSE_ENABLE_TX_PAUSE_ENABLE_M_BY_MAC(hw) ((hw)->mac_type == ICE_MAC_E830 ? E830_PRTMAC_CTL_TX_PAUSE_ENABLE_TX_PAUSE_ENABLE_M : E800_PRTMAC_HSEC_CTL_TX_PAUSE_ENABLE_HSEC_CTL_TX_PAUSE_ENABLE_M)
40 #define PRTMAC_CTL_RX_PAUSE_ENABLE_BY_MAC(hw) ((hw)->mac_type == ICE_MAC_E830 ? E830_PRTMAC_CTL_RX_PAUSE_ENABLE : E800_PRTMAC_HSEC_CTL_RX_PAUSE_ENABLE)
41 #define PRTMAC_CTL_RX_PAUSE_ENABLE_RX_PAUSE_ENABLE_S_BY_MAC(hw) ((hw)->mac_type == ICE_MAC_E830 ? E830_PRTMAC_CTL_RX_PAUSE_ENABLE_RX_PAUSE_ENABLE_S : E800_PRTMAC_HSEC_CTL_RX_PAUSE_ENABLE_HSEC_CTL_RX_PAUSE_ENABLE_S)
42 #define PRTMAC_CTL_RX_PAUSE_ENABLE_RX_PAUSE_ENABLE_M_BY_MAC(hw) ((hw)->mac_typ
[all...]
/freebsd/share/doc/psd/20.ipctut/
H A Dfig8.xfig4 4 2 0 11 0 0 0 0.000 1 7 38 304 274 Process 1
5 4 2 0 11 0 0 0 0.000 1 7 38 529 274 Process 2
6 -6
9 2 2 0 1 0 0 0 0 0.000 0 0
11 2 1 0 1 0 0 0 0 0.000 0 0
13 2 1 0 1 0 0 0 0 0.000 0 0
15 2 1 0 1 0 0 0 0 0.000 0 0
17 2 1 0 1 0 0 0 0 0.000 0 0
19 2 1 0 1 0 0 0 0 0.000 0 0
21 -6
[all …]
/freebsd/tools/tools/ath/athradar/
H A Dathradar.c51 radar->s = socket(AF_INET, SOCK_DGRAM, 0); in radar_opendev()
52 if (radar->s < 0) { in radar_opendev()
54 return 0; in radar_opendev()
57 strncpy(radar->atd.ad_name, devid, sizeof (radar->atd.ad_name)); in radar_opendev()
60 radar->atd.ad_id = HAL_DIAG_REVS; in radar_opendev()
61 radar->atd.ad_out_data = (caddr_t) &revs; in radar_opendev()
62 radar->atd.ad_out_size = sizeof(revs); in radar_opendev()
63 if (ioctl(radar->s, SIOCGATHDIAG, &radar->atd) < 0) { in radar_opendev()
64 warn(radar->atd.ad_name); in radar_opendev()
65 return 0; in radar_opendev()
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h5 * Igor Pavlov <https://7-zip.org/>
34 * - Literal: One 8-bit byte
35 * - Match: Repeat a chunk of data at some distance
36 * - Long repeat: Multi-byte match at a recently seen distance
37 * - Short repeat: One-byte repeat at a recently seen distance
40 * either short or long repeated match, and NONLIT means any non-literal.
69 *state -= 3; in lzma_state_literal()
71 *state -= 6; in lzma_state_literal()
99 * - 0x001-0x0FF: Without match byte
100 * - 0x101-0x1FF: With match byte; match bit is 0
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_register.h3 Copyright (c) 2013-2018, Intel Corporation
38 #define I40E_GL_ARQBAH 0x000801C0 /* Reset: EMPR */
39 #define I40E_GL_ARQBAH_ARQBAH_SHIFT 0
40 #define I40E_GL_ARQBAH_ARQBAH_MASK I40E_MASK(0xFFFFFFFF, I40E_GL_ARQBAH_ARQBAH_SHIFT)
41 #define I40E_GL_ARQBAL 0x000800C0 /* Reset: EMPR */
42 #define I40E_GL_ARQBAL_ARQBAL_SHIFT 0
43 #define I40E_GL_ARQBAL_ARQBAL_MASK I40E_MASK(0xFFFFFFFF, I40E_GL_ARQBAL_ARQBAL_SHIFT)
44 #define I40E_GL_ARQH 0x000803C0 /* Reset: EMPR */
45 #define I40E_GL_ARQH_ARQH_SHIFT 0
46 #define I40E_GL_ARQH_ARQH_MASK I40E_MASK(0x3FF, I40E_GL_ARQH_ARQH_SHIFT)
[all …]
/freebsd/contrib/ncurses/progs/
H A Dprogs.priv.h2 * Copyright 2019-2022,2024 Thomas E. Dickey *
3 * Copyright 1998-2015,2017 Free Software Foundation, Inc. *
31 * Author: Thomas E. Dickey 1997-on *
50 # define NAMLEN(dirent) strlen((dirent)->d_name)
62 # define NAMLEN(dirent) (dirent)->d_namlen
95 /* error-returns for tput */
101 /* We use isascii only to guard against use of 7-bit ctype tables in the
106 # if ('z'-'a' == 25) && ('z' < 127) && ('Z'-'A' == 25) && ('Z' < 127) && ('9' < 127)
107 # define isascii(c) (UChar(c) <= 127)
113 #define VtoTrace(opt) (unsigned) ((opt > 0) ? opt : (opt == 0))
[all …]

12345678910>>...42