Home
last modified time | relevance | path

Searched refs:bb (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/freebsd-13.1/contrib/apr-util/test/
H A Dtestbuckets.c25 apr_bucket_brigade *bb; in test_create() local
33 apr_brigade_destroy(bb); in test_create()
40 apr_bucket_brigade *bb; in test_simple() local
69 apr_brigade_cleanup(bb); in test_simple()
73 apr_brigade_destroy(bb); in test_simple()
90 return bb; in make_simple_brigade()
116 apr_bucket_brigade *bb; in test_flatten() local
122 apr_brigade_destroy(bb); in test_flatten()
161 apr_brigade_destroy(bb); in test_split()
232 apr_bucket_brigade *bb; in test_splits() local
[all …]
/freebsd-13.1/sys/ufs/ufs/
H A Dufsmount.h153 #define UFS_BALLOC(aa, bb, cc, dd, ee, ff) \ argument
155 #define UFS_BLKATOFF(aa, bb, cc, dd) \ argument
156 VFSTOUFS((aa)->v_mount)->um_blkatoff(aa, bb, cc, dd)
157 #define UFS_TRUNCATE(aa, bb, cc, dd) \ argument
159 #define UFS_UPDATE(aa, bb) VFSTOUFS((aa)->v_mount)->um_update(aa, bb) argument
160 #define UFS_VALLOC(aa, bb, cc, dd) \ argument
161 VFSTOUFS((aa)->v_mount)->um_valloc(aa, bb, cc, dd)
162 #define UFS_VFREE(aa, bb, cc) VFSTOUFS((aa)->v_mount)->um_vfree(aa, bb, cc) argument
163 #define UFS_IFREE(aa, bb) ((aa)->um_ifree(aa, bb)) argument
166 #define UFS_CHECK_BLKNO(aa, bb, cc, dd) \ argument
[all …]
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbss_mem.c90 BIO_BUF_MEM *bb; in BIO_new_mem_buf() local
101 b = bb->buf; in BIO_new_mem_buf()
106 *bb->readp = *bb->buf; in BIO_new_mem_buf()
115 BIO_BUF_MEM *bb = OPENSSL_zalloc(sizeof(*bb)); in mem_init() local
117 if (bb == NULL) in mem_init()
120 OPENSSL_free(bb); in mem_init()
123 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) { in mem_init()
125 OPENSSL_free(bb); in mem_init()
128 *bb->readp = *bb->buf; in mem_init()
148 BIO_BUF_MEM *bb; in mem_free() local
[all …]
/freebsd-13.1/contrib/tcsh/
H A Dtc.str.c581 if (bb->len == bb->size) { /* Keep space for terminating NULL */
582 if (bb->size == 0)
586 bb->vec = xrealloc(bb->vec, bb->size * sizeof (*bb->vec));
588 bb->vec[bb->len] = str;
595 bb->len++;
605 if (bb->vec) {
608 xfree(bb->vec);
611 bb->len = 0;
615 bb_free(void *bb) argument
618 xfree(bb);
[all …]
/freebsd-13.1/contrib/bearssl/tools/
H A Dsslio.c154 if (bb->ptr < bb->len) { in in_return_bytes()
160 clen = bb->len - bb->ptr; in in_return_bytes()
164 memcpy(buf, bb->buf + bb->ptr, clen); in in_return_bytes()
166 if (bb->ptr == bb->len) { in in_return_bytes()
167 bb->ptr = bb->len = 0; in in_return_bytes()
224 bb->buf[bb->ptr ++] = (unsigned char)c; in in_read_buffered()
227 bb->len = bb->ptr; in in_read_buffered()
228 if (bb->len == sizeof bb->buf || c == '\n') { in in_read_buffered()
229 bb->ptr = 0; in in_read_buffered()
257 in_buffer bb; in run_ssl_engine() local
[all …]
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp149 bhead2_t bb; member
474 (b->bh.bb.bsize < best->bh.bb.bsize)) { in bget()
502 KMP_DEBUG_ASSERT(bn->bb.prevfree == b->bh.bb.bsize); in bget()
508 ba->bb.prevfree = b->bh.bb.bsize; in bget()
534 KMP_DEBUG_ASSERT(ba->bb.prevfree == b->bh.bb.bsize); in bget()
545 b->bh.bb.bsize = -(b->bh.bb.bsize); in bget()
770 KMP_DEBUG_ASSERT(BH((char *)b - b->bh.bb.prevfree)->bb.bsize == in brel()
781 b->bh.bb.bsize = -b->bh.bb.bsize; in brel()
801 b->bh.bb.bsize += bn->bh.bb.bsize; in brel()
825 bn->bh.bb.prevfree = b->bh.bb.bsize; in brel()
[all …]
/freebsd-13.1/sys/libkern/
H A Dcmpdi2.c49 union uu aa, bb; in __cmpdi2() local
52 bb.q = b; in __cmpdi2()
53 return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 : in __cmpdi2()
54 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in __cmpdi2()
H A Ducmpdi2.c48 union uu aa, bb; in __ucmpdi2() local
51 bb.uq = b; in __ucmpdi2()
52 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 : in __ucmpdi2()
53 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in __ucmpdi2()
/freebsd-13.1/lib/libc/quad/
H A Ducmpdi2.c51 union uu aa, bb; in __ucmpdi2() local
54 bb.uq = b; in __ucmpdi2()
55 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 : in __ucmpdi2()
56 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in __ucmpdi2()
H A Dcmpdi2.c52 union uu aa, bb; in __cmpdi2() local
55 bb.q = b; in __cmpdi2()
56 return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 : in __cmpdi2()
57 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in __cmpdi2()
H A Dadddi3.c52 union uu aa, bb, sum; in __adddi3() local
55 bb.q = b; in __adddi3()
56 sum.ul[L] = aa.ul[L] + bb.ul[L]; in __adddi3()
57 sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]); in __adddi3()
H A Danddi3.c50 union uu aa, bb; in __anddi3() local
53 bb.q = b; in __anddi3()
54 aa.ul[0] &= bb.ul[0]; in __anddi3()
55 aa.ul[1] &= bb.ul[1]; in __anddi3()
H A Diordi3.c50 union uu aa, bb; in __iordi3() local
53 bb.q = b; in __iordi3()
54 aa.ul[0] |= bb.ul[0]; in __iordi3()
55 aa.ul[1] |= bb.ul[1]; in __iordi3()
H A Dxordi3.c50 union uu aa, bb; in __xordi3() local
53 bb.q = b; in __xordi3()
54 aa.ul[0] ^= bb.ul[0]; in __xordi3()
55 aa.ul[1] ^= bb.ul[1]; in __xordi3()
H A Dsubdi3.c51 union uu aa, bb, diff; in __subdi3() local
54 bb.q = b; in __subdi3()
55 diff.ul[L] = aa.ul[L] - bb.ul[L]; in __subdi3()
56 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]); in __subdi3()
/freebsd-13.1/contrib/unbound/testdata/
H A Drpz_nsdname.rpl81 bb. IN A
83 bb. IN NS ns1.bb.
85 ns1.bb. IN A 8.8.1.8
207 bb. IN NS
209 bb. IN NS ns1.bb.
211 ns1.bb. IN A 8.8.1.8
219 gotham.bb. IN A
221 gotham.bb. IN NS ns1.gotham.bb.
299 gotham.bb. IN A
361 gotham.bb. IN A
[all …]
H A Drpz_nsip.rpl81 bb. IN A
83 bb. IN NS ns1.bb.
85 ns1.bb. IN A 8.8.1.8
207 bb. IN NS
209 bb. IN NS ns1.bb.
211 ns1.bb. IN A 8.8.1.8
219 gotham.bb. IN A
221 gotham.bb. IN NS ns1.gotham.bb.
299 gotham.bb. IN A
361 gotham.bb. IN A
[all …]
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dblame-cmd.c68 blame_baton_t *bb = baton; in blame_receiver_xml() local
69 svn_cl__opt_state_t *opt_state = bb->opt_state; in blame_receiver_xml()
70 svn_stringbuf_t *sb = bb->sbuf; in blame_receiver_xml()
182 blame_baton_t *bb = baton; in blame_receiver() local
184 svn_stream_t *out = bb->out; in blame_receiver()
187 if (!bb->rev_maxlength) in blame_receiver()
189 svn_revnum_t max_revnum = MAX(bb->start_revnum, bb->end_revnum); in blame_receiver()
194 bb->rev_maxlength = 6; in blame_receiver()
197 bb->rev_maxlength++; in blame_receiver()
225 bb->rev_maxlength, in blame_receiver()
[all …]
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dn-fold.c58 int bb; in rr13() local
61 bb = 8 * i - bits; in rr13()
62 while(bb < 0) in rr13()
63 bb += len; in rr13()
65 b1 = bb / 8; in rr13()
66 s1 = bb % 8; in rr13()
68 if(bb + 8 > bytes * 8) in rr13()
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out173 out |{ "mid" : { "legs": "feet" }, "number": 9, "array":[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]…
189 out |[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]}]|
195 out |{"a":true,"bb":[1,2,false,{"x":"yz"}]}|
200 sel |top.array[2].bb|
202 sel |top.array[2].bb[0]|
204 sel |top.array[2].bb[1]|
206 sel |top.array[2].bb[2]|
208 sel |top.array[2].bb[3]|
210 sel |top.array[2].bb[3].x|
212 sel |top.array[2].bb[3].x.nofurther|
[all …]
/freebsd-13.1/contrib/file/src/
H A Dascmagic.c76 struct buffer bb; in file_ascmagic() local
82 bb = *b; in file_ascmagic()
83 bb.flen = trim_nuls(CAST(const unsigned char *, b->fbuf), b->flen); in file_ascmagic()
88 if ((bb.flen & 1) && !(b->flen & 1)) in file_ascmagic()
89 bb.flen++; in file_ascmagic()
92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
96 rv = file_ascmagic_with_encoding(ms, &bb, in file_ascmagic()
109 struct buffer bb; in file_ascmagic_with_encoding() local
153 buffer_init(&bb, b->fd, &b->st, utf8_buf, in file_ascmagic_with_encoding()
156 if ((rv = file_softmagic(ms, &bb, NULL, NULL, in file_ascmagic_with_encoding()
[all …]
/freebsd-13.1/contrib/netbsd-tests/ipf/expected/
H A Dni131 4500 0030 5e11 4000 8006 3961 c0a8 7101 c0a8 7103 05e7 06bb abf0 4aa5 0000 0000 7002 faf0 21a1 0000…
3 4500 002c 0000 4000 4006 d776 c0a8 7103 c0a8 7101 06bb 05e7 a564 68da abf0 4aa6 6012 8000 a348 0000…
5 4500 00c4 5e12 4000 8006 38cc c0a8 7101 c0a8 7103 05e7 06bb abf0 4aa6 a564 68db 5018 faf0 e2a0 0000…
7 4500 00c4 0001 4000 4006 d6dd c0a8 7103 c0a8 7101 06bb 05e7 a564 68db abf0 4b42 5018 832c cecf 0000…
9 4500 00d0 5e13 4000 8006 38bf c0a8 7101 c0a8 7103 05e7 06bb abf0 4b42 a564 6977 5018 fa54 ac07 0000…
11 4500 0048 0002 4000 4006 d758 c0a8 7103 c0a8 7101 06bb 05e7 a564 6977 abf0 4bea 5018 832c 36fa 0000…
13 4500 0040 5e14 4000 8006 394e c0a8 7101 c0a8 7103 05e7 06bb abf0 4bea a564 6997 5018 fa34 e810 0000…
19 4500 0028 0004 4000 4006 d776 c0a8 7103 c0a8 7101 06bb 05e7 a564 6997 abf0 4c02 5010 832c b5c1 0000
33 4500 0040 5e18 4000 8006 394a c0a8 7101 c0a8 7103 05e7 06bb abf0 4c02 a564 6997 5018 fa34 e7f8 0000…
H A Dni141 4500 0030 5e11 4000 8006 ec0b c0a8 7101 7f00 0001 05e7 06bb abf0 4aa5 0000 0000 7002 faf0 d44b 0000…
3 4500 002c 0000 4000 4006 d776 c0a8 7103 c0a8 7101 06bb 05e7 a564 68da abf0 4aa6 6012 8000 a348 0000…
5 4500 00c4 5e12 4000 8006 eb76 c0a8 7101 7f00 0001 05e7 06bb abf0 4aa6 a564 68db 5018 faf0 954b 0000…
7 4500 00c4 0001 4000 4006 d6dd c0a8 7103 c0a8 7101 06bb 05e7 a564 68db abf0 4b42 5018 832c cecf 0000…
9 4500 00d0 5e13 4000 8006 eb69 c0a8 7101 7f00 0001 05e7 06bb abf0 4b42 a564 6977 5018 fa54 5eb2 0000…
11 4500 0048 0002 4000 4006 d758 c0a8 7103 c0a8 7101 06bb 05e7 a564 6977 abf0 4bea 5018 832c 36fa 0000…
13 4500 0040 5e14 4000 8006 ebf8 c0a8 7101 7f00 0001 05e7 06bb abf0 4bea a564 6997 5018 fa34 9abb 0000…
19 4500 0028 0004 4000 4006 d776 c0a8 7103 c0a8 7101 06bb 05e7 a564 6997 abf0 4c02 5010 832c b5c1 0000
33 4500 0040 5e18 4000 8006 ebf4 c0a8 7101 7f00 0001 05e7 06bb abf0 4c02 a564 6997 5018 fa34 9aa3 0000…
H A Dni151 4500 0030 0000 4000 8006 9772 c0a8 7101 c0a8 7103 05e7 06bb abf0 4aa5 0000 0000 7002 faf0 21a1 0000…
3 4500 002c 69a6 4000 4006 6dd0 c0a8 7103 c0a8 7101 06bb 05e7 a564 68da abf0 4aa6 6012 8000 a348 0000…
5 4500 00c4 0001 4000 8006 96dd c0a8 7101 c0a8 7103 05e7 06bb abf0 4aa6 a564 68db 5018 faf0 e2a0 0000…
7 4500 00c4 69a7 4000 4006 6d37 c0a8 7103 c0a8 7101 06bb 05e7 a564 68db abf0 4b42 5018 832c cecf 0000…
9 4500 00d0 0002 4000 8006 96d0 c0a8 7101 c0a8 7103 05e7 06bb abf0 4b42 a564 6977 5018 fa54 ac07 0000…
11 4500 0048 69a8 4000 4006 6db2 c0a8 7103 c0a8 7101 06bb 05e7 a564 6977 abf0 4bea 5018 832c 36fa 0000…
13 4500 0040 0003 4000 8006 975f c0a8 7101 c0a8 7103 05e7 06bb abf0 4bea a564 6997 5018 fa34 e810 0000…
19 4500 0028 69aa 4000 4006 6dd0 c0a8 7103 c0a8 7101 06bb 05e7 a564 6997 abf0 4c02 5010 832c b5c1 0000
33 4500 0040 0007 4000 8006 975b c0a8 7101 c0a8 7103 05e7 06bb abf0 4c02 a564 6997 5018 fa34 e7f8 0000…
H A Dni161 4500 0030 0000 4000 8006 9772 c0a8 7101 c0a8 7103 05e7 06bb abf0 4aa5 0000 0000 7002 faf0 21a1 0000…
3 4500 002c 69a6 4000 4006 9376 c0a8 7103 0a02 0202 06bb 05e7 a564 68da abf0 4aa6 6012 8000 c8ee 0000…
5 4500 00c4 0001 4000 8006 96dd c0a8 7101 c0a8 7103 05e7 06bb abf0 4aa6 a564 68db 5018 faf0 e2a0 0000…
7 4500 00c4 69a7 4000 4006 92dd c0a8 7103 0a02 0202 06bb 05e7 a564 68db abf0 4b42 5018 832c f475 0000…
9 4500 00d0 0002 4000 8006 96d0 c0a8 7101 c0a8 7103 05e7 06bb abf0 4b42 a564 6977 5018 fa54 ac07 0000…
11 4500 0048 69a8 4000 4006 9358 c0a8 7103 0a02 0202 06bb 05e7 a564 6977 abf0 4bea 5018 832c 5ca0 0000…
13 4500 0040 0003 4000 8006 975f c0a8 7101 c0a8 7103 05e7 06bb abf0 4bea a564 6997 5018 fa34 e810 0000…
19 4500 0028 69aa 4000 4006 9376 c0a8 7103 0a02 0202 06bb 05e7 a564 6997 abf0 4c02 5010 832c db67 0000
33 4500 0040 0007 4000 8006 975b c0a8 7101 c0a8 7103 05e7 06bb abf0 4c02 a564 6997 5018 fa34 e7f8 0000…

12345678910>>...15