Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 2721) sorted by relevance

12345678910>>...109

/freebsd-13-stable/sys/dev/sound/pcm/
HDbuffer.c48 struct snd_dbuf *b; in sndbuf_create() local
59 sndbuf_destroy(struct snd_dbuf *b) in sndbuf_destroy()
74 struct snd_dbuf *b = (struct snd_dbuf *)arg; in sndbuf_setmap() local
93 sndbuf_alloc(struct snd_dbuf *b, bus_dma_tag_t dmatag, int dmaflags, in sndbuf_alloc()
123 sndbuf_setup(struct snd_dbuf *b, void *buf, unsigned int size) in sndbuf_setup()
135 sndbuf_free(struct snd_dbuf *b) in sndbuf_free()
164 sndbuf_resize(struct snd_dbuf *b, unsigned int blkcnt, unsigned int blksz) in sndbuf_resize()
214 sndbuf_remalloc(struct snd_dbuf *b, unsigned int blkcnt, unsigned int blksz) in sndbuf_remalloc()
270 sndbuf_clear(struct snd_dbuf *b, unsigned int length) in sndbuf_clear()
299 sndbuf_fillsilence(struct snd_dbuf *b) in sndbuf_fillsilence()
[all …]
/freebsd-13-stable/contrib/ntp/libntp/lib/isc/
HDbuffer.c31 isc__buffer_init(isc_buffer_t *b, const void *base, unsigned int length) { in isc__buffer_init()
43 isc__buffer_initnull(isc_buffer_t *b) { in isc__buffer_initnull()
53 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) { in isc_buffer_reinit()
72 isc__buffer_invalidate(isc_buffer_t *b) { in isc__buffer_invalidate()
85 isc__buffer_region(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_region()
97 isc__buffer_usedregion(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_usedregion()
109 isc__buffer_availableregion(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_availableregion()
121 isc__buffer_add(isc_buffer_t *b, unsigned int n) { in isc__buffer_add()
133 isc__buffer_subtract(isc_buffer_t *b, unsigned int n) { in isc__buffer_subtract()
145 isc__buffer_clear(isc_buffer_t *b) { in isc__buffer_clear()
[all …]
/freebsd-13-stable/bin/ls/
HDcmp.c51 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
58 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
65 verscmp(const FTSENT *a, const FTSENT *b) in verscmp()
72 revverscmp(const FTSENT *a, const FTSENT *b) in revverscmp()
79 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
101 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
108 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
130 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
137 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp()
159 revbirthcmp(const FTSENT *a, const FTSENT *b) in revbirthcmp()
[all …]
/freebsd-13-stable/sys/netinet/
HDtcp_seq.h41 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) argument
42 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) argument
43 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) argument
44 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) argument
45 #define SEQ_SUB(a,b) ((int)((a)-(b))) argument
47 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b)) argument
48 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b)) argument
50 #define WIN_LT(a,b) (ntohs(a) < ntohs(b)) argument
51 #define WIN_LEQ(a,b) (ntohs(a) <= ntohs(b)) argument
52 #define WIN_GT(a,b) (ntohs(a) > ntohs(b)) argument
[all …]
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h155 # define BIO_get_ktls_send(b) \ argument
157 # define BIO_get_ktls_recv(b) \ argument
204 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument
205 # define BIO_set_retry_special(b) \ argument
207 # define BIO_set_retry_read(b) \ argument
209 # define BIO_set_retry_write(b) \ argument
213 # define BIO_clear_retry_flags(b) \ argument
215 # define BIO_get_retry_flags(b) \ argument
380 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument
390 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument
[all …]
/freebsd-13-stable/contrib/libevent/
HDopenssl-compat.h21 #define BIO_meth_set_write(b, f) (b)->bwrite = (f) argument
22 #define BIO_meth_set_read(b, f) (b)->bread = (f) argument
23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f) argument
24 #define BIO_meth_set_ctrl(b, f) (b)->ctrl = (f) argument
25 #define BIO_meth_set_create(b, f) (b)->create = (f) argument
26 #define BIO_meth_set_destroy(b, f) (b)->destroy = (f) argument
28 #define BIO_set_init(b, val) (b)->init = (val) argument
29 #define BIO_set_data(b, val) (b)->ptr = (val) argument
30 #define BIO_set_shutdown(b, val) (b)->shutdown = (val) argument
31 #define BIO_get_init(b) (b)->init argument
[all …]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDopenssl-compat.h21 #define BIO_meth_set_write(b, f) (b)->bwrite = (f) argument
22 #define BIO_meth_set_read(b, f) (b)->bread = (f) argument
23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f) argument
24 #define BIO_meth_set_ctrl(b, f) (b)->ctrl = (f) argument
25 #define BIO_meth_set_create(b, f) (b)->create = (f) argument
26 #define BIO_meth_set_destroy(b, f) (b)->destroy = (f) argument
28 #define BIO_set_init(b, val) (b)->init = (val) argument
29 #define BIO_set_data(b, val) (b)->ptr = (val) argument
30 #define BIO_set_shutdown(b, val) (b)->shutdown = (val) argument
31 #define BIO_get_init(b) (b)->init argument
[all …]
/freebsd-13-stable/contrib/ntp/include/
HDntp_unixtime.h12 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) argument
13 # define SETTIMEOFDAY(a, b) (node_settime(&ntp_node, a)) argument
14 # define ADJTIMEOFDAY(a, b) (node_adjtime(&ntp_node, a, b)) argument
16 # define ADJTIMEOFDAY(a, b) (adjtime(a, b)) argument
21 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) argument
22 # define SETTIMEOFDAY(a, b) (settimeofday(a, b)) argument
25 # define GETTIMEOFDAY(a, b) (gettimeofday(a)) argument
26 # define SETTIMEOFDAY(a, b) (settimeofday(a)) argument
29 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) argument
30 # define SETTIMEOFDAY(a, b) (settimeofday_NT(a)) argument
[all …]
/freebsd-13-stable/contrib/serf/
HDserf_bucket_types.h47 #define SERF_BUCKET_IS_REQUEST(b) SERF_BUCKET_CHECK((b), request) argument
84 #define SERF_BUCKET_IS_RESPONSE(b) SERF_BUCKET_CHECK((b), response) argument
140 #define SERF_BUCKET_IS_RESPONSE_BODY(b) SERF_BUCKET_CHECK((b), response_body) argument
150 #define SERF_BUCKET_IS_BWTP_FRAME(b) SERF_BUCKET_CHECK((b), bwtp_frame) argument
153 #define SERF_BUCKET_IS_BWTP_INCOMING_FRAME(b) SERF_BUCKET_CHECK((b), bwtp_incoming_frame) argument
197 #define SERF_BUCKET_IS_AGGREGATE(b) SERF_BUCKET_CHECK((b), aggregate) argument
259 #define SERF_BUCKET_IS_FILE(b) SERF_BUCKET_CHECK((b), file) argument
270 #define SERF_BUCKET_IS_SOCKET(b) SERF_BUCKET_CHECK((b), socket) argument
293 #define SERF_BUCKET_IS_SIMPLE(b) SERF_BUCKET_CHECK((b), simple) argument
338 #define SERF_BUCKET_IS_MMAP(b) SERF_BUCKET_CHECK((b), mmap) argument
[all …]
/freebsd-13-stable/contrib/netbsd-tests/kernel/
HDt_ptrace_wait.h67 # define TWAIT_WAIT4TYPE(a,b,c,d) wait((b)) argument
68 # define TWAIT_GENERIC(a,b,c) wait((b)) argument
72 # define TWAIT_WAIT4TYPE(a,b,c,d) waitpid((a),(b),(c)) argument
73 # define TWAIT_GENERIC(a,b,c) waitpid((a),(b),(c)) argument
78 # define TWAIT_GENERIC(a,b,c) \ argument
80 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) waitid((a),(b),(f),(d)) argument
84 # define TWAIT_WAIT4TYPE(a,b,c,d) wait3((b),(c),(d)) argument
85 # define TWAIT_GENERIC(a,b,c) wait3((b),(c),NULL) argument
90 # define TWAIT_WAIT4TYPE(a,b,c,d) wait4((a),(b),(c),(d)) argument
91 # define TWAIT_GENERIC(a,b,c) wait4((a),(b),(c),NULL) argument
[all …]
/freebsd-13-stable/crypto/openssl/include/internal/
HDconstant_time.h121 unsigned int b) in constant_time_lt()
126 static ossl_inline size_t constant_time_lt_s(size_t a, size_t b) in constant_time_lt_s()
132 unsigned int b) in constant_time_lt_8()
137 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b) in constant_time_lt_64()
143 unsigned int b) in constant_time_ge()
148 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s()
154 unsigned int b) in constant_time_ge_8()
159 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s()
185 unsigned int b) in constant_time_eq()
190 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s()
[all …]
HDsockets.h132 # define readsocket(s,b,n) recv((s),(b),(n),0) argument
133 # define writesocket(s,b,n) send((s),(b),(n),0) argument
138 # define readsocket(s,b,n) read_s(s,b,n) argument
139 # define writesocket(s,b,n) send(s,b,n,0) argument
141 # define ioctlsocket(a,b,c) ioctl(a,b,c) argument
143 # define readsocket(s,b,n) recv((s),(b),(n),0) argument
144 # define writesocket(s,b,n) send((s),(b),(n),0) argument
146 # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) argument
148 # define readsocket(s,b,n) read((s),(b),(n)) argument
149 # define writesocket(s,b,n) write((s),(char *)(b),(n)) argument
[all …]
/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbio_lib.c31 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, in bio_call_callback()
190 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags()
195 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags()
200 void BIO_set_flags(BIO *b, int flags) in BIO_set_flags()
205 BIO_callback_fn BIO_get_callback(const BIO *b) in BIO_get_callback()
210 void BIO_set_callback(BIO *b, BIO_callback_fn cb) in BIO_set_callback()
215 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b) in BIO_get_callback_ex()
220 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb) in BIO_set_callback_ex()
225 void BIO_set_callback_arg(BIO *b, char *arg) in BIO_set_callback_arg()
230 char *BIO_get_callback_arg(const BIO *b) in BIO_get_callback_arg()
[all …]
/freebsd-13-stable/contrib/bsnmp/lib/
HDasn1.c59 asn_get_header(struct asn_buf *b, u_char *type, asn_len_t *len) in asn_get_header()
162 asn_put_header(struct asn_buf *b, u_char type, asn_len_t len) in asn_put_header()
200 asn_put_temp_header(struct asn_buf *b, u_char type, u_char **ptr) in asn_put_temp_header()
212 asn_commit_header(struct asn_buf *b, u_char *ptr, size_t *moved) in asn_commit_header()
246 asn_get_real_integer(struct asn_buf *b, asn_len_t len, int64_t *vp) in asn_get_real_integer()
293 asn_put_real_integer(struct asn_buf *b, u_char type, int64_t ival) in asn_put_real_integer()
341 asn_get_real_unsigned(struct asn_buf *b, asn_len_t len, uint64_t *vp) in asn_get_real_unsigned()
386 asn_put_real_unsigned(struct asn_buf *b, u_char type, uint64_t val) in asn_put_real_unsigned()
419 asn_get_integer_raw(struct asn_buf *b, asn_len_t len, int32_t *vp) in asn_get_integer_raw()
439 asn_get_integer(struct asn_buf *b, int32_t *vp) in asn_get_integer()
[all …]
/freebsd-13-stable/contrib/libfido2/src/
HDblob.c17 fido_blob_reset(fido_blob_t *b) in fido_blob_reset()
24 fido_blob_set(fido_blob_t *b, const u_char *ptr, size_t len) in fido_blob_set()
46 fido_blob_append(fido_blob_t *b, const u_char *ptr, size_t len) in fido_blob_append()
73 fido_blob_t *b; in fido_blob_free() local
90 fido_blob_t *b = &array->ptr[i]; in fido_free_blob_array() local
101 fido_blob_encode(const fido_blob_t *b) in fido_blob_encode()
110 fido_blob_decode(const cbor_item_t *item, fido_blob_t *b) in fido_blob_decode()
116 fido_blob_is_empty(const fido_blob_t *b) in fido_blob_is_empty()
122 fido_blob_serialise(fido_blob_t *b, const cbor_item_t *item) in fido_blob_serialise()
/freebsd-13-stable/contrib/ntp/sntp/libopts/
HDintprops.h106 #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) argument
160 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
167 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
183 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument
198 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument
206 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument
216 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument
236 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument
238 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument
240 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument
[all …]
/freebsd-13-stable/lib/libc/tests/string/
HDmemset_s_test.c55 char b; in ATF_TC_BODY() local
64 char b; in ATF_TC_BODY() local
73 char b; in ATF_TC_BODY() local
84 char b; in ATF_TC_BODY() local
93 char b; in ATF_TC_BODY() local
102 char b[3] = {1, 2, 3}; in ATF_TC_BODY() local
114 char b[3] = {1, 2, 3}; in ATF_TC_BODY() local
131 char b; in ATF_TC_BODY() local
145 char b; in ATF_TC_BODY() local
159 char b; in ATF_TC_BODY() local
[all …]
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDtinytest_macros.h89 #define tt_want_(b, msg, fail) \ argument
101 #define tt_want_msg(b, msg) \ argument
105 #define tt_assert_msg(b, msg) \ argument
109 #define tt_want(b) tt_want_msg( (b), "want("#b")") argument
111 #define tt_assert(b) tt_assert_msg((b), "assert("#b")") argument
113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \ argument
143 #define tt_assert_test_type(a,b,str_test,type,test,fmt,die_on_fail) \ argument
147 #define tt_assert_test_type_opt(a,b,str_test,type,test,fmt,die_on_fail) \ argument
153 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
157 #define tt_int_op(a,op,b) \ argument
[all …]
/freebsd-13-stable/bin/expr/
HDexpr.y306 op_or(struct val *a, struct val *b) in op_or()
320 op_and(struct val *a, struct val *b) in op_and()
333 compare_vals(struct val *a, struct val *b) in compare_vals()
358 op_eq(struct val *a, struct val *b) in op_eq()
364 op_gt(struct val *a, struct val *b) in op_gt()
370 op_lt(struct val *a, struct val *b) in op_lt()
376 op_ge(struct val *a, struct val *b) in op_ge()
382 op_le(struct val *a, struct val *b) in op_le()
388 op_ne(struct val *a, struct val *b) in op_ne()
394 assert_plus(intmax_t a, intmax_t b, intmax_t r) in assert_plus()
[all …]
/freebsd-13-stable/contrib/libevent/test/
HDtinytest_macros.h89 #define tt_want_(b, msg, fail) \ argument
101 #define tt_want_msg(b, msg) \ argument
105 #define tt_assert_msg(b, msg) \ argument
109 #define tt_want(b) tt_want_msg( (b), "want("#b")") argument
111 #define tt_assert(b) tt_assert_msg((b), "assert("#b")") argument
113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \ argument
143 #define tt_assert_test_type(a,b,str_test,type,test,fmt,die_on_fail) \ argument
147 #define tt_assert_test_type_opt(a,b,str_test,type,test,fmt,die_on_fail) \ argument
153 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
157 #define tt_int_op(a,op,b) \ argument
[all …]
/freebsd-13-stable/crypto/openssh/
HDbitmap.c54 bitmap_free(struct bitmap *b) in bitmap_free()
65 bitmap_zero(struct bitmap *b) in bitmap_zero()
72 bitmap_test_bit(struct bitmap *b, u_int n) in bitmap_test_bit()
82 reserve(struct bitmap *b, u_int n) in reserve()
101 bitmap_set_bit(struct bitmap *b, u_int n) in bitmap_set_bit()
117 retop(struct bitmap *b) in retop()
126 bitmap_clear_bit(struct bitmap *b, u_int n) in bitmap_clear_bit()
141 bitmap_nbits(struct bitmap *b) in bitmap_nbits()
162 bitmap_nbytes(struct bitmap *b) in bitmap_nbytes()
168 bitmap_to_string(struct bitmap *b, void *p, size_t l) in bitmap_to_string()
[all …]
/freebsd-13-stable/sys/compat/linux/
HDlinux_dtrace.h46 #define _LIN_SDT_PROBE_DECLARE(a, b, c, d) SDT_PROBE_DECLARE(a, b, c, d) argument
47 #define LIN_SDT_PROBE_DECLARE(a, b, c) _LIN_SDT_PROBE_DECLARE( \ argument
50 #define _LIN_SDT_PROBE_DEFINE0(a, b, c, d) SDT_PROBE_DEFINE(a, \ argument
52 #define LIN_SDT_PROBE_DEFINE0(a, b, c) _LIN_SDT_PROBE_DEFINE0(\ argument
54 #define _LIN_SDT_PROBE_DEFINE1(a, b, c, d, e) SDT_PROBE_DEFINE1(a, \ argument
56 #define LIN_SDT_PROBE_DEFINE1(a, b, c, d) _LIN_SDT_PROBE_DEFINE1(\ argument
58 #define _LIN_SDT_PROBE_DEFINE2(a, b, c, d, e, f) SDT_PROBE_DEFINE2(a, \ argument
60 #define LIN_SDT_PROBE_DEFINE2(a, b, c, d, e) _LIN_SDT_PROBE_DEFINE2(\ argument
62 #define _LIN_SDT_PROBE_DEFINE3(a, b, c, d, e, f, g) SDT_PROBE_DEFINE3(a, \ argument
64 #define LIN_SDT_PROBE_DEFINE3(a, b, c, d, e, f) _LIN_SDT_PROBE_DEFINE3(\ argument
[all …]
/freebsd-13-stable/contrib/apr-util/buckets/
HDapr_buckets_simple.c20 apr_bucket **b) in apr_bucket_simple_copy()
31 apr_bucket *b; in apr_bucket_simple_split() local
48 static apr_status_t simple_bucket_read(apr_bucket *b, const char **str, in simple_bucket_read()
56 APU_DECLARE(apr_bucket *) apr_bucket_immortal_make(apr_bucket *b, in apr_bucket_immortal_make()
72 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list); in apr_bucket_immortal_create() local
89 static apr_status_t transient_bucket_setaside(apr_bucket *b, apr_pool_t *pool) in transient_bucket_setaside()
98 APU_DECLARE(apr_bucket *) apr_bucket_transient_make(apr_bucket *b, in apr_bucket_transient_make()
113 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list); in apr_bucket_transient_create() local
/freebsd-13-stable/lib/libc/iconv/
HDiconv_compat.c40 __iconv_compat(iconv_t a, char ** b, size_t * c, char ** d, in __iconv_compat()
47 __iconv_free_list_compat(char ** a, size_t b) in __iconv_free_list_compat()
53 __iconv_get_list_compat(char ***a, size_t *b, __iconv_bool c) in __iconv_get_list_compat()
59 iconv_compat(iconv_t a, char ** __restrict b, in iconv_compat()
79 iconv_open_compat(const char *a, const char *b) in iconv_open_compat()
85 iconv_open_into_compat(const char *a, const char *b, iconv_allocation_t *c) in iconv_open_into_compat()
91 iconv_set_relocation_prefix_compat(const char *a, const char *b) in iconv_set_relocation_prefix_compat()
97 iconvctl_compat(iconv_t a, int b, void *c) in iconvctl_compat()
103 iconvlist_compat(int (*a) (unsigned int, const char * const *, void *), void *b) in iconvlist_compat() argument
/freebsd-13-stable/contrib/one-true-awk/
HDparse.c50 Node *node1(int a, Node *b) in node1()
60 Node *node2(int a, Node *b, Node *c) in node2()
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3()
83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4()
96 Node *node5(int a, Node *b, Node *c, Node *d, Node *e, Node *f) in node5()
110 Node *stat1(int a, Node *b) in stat1()
119 Node *stat2(int a, Node *b, Node *c) in stat2()
128 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3()
137 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4()
146 Node *op1(int a, Node *b) in op1()
[all …]

12345678910>>...109