Searched refs:zeros (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/tools/regression/nfsmmap/test1/
H A DMakefile6 CLEANFILES= test1.zeros test1.good test1.data test1.scratch
8 all: test1 test1.zeros test1.good
9 @cp ${.OBJDIR}/test1.zeros ${.OBJDIR}/test1.data
21 test1.zeros: test1.zeros.uu
H A Dtest1.c10 char zeros[4096]; local
13 memset(zeros, 0, sizeof zeros);
20 if (write(fd, zeros, sizeof zeros) < 0)
21 err(1, "writing zeros");
/freebsd-10.0-release/tools/regression/nfsmmap/test2/
H A DMakefile6 CLEANFILES= test2.zeros test2.good test2.data test2.scratch
8 all: test2 test2.zeros test2.good
9 @cp ${.OBJDIR}/test2.zeros ${.OBJDIR}/test2.data
21 test2.zeros: test2.zeros.uu
H A Dtest2.c10 char zeros[4096]; local
13 memset(zeros, 0, sizeof zeros);
20 if (write(fd, zeros, sizeof zeros) < 0)
21 err(1, "writing zeros");
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dmd5.c79 static const unsigned char zeros[APR_MD5_DIGESTSIZE] = { 0 };
81 return ((memcmp(d1, zeros, APR_MD5_DIGESTSIZE) == 0)
82 || (memcmp(d2, zeros, APR_MD5_DIGESTSIZE) == 0)
78 static const unsigned char zeros[APR_MD5_DIGESTSIZE] = { 0 }; local
H A Dsha1.c78 static const unsigned char zeros[APR_SHA1_DIGESTSIZE] = { 0 };
80 return ((memcmp(d1, zeros, APR_SHA1_DIGESTSIZE) == 0)
81 || (memcmp(d2, zeros, APR_SHA1_DIGESTSIZE) == 0)
77 static const unsigned char zeros[APR_SHA1_DIGESTSIZE] = { 0 }; local
/freebsd-10.0-release/sys/dev/rndtest/
H A Drndtest.c234 int i, j, ones, zeros, rv = 0; local
240 ones = zeros = 0;
246 rndtest_runs_record(rsp, zeros, zeroi);
247 zeros = 0;
249 zeros++;
256 rndtest_runs_record(rsp, zeros, zeroi);
288 val ? "ones" : "zeros",
295 val ? "ones" : "zeros",
306 int i, j, ones = 0, zeros = 0, maxones = 0, maxzeros = 0; local
313 zeros
[all...]
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dsmbios.c125 int i, ones, zeros; local
130 for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) {
132 if (zeros == 0 && n == 0)
135 zeros++;
140 if (ones != UUID_ALL_BITS && zeros != UUID_ALL_BITS) {
/freebsd-10.0-release/contrib/binutils/gas/
H A Datof-generic.c195 unsigned int zeros = 0; /* Length of current string of zeros */ local
201 zeros++;
205 number_of_digits_after_decimal += 1 + zeros;
206 zeros = 0;
/freebsd-10.0-release/contrib/ipfilter/
H A Dradix_ipf.h70 u_char *zeros; member in struct:radix_softc
H A Dradix_ipf.c843 node[0].addrkey = (u_32_t *)softr->zeros;
891 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t));
892 if (softr->zeros == NULL) {
896 softr->ones = softr->zeros + sizeof(addrfamily_t);
913 memset(softr->zeros, 0, 3 * sizeof(addrfamily_t));
931 if (softr->zeros != NULL)
932 KFREES(softr->zeros, 3 * sizeof(addrfamily_t));
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.h68 u_char *zeros; member in struct:radix_softc
H A Dradix_ipf.c843 node[0].addrkey = (u_32_t *)softr->zeros;
891 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t));
892 if (softr->zeros == NULL) {
896 softr->ones = softr->zeros + sizeof(addrfamily_t);
913 memset(softr->zeros, 0, 3 * sizeof(addrfamily_t));
931 if (softr->zeros != NULL)
932 KFREES(softr->zeros, 3 * sizeof(addrfamily_t));
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A D8003.c183 static unsigned char zeros[16]; local
201 && memcmp(p, zeros, sizeof(zeros)) != 0) {
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathProfileVerifier.cpp185 int zeros = 0; local
191 fwrite(&zeros, 1, 4-(num&3), edgeFile);
/freebsd-10.0-release/contrib/ncurses/form/
H A Dfld_def.c279 static const FIELD_CELL zeros = ZEROS; local
331 buffer[j] = zeros;
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dpac.c76 static const char zeros[PAC_ALIGNMENT] = { 0 }; variable
907 if (l > sizeof(zeros))
908 l = sizeof(zeros);
909 sret = krb5_storage_write(sp, zeros, l);
/freebsd-10.0-release/lib/libc/mips/gen/
H A Dldexp.S124 subu t9, t9, DLEAD_ZEROS # dont count normal leading zeros
/freebsd-10.0-release/sys/mips/mips/
H A Dfp.S1333 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1415 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
1674 move t9, zero # t9 = num of leading zeros
1706 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1900 move t9, zero # t9 = num of leading zeros
1935 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
3426 subu t9, t9, SLEAD_ZEROS # dont count normal leading zeros
3479 subu t9, t9, DLEAD_ZEROS # dont count normal leading zeros
3539 subu t9, t9, SLEAD_ZEROS # dont count normal leading zeros
3592 subu t9, t9, DLEAD_ZEROS # dont count normal leading zeros
[all...]
/freebsd-10.0-release/sys/geom/raid3/
H A Dg_raid3.c269 static const uint64_t zeros[] = { local
277 for (; size > 0; size -= sizeof(zeros), addr += sizeof(zeros)) {
278 if (bcmp(addr, zeros, sizeof(zeros)) != 0)
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c1217 static const char zeros[2] = {0, 0}; local
1221 *crc = lha_crc16(*crc, zeros, 2);
1970 * process meet 2 bytes of zeros at reading a size of a next chunk, so the
1971 * zeros are treated as the mark of the end of the data although the zeros
/freebsd-10.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S515 * push a dummy frame of zeros onto the stack for all the general
523 loop intusr.2 # with zeros
/freebsd-10.0-release/sys/boot/pc98/btx/btx/
H A Dbtx.S541 * push a dummy frame of zeros onto the stack for all the general
549 loop intusr.2 # with zeros
/freebsd-10.0-release/contrib/apr/
H A Dconfigure27053 /* leave sin_addr all zeros to use loopback */
27197 /* leave sin_addr all zeros to use loopback */

Completed in 387 milliseconds