| /netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/ |
| D | compress.c | 209 bz_decompress_t *bz = pgp_reader_get_arg(readinfo); in bzip2_compressed_data_reader() local 214 if (bz->type != PGP_C_BZIP2) { in bzip2_compressed_data_reader() 215 (void) fprintf(stderr, "Weird type %d\n", bz->type); in bzip2_compressed_data_reader() 218 if (bz->inflate_ret == BZ_STREAM_END && in bzip2_compressed_data_reader() 219 bz->bzstream.next_out == &bz->out[bz->offset]) { in bzip2_compressed_data_reader() 223 if (&bz->out[bz->offset] == bz->bzstream.next_out) { in bzip2_compressed_data_reader() 226 bz->bzstream.next_out = (char *) bz->out; in bzip2_compressed_data_reader() 227 bz->bzstream.avail_out = sizeof(bz->out); in bzip2_compressed_data_reader() 228 bz->offset = 0; in bzip2_compressed_data_reader() 229 if (bz->bzstream.avail_in == 0) { in bzip2_compressed_data_reader() [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpf/ |
| D | t-cmp_si.c | 79 mpz_t bz; in check_data() local 85 mpz_init (bz); in check_data() 89 mpz_set_str_or_abort (bz, data[i].b, 0); in check_data() 91 if (mpz_fits_slong_p (bz)) in check_data() 93 b = mpz_get_si (bz); in check_data() 107 got = mpf_cmp_z (a, bz); in check_data() 110 b = mpz_get_si (bz); in check_data() 122 mpz_clear (bz); in check_data()
|
| /netbsd/src/common/lib/libc/arch/sparc64/string/ |
| D | strlen.S | 100 bz,pt %icc, 0f 120 bz,a,pt %xcc, 0b 129 bz %xcc,0f 134 bz %xcc,0f 139 bz %xcc,0f 144 bz %xcc,0f 149 bz %xcc,0f 154 bz %xcc,0f 159 bz %xcc,0f
|
| D | memset.S | 64 bz,pn %xcc, 0f 78 bz,pt %icc, 1f 107 bz,pt CCCR, 5f ! if (len & 4) { 113 bz,pt CCCR, 7f ! if (len & 2) { 168 bz,pt CCCR, 2f
|
| D | memcpy.S | 53 bz,pt %icc, 3f 119 bz,pt %icc, 4f 131 bz,pt %icc, 4f 134 bz,a 1f 152 bz,pt CCCR, 4f 155 bz,a,pt CCCR, 1f 159 bz,a,pt %icc, 2f 312 bz,pn %icc, Lmemcpy_complete 336 bz,pt CCCR, Lmemcpy_complete 391 bz,pt CCCR, Lmemcpy_complete [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpz/ |
| D | t-cmp_si.c | 59 mpz_t a, bz; in check_data() local 65 mpz_init (bz); in check_data() 69 mpz_set_str_or_abort (bz, data[i].b, 0); in check_data() 71 if (mpz_fits_slong_p (bz)) in check_data() 73 b = mpz_get_si (bz); in check_data() 88 mpz_clear (bz); in check_data()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpz/ |
| D | kronzu.c | 50 mpz_t bz; in mpz_kronecker_ui() local 51 ALLOC(bz) = numberof (blimbs); in mpz_kronecker_ui() 52 PTR(bz) = blimbs; in mpz_kronecker_ui() 53 mpz_set_ui (bz, b); in mpz_kronecker_ui() 54 return mpz_kronecker (a, bz); in mpz_kronecker_ui()
|
| D | kronzs.c | 54 mpz_t bz; in mpz_kronecker_si() local 55 ALLOC(bz) = numberof (blimbs); in mpz_kronecker_si() 56 PTR(bz) = blimbs; in mpz_kronecker_si() 57 mpz_set_si (bz, b); in mpz_kronecker_si() 58 return mpz_kronecker (a, bz); in mpz_kronecker_si()
|
| /netbsd/src/lib/libc/compat/arch/sparc64/sys/ |
| D | compat___sigtramp1.S | 105 bz,pt %icc, 2f 107 bz,pt %icc, 1f 118 bz,pt %icc, 2f 138 bz,pt %icc, 2f 140 bz,pt %icc, 1f 150 bz,pt %icc, 2f
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/ |
| D | refmpz.c | 278 mpz_t bz; in refmpz_kronecker_ui() local 280 mpz_init_set_ui (bz, b); in refmpz_kronecker_ui() 281 ret = refmpz_kronecker (a, bz); in refmpz_kronecker_ui() 282 mpz_clear (bz); in refmpz_kronecker_ui() 289 mpz_t bz; in refmpz_kronecker_si() local 291 mpz_init_set_si (bz, b); in refmpz_kronecker_si() 292 ret = refmpz_kronecker (a, bz); in refmpz_kronecker_si() 293 mpz_clear (bz); in refmpz_kronecker_si()
|
| /netbsd/src/common/lib/libc/arch/sparc/string/ |
| D | bzero.S | 123 bz,a 1f ! if (addr & 1) { 130 bz,a 1f ! if (addr & 2) { 137 bz 1f ! if (addr & 4) { 161 bz 1f ! if (len & 4) { 166 bz 1f ! if (len & 2) {
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | cpu_in_cksum.S | 116 bz Lint_aligned 124 bz Lshort_aligned 138 bz Lint_aligned 182 bz Lfinish_byte 190 bz Lnext
|
| D | copy.S | 811 bz 0f ! if (len & 1) 816 bz 0f ! if (len & 2) 821 bz 0f ! if (len & 4) 894 bz 0f ! if (len & 1) 899 bz 0f ! if (len & 2) 904 bz 0f ! if (len & 4) 909 bz Lfsbail ! if (len & 8) 930 bz,pt %icc, 3f 1143 bz,pt %icc, 3f
|
| D | sigcode32.s | 117 bz,pt %icc, 1f 149 bz,pt %icc, 1f
|
| /netbsd/src/external/bsd/bzip2/dist/ |
| D | Makefile | 193 $(DISTNAME)/bz-common.xsl \ 194 $(DISTNAME)/bz-fo.xsl \ 195 $(DISTNAME)/bz-html.xsl \ 205 MANUAL_SRCS= bz-common.xsl bz-fo.xsl bz-html.xsl bzip.css \
|
| D | xmlproc.sh | 44 xsl_fo=bz-fo.xsl 45 xsl_html=bz-html.xsl
|
| D | blocksort.c | 611 #define mnextswap(az,bz) \ argument 613 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \ 614 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \ 615 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | compress.c | 657 bz_stream bz; in uncompressbzlib() local 660 memset(&bz, 0, sizeof(bz)); in uncompressbzlib() 661 rc = BZ2_bzDecompressInit(&bz, 0, 0); in uncompressbzlib() 665 bz.next_in = CCAST(char *, RCAST(const char *, old)); in uncompressbzlib() 666 bz.avail_in = CAST(uint32_t, *n); in uncompressbzlib() 667 bz.next_out = RCAST(char *, *newch); in uncompressbzlib() 668 bz.avail_out = CAST(unsigned int, bytes_max); in uncompressbzlib() 670 rc = BZ2_bzDecompress(&bz); in uncompressbzlib() 672 BZ2_bzDecompressEnd(&bz); in uncompressbzlib() 678 *n = CAST(size_t, bz.total_out_lo32); in uncompressbzlib() [all …]
|
| /netbsd/src/lib/libc/arch/sparc64/sys/ |
| D | __clone.S | 51 bz,pn %xcc, 8f ! stack == NULL, bail 74 bz %xcc, 2f ! yes, parent
|
| /netbsd/src/lib/libc/compat/arch/sparc/gen/ |
| D | compat_setjmp.S | 102 bz Lbotch 104 bz,a 1f
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | lock_stubs.s | 144 bz,a 2f 164 bz _C_LABEL(mutex_vector_exit) 213 bz,a 2f
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
| D | bn-sparcv8.S | 56 bz .L_bn_mul_add_words_tail 122 bz .L_bn_mul_add_words_return 134 bz .L_bn_mul_add_words_return 169 bz .L_bn_mul_words_tail 221 bz .L_bn_mul_words_return 231 bz .L_bn_mul_words_return 261 bz .L_bn_sqr_words_tail 308 bz .L_bn_sqr_words_return 317 bz .L_bn_sqr_words_return 364 bz .L_bn_add_words_tail [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| D | sparcv8.S | 56 bz .L_bn_mul_add_words_tail 122 bz .L_bn_mul_add_words_return 134 bz .L_bn_mul_add_words_return 169 bz .L_bn_mul_words_tail 221 bz .L_bn_mul_words_return 231 bz .L_bn_mul_words_return 261 bz .L_bn_sqr_words_tail 308 bz .L_bn_sqr_words_return 317 bz .L_bn_sqr_words_return 364 bz .L_bn_add_words_tail [all …]
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-bpf.c | 342 struct bpf_zbuf bz; in pcap_next_zbuf() local 377 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf() 424 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf() 1918 struct bpf_zbuf bz; local 2183 memset(&bz, 0, sizeof(bz)); /* bzero() deprecated, replaced with memset() */ 2184 bz.bz_bufa = pb->zbuf1; 2185 bz.bz_bufb = pb->zbuf2; 2186 bz.bz_buflen = pb->zbufsize; 2187 if (ioctl(fd, BIOCSETZBUF, (caddr_t)&bz) < 0) {
|
| /netbsd/src/sys/arch/sparc/stand/common/ |
| D | srt0.S | 111 bz 2f 120 bz 2f ! in case there is no BSS
|