| /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 | 259 int byteorder, i, ones, zeros; in smbios_setuuid() local 264 for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) { in smbios_setuuid() 267 ones++; in smbios_setuuid() 268 else if (ones == 0 && n == 1) in smbios_setuuid() 274 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 | 1153 uint64_t ones; in tcp_lro_sort() local 1171 ones = 0; in tcp_lro_sort() 1174 ones |= parray[x].seq; in tcp_lro_sort() 1179 ones &= zeros; in tcp_lro_sort() 1180 if (ones == 0) in tcp_lro_sort() 1184 ones = tcp_lro_msb_64(ones); in tcp_lro_sort() 1192 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/crypto/openssl/crypto/hmac/ |
| H A D | build.info | 12 # appropriate ones, and define the appropriate macros
|
| /freebsd/sys/contrib/openzfs/contrib/icp/gcm-simd/boringssl/ |
| H A D | README | 6 The main purpose to include these files (and the original ones) here, is to
|
| /freebsd/crypto/openssl/crypto/sm3/ |
| H A D | build.info | 12 # appropriate ones, and define the appropriate macros
|
| /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/tools/tools/vhba/ |
| H A D | README | 11 virtual devices implemented under the VHBA itself. The current ones
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | write.cc | 1295 char *readbuf, *zeros, *ones, *zeroones, *onezeros; in TEST_F() local 1299 ones = new char[2 * bs]; in TEST_F() 1300 memset(ones, 1, 2 * bs); in TEST_F() 1322 FuseTest::expect_write(ino, bs / 2, bs, bs, 0, 0, ones); in TEST_F() 1323 FuseTest::expect_write(ino, 3 * bs / 2, bs, bs, 0, 0, ones); in TEST_F() 1325 ASSERT_EQ(2 * bs, pwrite(fd, ones, 2 * bs, bs / 2)) << strerror(errno); in TEST_F() 1342 EXPECT_EQ(0, memcmp(ones, readbuf, bs / 2)); in TEST_F() 1345 EXPECT_EQ(0, memcmp(ones, readbuf, bs / 2)); in TEST_F() 1350 delete[] ones; in TEST_F()
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | rsaz-2k-avx512.pl | 544 my ($tmp,$cur_idx,$idx1,$idx2,$ones) = map("%ymm$_", (20..24)); 559 vmovdqa64 .Lones(%rip), $ones # broadcast ones 586 vpaddq $ones, $cur_idx, $cur_idx # increment cur_idx
|
| H A D | rsaz-3k-avxifma.pl | 849 my ($tmp,$cur_idx,$idx1,$idx2,$ones,$mask) = map("%ymm$_", (8..13)); 882 vmovapd .Lones(%rip), $ones # broadcast ones 910 vpaddq $ones, $cur_idx, $cur_idx # increment cur_idx 945 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: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/unbound/doc/ |
| H A D | README.man | 9 These man pages (*.in) are still the ones being used when
|
| /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
|