/freebsd/sys/dev/rndtest/ |
H A D | rndtest.c | 181 int i, ones = 0, j; in rndtest_monobit() local 188 ones++; in rndtest_monobit() 190 if (ones > RNDTEST_MONOBIT_MINONES && in rndtest_monobit() 191 ones < RNDTEST_MONOBIT_MAXONES) { in rndtest_monobit() 194 RNDTEST_MONOBIT_MINONES, ones, in rndtest_monobit() 200 "monobit failed (%d ones)", ones); in rndtest_monobit() 222 int i, j, ones, zeros, rv = 0; in rndtest_runs() local 228 ones = zeros = 0; in rndtest_runs() 233 ones++; in rndtest_runs() 238 rndtest_runs_record(rsp, ones, onei); in rndtest_runs() [all …]
|
/freebsd/tools/regression/nfsmmap/test2/ |
H A D | test2.c | 11 char ones[200]; in main() local 14 memset(ones, 1, sizeof ones); in main() 31 if (write(fd, ones, sizeof ones) < 0) in main()
|
/freebsd/tools/regression/nfsmmap/test1/ |
H A D | test1.c | 11 char ones[200]; in main() local 14 memset(ones, 1, sizeof ones); in main() 31 if (write(fd, ones, sizeof ones) < 0) in main()
|
/freebsd/sbin/ipf/libipf/ |
H A D | printmask.c | 17 int ones; in printmask() local 21 } else if ((ones = count4bits(*mask)) == -1) { in printmask() 25 PRINTF("/%d", ones); in printmask()
|
/freebsd/stand/libsa/ |
H A D | smbios.c | 256 int byteorder, i, ones, zeros; in smbios_setuuid() local 261 for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) { in smbios_setuuid() 264 ones++; in smbios_setuuid() 265 else if (ones == 0 && n == 1) in smbios_setuuid() 271 if (ones != UUID_ALL_BITS && zeros != UUID_ALL_BITS) { in smbios_setuuid()
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | mediatek,mtk-xhci.txt | 16 "mediatek,mtk-xhci" compatible string, you need SoC specific ones in 30 the following ones are optional: 91 "mediatek,mtk-xhci" compatible string, you need SoC specific ones in 103 - clock-names : must contain "sys_ck", and the following ones are optional:
|
/freebsd/lib/libc/amd64/string/ |
H A D | memcmp.S | 299 shl %cl, %rdx # ones where the buffer is not 305 or %ecx, %eax # ones where the buffers match 307 not %eax # ones where there is a mismatch 377 or %ecx, %eax # ones where the buffers match 378 not %eax # ones where there is a mismatch
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_powerpc64_asm.S | 10 # floating point, and vector parameters, so that we only spill those live ones. 151 # floating point, and vector parameters, so that we only spill those live ones.
|
/freebsd/sys/netinet/ |
H A D | tcp_lro.c | 1139 uint64_t ones; in tcp_lro_sort() local 1157 ones = 0; in tcp_lro_sort() 1160 ones |= parray[x].seq; in tcp_lro_sort() 1165 ones &= zeros; in tcp_lro_sort() 1166 if (ones == 0) in tcp_lro_sort() 1170 ones = tcp_lro_msb_64(ones); in tcp_lro_sort() 1178 if (parray[y].seq & ones) in tcp_lro_sort()
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | example.8 | 2 # block all incoming TCP connections but send back a TCP-RST for ones to
|
/freebsd/sys/contrib/device-tree/Bindings/display/connector/ |
H A D | analog-tv-connector.txt | 10 ones. If not specified all TV standards are allowed.
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_6.rst | 8 …CBOR tags <https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml>`_ before inventing new ones.
|
/freebsd/tools/tools/vhba/ |
H A D | README | 11 virtual devices implemented under the VHBA itself. The current ones
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | submitting-patches.rst | 70 which ones to review and which ones are ok to let go.
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | write.cc | 1293 char *readbuf, *zeros, *ones, *zeroones, *onezeros; in TEST_F() local 1297 ones = new char[2 * bs]; in TEST_F() 1298 memset(ones, 1, 2 * bs); in TEST_F() 1320 FuseTest::expect_write(ino, bs / 2, bs, bs, 0, 0, ones); in TEST_F() 1321 FuseTest::expect_write(ino, 3 * bs / 2, bs, bs, 0, 0, ones); in TEST_F() 1323 ASSERT_EQ(2 * bs, pwrite(fd, ones, 2 * bs, bs / 2)) << strerror(errno); in TEST_F() 1340 EXPECT_EQ(0, memcmp(ones, readbuf, bs / 2)); in TEST_F() 1343 EXPECT_EQ(0, memcmp(ones, readbuf, bs / 2)); in TEST_F() 1348 delete[] ones; in TEST_F()
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | rsaz-avx512.pl | 541 my ($cur_idx,$idx,$ones) = map("%ymm$_", (21..23)); 556 vmovdqa64 .Lones(%rip), $ones # broadcast ones 571 vpaddq $ones, $cur_idx, $cur_idx # increment cur_idx
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | socionext,synquacer-exiu.txt | 16 ones the EXIU forwards its interrups to.
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | radix_ipf.h | 69 u_char *ones; member
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt.exp | 23 make: "deptgt.mk" line 64: warning: Special and mundane targets don't mix. Mundane ones ignored
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | README | 4 checking the less common ones. Furthermore, tests try not to use features
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | artpec6.txt | 24 ones are the audio reference clock ("i2s_refclk") and the audio fractional
|
/freebsd/contrib/atf/ |
H A D | COPYING | 74 ones in the XML Catalog Manager project, version 2.2. 79 derived form the ones in the Monotone project, revision
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | cavium-mmc.txt | 6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
|
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex | 41 // the (hopefully template) functions in the <complex> header with the ones we
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | brcm,bcm6345-gpio.txt | 4 are the only ones which don't need a pinctrl driver.
|