Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 25 of 120) sorted by relevance

12345

/openbsd/regress/sys/kern/pwrite/
H A Dpwrite.c19 const char zeroes[10] = "0000000000"; in main() local
28 if (write(fd, zeroes, sizeof(zeroes)) != sizeof(zeroes)) in main()
/openbsd/regress/sys/kern/pwritev/
H A Dpwritev.c21 const char zeroes[10] = "0000000000"; in main() local
31 if (write(fd, zeroes, sizeof(zeroes)) != sizeof(zeroes)) in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950922-1.c26 static char zeroes[16]; in f() local
50 … > 16) {{ p->x = (zeroes); p->r = 16; q.z += 16; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error;… in f()
55 … > 16) {{ p->x = (zeroes); p->r = 16; q.z += 16; p++; if (++q.t >= 8) { if (g(fp, &q)) goto error;… in f()
/openbsd/gnu/llvm/llvm/tools/sancov/
H A Dcoverage-report-server.py122 zeroes = '0' * (3 - len(pct_str))
123 if zeroes:
124 zeroes = '<span class="lz">{0}</span>'.format(zeroes)
125 return zeroes + pct_str
/openbsd/lib/libcrypto/rsa/
H A Drsa_pss.c72 static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
162 !EVP_DigestUpdate(md_ctx, zeroes, sizeof zeroes) || in RSA_verify_PKCS1_PSS_mgf1()
252 !EVP_DigestUpdate(md_ctx, zeroes, sizeof zeroes) || in RSA_padding_add_PKCS1_PSS_mgf1()
/openbsd/games/random/
H A Drandom.c77 static const int zeroes[] = { in clz64() local
88 clz += zeroes[i]; in clz64()
90 x >>= zeroes[i]; in clz64()
/openbsd/bin/cp/
H A Dutils.c58 static char *zeroes; in copy_file() local
71 if (!zeroes) { in copy_file()
72 zeroes = calloc(1, buflen); in copy_file()
73 if (!zeroes) in copy_file()
148 if (skipholes && memcmp(buf, zeroes, rcount) == 0) in copy_file()
/openbsd/bin/mv/
H A Dcp.c395 static char *zeroes; in copy_file() local
408 if (!zeroes) { in copy_file()
409 zeroes = calloc(1, buflen); in copy_file()
410 if (!zeroes) in copy_file()
492 if (skipholes && memcmp(buf, zeroes, rcount) == 0) in copy_file()
/openbsd/sys/arch/octeon/dev/
H A Dcn30xxfpareg.h299 uint64_t zeroes :33;
325 uint64_t zeroes :24; // techically, <47:40> are dont-cares
/openbsd/lib/libc/stdio/
H A Dvfwprintf.c345 static wchar_t zeroes[PADSIZE] = in __vfwprintf() local
999 PAD(width - realsz, zeroes); in __vfwprintf()
1002 PAD(dprec - size, zeroes); in __vfwprintf()
1013 PRINT(zeroes, 1); in __vfwprintf()
1016 PAD(-expt, zeroes); in __vfwprintf()
1021 lead, zeroes); in __vfwprintf()
1026 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes); in __vfwprintf()
1033 PAD(prec - ndig, zeroes); in __vfwprintf()
H A Dvfprintf.c358 static char zeroes[PADSIZE] = in __vfprintf() local
1021 PAD(width - realsz, zeroes); in __vfprintf()
1024 PAD(dprec - size, zeroes); in __vfprintf()
1035 PRINT(zeroes, 1); in __vfprintf()
1038 PAD(-expt, zeroes); in __vfprintf()
1042 PRINTANDPAD(cp, dtoaend, lead, zeroes); in __vfprintf()
1047 PRINTANDPAD(cp, dtoaend, prec, zeroes); in __vfprintf()
1054 PAD(prec - ndig, zeroes); in __vfprintf()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pm721 my $zeroes;
723 $zeroes = "\x00"x$bs;
725 bless [ $out, $bs, $zeroes, 0 ], $class;
730 my ($fh, $bs, $zeroes, $e) = @$self;
734 if (substr($buffer, $i, $bs) eq $zeroes) {
741 while (substr($buffer, $i, $bs) eq $zeroes) {
/openbsd/regress/lib/libm/msun/
H A Dfma_test.c474 ATF_TC_WITHOUT_HEAD(zeroes);
475 ATF_TC_BODY(zeroes, tc) in ATF_TC_BODY() argument
541 ATF_TP_ADD_TC(tp, zeroes); in ATF_TP_ADD_TCS()
/openbsd/sys/crypto/
H A Dchachapoly.c93 static const char zeroes[POLY1305_BLOCK_LEN]; in Chacha20_Poly1305_Update() local
102 poly1305_update((poly1305_state *)&ctx->poly, zeroes, in Chacha20_Poly1305_Update()
/openbsd/regress/lib/libcrypto/mlkem/
H A Dmlkem1024_decap_tests.txt1651 # Rho leads to matrix containing zeroes
1657 # Rho leads to matrix containing zeroes
1663 # Rho leads to matrix containing zeroes
1669 # Rho leads to matrix containing zeroes
1675 # Rho leads to matrix containing zeroes
1681 # Rho leads to matrix containing zeroes
1687 # Rho leads to matrix containing zeroes
1693 # Rho leads to matrix containing zeroes
1699 # Rho leads to matrix containing zeroes
1705 # Rho leads to matrix containing zeroes
H A Dmlkem1024_encap_tests.txt1632 # Rho leads to matrix containing zeroes
1639 # Rho leads to matrix containing zeroes
1646 # Rho leads to matrix containing zeroes
1653 # Rho leads to matrix containing zeroes
1660 # Rho leads to matrix containing zeroes
1667 # Rho leads to matrix containing zeroes
1674 # Rho leads to matrix containing zeroes
1681 # Rho leads to matrix containing zeroes
1688 # Rho leads to matrix containing zeroes
1695 # Rho leads to matrix containing zeroes
H A Dmlkem768_decap_tests.txt1651 # Rho leads to matrix containing zeroes
1657 # Rho leads to matrix containing zeroes
1663 # Rho leads to matrix containing zeroes
1669 # Rho leads to matrix containing zeroes
1675 # Rho leads to matrix containing zeroes
1681 # Rho leads to matrix containing zeroes
1687 # Rho leads to matrix containing zeroes
1693 # Rho leads to matrix containing zeroes
1699 # Rho leads to matrix containing zeroes
1705 # Rho leads to matrix containing zeroes
H A Dmlkem768_encap_tests.txt1632 # Rho leads to matrix containing zeroes
1639 # Rho leads to matrix containing zeroes
1646 # Rho leads to matrix containing zeroes
1653 # Rho leads to matrix containing zeroes
1660 # Rho leads to matrix containing zeroes
1667 # Rho leads to matrix containing zeroes
1674 # Rho leads to matrix containing zeroes
1681 # Rho leads to matrix containing zeroes
1688 # Rho leads to matrix containing zeroes
1695 # Rho leads to matrix containing zeroes
/openbsd/lib/libagentx/
H A Dax.c1129 size_t length, zeroes; in ax_pdu_add_str() local
1134 if ((zeroes = (4 - (str->aos_slen % 4))) == 4) in ax_pdu_add_str()
1135 zeroes = 0; in ax_pdu_add_str()
1136 length = str->aos_slen + zeroes; in ax_pdu_add_str()
1142 memset(&(ax->ax_wbuf[ax->ax_wbtlen]), 0, zeroes); in ax_pdu_add_str()
1143 ax->ax_wbtlen += zeroes; in ax_pdu_add_str()
/openbsd/usr.sbin/snmpd/
H A Dax.c1242 size_t length, zeroes; in ax_pdu_add_str() local
1247 if ((zeroes = (4 - (str->aos_slen % 4))) == 4) in ax_pdu_add_str()
1248 zeroes = 0; in ax_pdu_add_str()
1249 length = str->aos_slen + zeroes; in ax_pdu_add_str()
1255 memset(&(ax->ax_wbuf[ax->ax_wbtlen]), 0, zeroes); in ax_pdu_add_str()
1256 ax->ax_wbtlen += zeroes; in ax_pdu_add_str()
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/
H A Depocpe.sc21 /* These zeroes mark the end of the import list. */
H A Dpe.sc21 /* These zeroes mark the end of the import list. */
H A Dmcorepe.sc21 /* These zeroes mark the end of the import list. */
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Depocpe.sc21 /* These zeroes mark the end of the import list. */
H A Dmcorepe.sc21 /* These zeroes mark the end of the import list. */

12345