/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-select-words.exp | 1 make: in target "mod-squarebrackets-0-star-at": while evaluating variable "LIST" with value "one tw… 3 LIST:[0]="one two three four five six" 4 LIST:[0x0]="one two three four five six" 5 LIST:[000]="one two three four five six" 6 LIST:[*]="one two three four five six" 7 LIST:[@]="one two three four five six" 8 LIST:[0]:C/ /,/="one,two three four five six" 9 LIST:[0]:C/ /,/g="one,two,three,four,five,six" 10 LIST:[0]:C/ /,/1g="one,two,three,four,five,six" 11 LIST:[*]:C/ /,/="one,two three four five six" [all …]
|
H A D | varmod-sysv.mk | 17 .if ${one.c two.c three.c:L:.c=.o} != "one.o two.o three.o" 41 .if ${one two three:L:%=(%)} != "(one) (two) (three)" 53 .if ${one two:L:${:Uone}=${:U1}} != "1 two" 141 .if ${one two:L:o%=a%w} != "anew two" 146 .if ${one two:L:=X} != "oneX twoX" 151 .if ${one two:L:o=X} != "one twX" 156 .if ${one two:L:o=} != "one tw" 162 .if ${one two:L:o=%} != "one tw%" 168 .if ${one two:L:%o=X} != "one X" 174 .if ${one two:L:o%=X} != "X two" [all …]
|
/freebsd/crypto/openssh/regress/unittests/utf8/ |
H A D | tests.c | 36 one(int utf8, const char *name, const char *mbs, int width, in one() function 67 one(1, "empty", "", 2, 0, 0, ""); in tests() 68 one(1, "ascii", "x", -2, -2, -2, "x"); in tests() 69 one(1, "newline", "a\nb", -2, -2, -2, "a\nb"); in tests() 70 one(1, "cr", "a\rb", -2, -2, -2, "a\rb"); in tests() 71 one(1, "tab", "a\tb", -2, -2, -2, "a\tb"); in tests() 72 one(1, "esc", "\033x", -2, -2, -2, "\\033x"); in tests() 73 one(1, "inv_badbyte", "\377x", -2, -2, -2, "\\377x"); in tests() 74 one(1, "inv_nocont", "\341x", -2, -2, -2, "\\341x"); in tests() 75 one(1, "inv_nolead", "a\200b", -2, -2, -2, "a\\200b"); in tests() [all …]
|
/freebsd/tools/build/ |
H A D | freebsd-yeet.pl | 93 # 9524e274b548 Remove $FreeBSD$: one-line xdr pattern 94 # 26a58599a09a Remove $FreeBSD$: one-line forth tag 95 # 401ab69cff8f Remove $FreeBSD$: one-line ps tag 96 # 6ef644f5889a Remove $FreeBSD$: one-line lua tag 99 # ae992a336e8d Remove $FreeBSD$: one-line catalog 100 # 2063df147163 sys: Remove $FreeBSD$: one-line catalog 101 # 05248206f720 Remove $FreeBSD$: one-line bare tag 102 # 78d146160dc5 sys: Remove $FreeBSD$: one-line bare tag 103 # b2c76c41be32 Remove $FreeBSD$: one-line nroff pattern 106 # d0b2dbfa0ecf Remove $FreeBSD$: one-line sh pattern [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 25 APInt One; member 29 KnownBits(APInt Zero, APInt One) in KnownBits() 30 : Zero(std::move(Zero)), One(std::move(One)) {} in KnownBits() 33 // Default construct Zero and One. 37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() 41 assert(Zero.getBitWidth() == One.getBitWidth() && in getBitWidth() 42 "Zero and One should have the same width!"); in getBitWidth() 47 bool hasConflict() const { return Zero.intersects(One); } in hasConflict() 51 return Zero.popcount() + One.popcount() == getBitWidth(); in isConstant() 54 /// Returns the value when all bits have a known value. This just returns One [all …]
|
/freebsd/tests/sys/net/ |
H A D | if_bridge_test.sh | 227 vnet_mkjail one ${bridge} ${epair}a 231 jexec one ifconfig ${bridge} up 232 jexec one ifconfig ${epair}a up 233 jexec one ifconfig ${bridge} addm ${epair}a 237 jexec one ifconfig ${bridge} static ${epair}b 00:01:02:03:04:05 241 jexec one ifconfig ${bridge} static ${epair}a 00:01:02:03:04 245 jexec one ifconfig ${bridge} static ${epair}a 00:01:02:03:04:05 249 jexec one ifconfig ${bridge} addr 253 jexec one ifconfig ${bridge} deladdr 00:01:02:03:04 257 jexec one ifconfig ${bridge} deladdr 00:01:02:03:04:06 [all …]
|
H A D | if_stf.sh | 151 vnet_mkjail one ${epair}a 152 jexec one ifconfig lo0 up 153 jexec one ifconfig ${epair}a 192.0.2.1/24 up 154 stf_one=$(jexec one ifconfig stf create) 155 jexec one ifconfig $stf_one stfv4br 192.0.2.3 156 jexec one ifconfig $stf_one stfv4net 192.0.2.1/32 157 jexec one ifconfig $stf_one inet6 2001:db8:c000:0201::1/32 up 158 jexec one route -6 add default -interface $stf_one 171 jexec one ping -c 1 192.0.2.2 175 jexec one ping6 -c 1 2001:db8:c000:0202::1 [all …]
|
/freebsd/lib/libc/xdr/ |
H A D | xdr.3 | 99 This routine returns one if it succeeds, zero otherwise. 112 filter produces values of either one or zero. 113 This routine returns one if it succeeds, zero otherwise. 133 This routine returns one if it succeeds, zero otherwise. 144 This routine returns one if it succeeds, zero otherwise. 183 This routine returns one if it succeeds, zero otherwise. 195 This routine returns one if it succeeds, zero otherwise. 207 This routine returns one if it succeeds, zero otherwise. 261 This routine returns one if it succeeds, zero otherwise. 299 This routine returns one if it succeeds, zero otherwise. [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | pfsync.sh | 52 vnet_mkjail one ${epair_one}a ${epair_sync}a 56 jexec one ifconfig ${epair_sync}a 192.0.2.1/24 up 57 jexec one ifconfig ${epair_one}a 198.51.100.1/24 up 58 jexec one ifconfig pfsync0 \ 72 jexec one pfctl -e 73 pft_set_rules one \ 81 hostid_one=$(jexec one pfctl -si -v | awk '/Hostid:/ { gsub(/0x/, "", $2); printf($2); }') 98 atf_fail "HostID for host one not found on two" 210 vnet_mkjail one ${epair_one}a ${epair_sync}a 214 jexec one ifconfig ${epair_sync}a 192.0.2.1/24 up [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-strl.c | 30 int one, two, k; variable 95 one = sm_strlcpyn(dst1, sizeof dst1, 3, src1[0], "/", src1[1]); 97 SM_TEST(one == two); 99 one = sm_strlcpyn(dst1, 10, 3, src1[0], "/", src1[1]); 101 SM_TEST(one == two); 103 one = sm_strlcpyn(dst1, 5, 3, src1[0], "/", src1[1]); 105 SM_TEST(one == two); 107 one = sm_strlcpyn(dst1, 0, 3, src1[0], "/", src1[1]); 109 SM_TEST(one == two); 111 one = sm_strlcpyn(dst1, sizeof dst1, 5, src1[0], "/", src1[1], "/", src1[2]); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 29 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddCarry() 32 APInt LHSKnownUnion = LHS.Zero | LHS.One; in computeForAddCarry() 33 APInt RHSKnownUnion = RHS.Zero | RHS.One; in computeForAddCarry() 40 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddCarry() 48 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry() 69 std::swap(NotRHS.Zero, NotRHS.One); in computeForAddSub() 86 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 88 KnownOut.One.setHighBits(MinVal.countl_one()); in computeForAddSub() 120 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 127 KnownOut.One.setSignBit(); in computeForAddSub() [all …]
|
/freebsd/lib/libc/net/ |
H A D | sctp_sendmsg.3 | 61 If the socket is a one-to-many type (SOCK_SEQPACKET) 67 the socket is a one-to-one type (SOCK_STREAM) socket then an association must 75 on a non-connected one-to-one socket will result in 111 send more data on one-to-one type (SOCK_STREAM) sockets. 125 argument may include one or more of the following: 164 SCTP will use only one of a multi-homed peers addresses as the primary 174 For a one-to-many type (SOCK_SEQPACKET) socket the flag 176 can be used as a convenient way to make one send call and have 178 Note that this mechanism is quite efficient and makes only one actual 226 always assures that at a minimum one send attempt is [all …]
|
H A D | sctp_send.3 | 75 one-to-many (SOCK_SEQPACKET) and one-to-one (SOCK_STREAM) socket types. 100 send more data on one-to-one type (SOCK_STREAM) sockets. 131 argument may include one or more of the following: 170 SCTP will use only one of a multi-homed peers addresses as the primary 180 For a one-to-many type (SOCK_SEQPACKET) socket the flag 182 can be used as a convenient way to make one send call and have 184 Note that this mechanism is quite efficient and makes only one actual 232 always assures that at a minimum one send attempt is 247 select the association to send to on a one-to-many socket. 248 For a one-to-one socket, this field is ignored. [all …]
|
/freebsd/lib/msun/src/ |
H A D | s_erff.c | 24 one = 1, variable 86 return (float)(1-i)+one/x; /* erff(+-inf)=+-1 */ in erff() 97 s = one+z*(qq1+z*(qq2+z*qq3)); in erff() 102 s = fabsf(x)-one; in erff() 104 Q = one+s*(qa1+s*(qa2+s*qa3)); in erff() 108 if(hx>=0) return one-tiny; else return tiny-one; in erff() 111 s = one/(x*x); in erff() 114 S=one+s*(sa1+s*(sa2+s*sa3)); in erff() 117 S=one+s*(sb1+s*(sb2+s*sb3)); in erff() 121 if(hx>=0) return one-r/x; else return r/x-one; in erff() [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.sandybridgeuc.3 | 47 Fixed-function counters that count only one hardware event per counter. 49 Programmable counters that may be configured to count one of a defined 114 Must combine with one of the umask values of 20H, 40H, 80H 117 Must combine with one of the umask values of 20H, 40H, 80H 120 Must combine with one of the umask values of 20H, 40H, 80H 128 Must combine with at least one of 01H, 02H, 04H, 08H, 10H 132 Must combine with at least one of 01H, 02H, 04H, 08H, 10H 136 Must combine with at least one of 01H, 02H, 04H, 08H, 10H 140 Must combine with one of the umask values of 10H, 20H, 40H, 80H 144 Must combine with one of the umask values of 10H, 20H, 40H, 80H [all …]
|
/freebsd/usr.sbin/bsdconfig/networking/include/ |
H A D | messages.subr | 51 …bel_contains_invalid_chars="ERROR! One or more individual labels within the hostname\n(separated b… 52 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s… 53 msg_hostname_label_is_null="ERROR! One or more individual labels within the hostname\n(separated by… 54 msg_hostname_label_starts_or_ends_with_hyphen="ERROR! One or more individual labels within the host… 57 …t_contains_invalid_chars="ERROR! One or more individual octets within the IPv4 address\n(separated… 58 msg_ipv4_addr_octet_exceeds_max_value="ERROR! One or more individual octets within the IPv4 address… 59 msg_ipv4_addr_octet_is_null="ERROR! One or more individual octets within the IPv4 address\n(separat… 61 …d_contains_invalid_chars="ERROR! One or more individual fields within the subnet mask\n(separated … 62 msg_ipv4_mask_field_exceeds_max_value="ERROR! One or more individual fields within the subnet mask\… 63 …e="ERROR! One or more individual fields within the subnet mask\n(separated by dots) contains one o… [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | fsl-imx-cspi.txt | 6 - "fsl,imx1-cspi" for SPI compatible with the one integrated on i.MX1 7 - "fsl,imx21-cspi" for SPI compatible with the one integrated on i.MX21 8 - "fsl,imx27-cspi" for SPI compatible with the one integrated on i.MX27 9 - "fsl,imx31-cspi" for SPI compatible with the one integrated on i.MX31 10 - "fsl,imx35-cspi" for SPI compatible with the one integrated on i.MX35 11 - "fsl,imx51-ecspi" for SPI compatible with the one integrated on i.MX51 12 - "fsl,imx53-ecspi" for SPI compatible with the one integrated on i.MX53 and later Soc 13 - "fsl,imx8mq-ecspi" for SPI compatible with the one integrated on i.MX8MQ 14 - "fsl,imx8mm-ecspi" for SPI compatible with the one integrated on i.MX8MM 15 - "fsl,imx8mn-ecspi" for SPI compatible with the one integrated on i.MX8MN [all …]
|
/freebsd/usr.bin/ctags/test/ |
H A D | ctags.test | 17 char qq[] = " quote(one,two) {int bar;} "; 38 multiple(one,two); \ 40 callroute(one,two); \ 50 routine1(one,two) /* comments here are fun... */ 54 } *one; 59 five(one,two); 61 routine2 (one,two) { puts("hello\n"); } 63 (one, 65 routine4(int one, char (*two)(void)) /* test ANSI arguments */
|
/freebsd/lib/msun/tests/ |
H A D | fma_test.c | 84 static volatile double one = 1.0; variable 105 testall(-one, one, one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes() 106 testall(one, -one, one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes() 107 testall(-one, -one, -one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes() 184 test(fmaf, one, one, 0x1.0p-100, 1.0 + FLT_EPSILON, in test_small_z() 186 test(fma, one, one, 0x1.0p-200, 1.0 + DBL_EPSILON, in test_small_z() 188 test(fmal, one, one, 0x1.0p-200, 1.0 + LDBL_EPSILON, in test_small_z() 191 testall(0x1.0p100, one, 0x1.0p-100, 0x1.0p100, in test_small_z() 197 test(fmaf, -one, one, -0x1.0p-100, -(1.0 + FLT_EPSILON), in test_small_z() 199 test(fma, -one, one, -0x1.0p-200, -(1.0 + DBL_EPSILON), in test_small_z() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | sprd,pinctrl.txt | 6 register contains several bit fields with one bit or several bits 9 driving level": One pin can output 3.0v or 1.8v, depending on the 12 to choose one function (like: UART0) for which system, since we 13 have several systems (AP/CP/CM4) on one SoC.). 17 as one generic configuration, and maybe it will add more strange 18 global configuration in future. Then we add one "sprd,control" to 22 Moreover we recognise every fields comprising one bit or several 23 bits in one global control register as one pin, thus we should 28 register definition, and each register described one pi [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 21 // - One CY (Crypto) unit P9_CY_* 22 // - One DFU (Decimal Floating Point and Quad Precision) unit P9_DFU_* 23 // - Two PM (Permute) units. One on each superslice. P9_PM_* 24 // - Two DIV (Fixed Point Divide) units. One on each superslize. P9_DIV_* 25 // - Four ALU (Fixed Point Arithmetic) units. One on each slice. P9_ALU_* 26 // - Four DP (Floating Point) units. One on each slice. P9_DP_* 28 // - Four AGEN (Address Generation) units. One for each slice. P9_AGEN_* 104 // Standard Dispatch ALU operation for 3 cycles. Only one slice used. 121 // Standard Dispatch ALU operation for 2 cycles. Only one slice used. 401 // 5 cycle Restricted DP operation. One DP unit, one EXEC pipeline and all three [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.relenum.d | 41 one, enumerator 52 /zero >= one || second <= first || zero == second/ 55 printf("zero = %d; one = %d; two = %d", zero, one, two); 61 /second < one || two > second || null == first/ 64 printf("zero = %d; one = %d; two = %d", zero, one, two); 70 /first < two && second > one && one != two && zero != first/
|
/freebsd/share/man/man4/ |
H A D | ng_one2many.4 | 48 in a one-to-many (and in the reverse direction, many-to-one) fashion. 50 .Dv one , 58 .Dv one 61 .Dv one 62 hook are forwarded out one or more of the 130 .Va one 132 When at least one link comes up, node sends the 135 .Va one 145 .Dv one . 186 /* Statistics structure (one for each link) */ [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.h | 47 * @return error if one of the following holds: 96 * @param one_shot_en - Enable/Disable one-shot recording. If disabled, 109 * @return error if one of the following holds: 129 * @return error if one of the following holds: 149 * @param data_limit_size_kb - Data limit size in KB (valid only for one-shot) 171 * @return error if one of the following holds: 190 * to 4 dwords per cycle, each unit is one dword (32 bits). Otherwise, each 202 * @return error if one of the following holds: 228 * @return error if one of the following holds: 254 * means one cycle. [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | kyuafile_test.cpp | 90 "test_suite('one-suite')\n" in ATF_TEST_CASE_BODY() 125 ATF_REQUIRE_EQ("one-suite", suite.test_programs()[0]->test_suite_name()); in ATF_TEST_CASE_BODY() 133 ATF_REQUIRE_EQ("one-suite", suite.test_programs()[2]->test_suite_name()); in ATF_TEST_CASE_BODY() 168 "test_suite('one-suite')\n" in ATF_TEST_CASE_BODY() 250 "atf_test_program{name='one', test_suite='first'}\n" in ATF_TEST_CASE_BODY() 259 atf::utils::create_file("one", ""); in ATF_TEST_CASE_BODY() 267 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY() 287 "atf_test_program{name='one'}\n" in ATF_TEST_CASE_BODY() 298 atf::utils::create_file("root/one", ""); in ATF_TEST_CASE_BODY() 307 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY() [all …]
|