Home
last modified time | relevance | path

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

12345678910>>...88

/freebsd/sys/dev/sound/pcm/
H A Dbuffer.c46 struct snd_dbuf *b; in sndbuf_create() local
57 sndbuf_destroy(struct snd_dbuf *b) in sndbuf_destroy()
133 sndbuf_free(struct snd_dbuf *b) in sndbuf_free()
333 sndbuf_reset(struct snd_dbuf *b) in sndbuf_reset()
348 sndbuf_getfmt(struct snd_dbuf *b) in sndbuf_getfmt()
372 sndbuf_getspd(struct snd_dbuf *b) in sndbuf_getspd()
414 sndbuf_getbps(struct snd_dbuf *b) in sndbuf_getbps()
420 sndbuf_getbuf(struct snd_dbuf *b) in sndbuf_getbuf()
434 sndbuf_getsize(struct snd_dbuf *b) in sndbuf_getsize()
452 sndbuf_runsz(struct snd_dbuf *b) in sndbuf_runsz()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dbuffer.c43 isc__buffer_initnull(isc_buffer_t *b) { in isc__buffer_initnull()
72 isc__buffer_invalidate(isc_buffer_t *b) { in isc__buffer_invalidate()
121 isc__buffer_add(isc_buffer_t *b, unsigned int n) { in isc__buffer_add()
145 isc__buffer_clear(isc_buffer_t *b) { in isc__buffer_clear()
204 isc__buffer_first(isc_buffer_t *b) { in isc__buffer_first()
227 isc__buffer_back(isc_buffer_t *b, unsigned int n) { in isc__buffer_back()
239 isc_buffer_compact(isc_buffer_t *b) { in isc_buffer_compact()
264 isc_buffer_getuint8(isc_buffer_t *b) { in isc_buffer_getuint8()
291 isc_buffer_getuint16(isc_buffer_t *b) { in isc_buffer_getuint16()
328 isc_buffer_getuint32(isc_buffer_t *b) { in isc_buffer_getuint32()
[all …]
/freebsd/crypto/openssl/test/
H A Dtestutil.h289 # define PRINTF_FORMAT(a, b) argument
299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) argument
429 # define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b) argument
430 # define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b) argument
431 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b) argument
510 # define TEST_BN_eq(a, b) test_BN_eq(__FILE__, __LINE__, #a, #b, a, b) argument
511 # define TEST_BN_ne(a, b) test_BN_ne(__FILE__, __LINE__, #a, #b, a, b) argument
512 # define TEST_BN_lt(a, b) test_BN_lt(__FILE__, __LINE__, #a, #b, a, b) argument
513 # define TEST_BN_gt(a, b) test_BN_gt(__FILE__, __LINE__, #a, #b, a, b) argument
514 # define TEST_BN_le(a, b) test_BN_le(__FILE__, __LINE__, #a, #b, a, b) argument
[all …]
H A Dconstant_time_test.c61 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), in test_binary_op()
73 char (*op) (unsigned int a, unsigned int b), in test_binary_op_8()
84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b), in test_binary_op_s()
95 static int test_binary_op_64(uint64_t (*op)(uint64_t a, uint64_t b), in test_binary_op_64()
210 static int test_select_int(int a, int b) in test_select_int()
219 static int test_eq_int_8(int a, int b) in test_eq_int_8()
228 static int test_eq_s(size_t a, size_t b) in test_eq_s()
237 static int test_eq_int(int a, int b) in test_eq_int()
260 unsigned int b = test_values[j]; in test_binops() local
287 unsigned int b = test_values_8[j]; in test_binops_8() local
[all …]
/freebsd/bin/ls/
H A Dcmp.c45 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
52 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
59 verscmp(const FTSENT *a, const FTSENT *b) in verscmp()
66 revverscmp(const FTSENT *a, const FTSENT *b) in revverscmp()
73 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
95 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
102 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
124 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
131 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp()
160 statcmp(const FTSENT *a, const FTSENT *b) in statcmp()
[all …]
/freebsd/sys/netinet/
H A Dtcp_seq.h39 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) argument
40 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) argument
41 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) argument
42 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) argument
43 #define SEQ_SUB(a,b) ((int)((a)-(b))) argument
48 #define WIN_LT(a,b) (ntohs(a) < ntohs(b)) argument
49 #define WIN_LEQ(a,b) (ntohs(a) <= ntohs(b)) argument
50 #define WIN_GT(a,b) (ntohs(a) > ntohs(b)) argument
51 #define WIN_GEQ(a,b) (ntohs(a) >= ntohs(b)) argument
57 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) argument
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-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
28 #define BIO_set_init(b, val) (b)->init = (val) argument
29 #define BIO_set_data(b, val) (b)->ptr = (val) argument
31 #define BIO_get_init(b) (b)->init argument
32 #define BIO_get_data(b) (b)->ptr argument
33 #define BIO_get_shutdown(b) (b)->shutdown argument
[all …]
/freebsd/contrib/libevent/
H A Dopenssl-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
28 #define BIO_set_init(b, val) (b)->init = (val) argument
29 #define BIO_set_data(b, val) (b)->ptr = (val) argument
31 #define BIO_get_init(b) (b)->init argument
32 #define BIO_get_data(b) (b)->ptr argument
33 #define BIO_get_shutdown(b) (b)->shutdown argument
[all …]
/freebsd/contrib/ntp/include/
H A Dntp_unixtime.h12 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) argument
13 # define SETTIMEOFDAY(a, b) (node_settime(&ntp_node, a)) 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
32 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) argument
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h.in223 # define BIO_set_retry_special(b) \ argument
225 # define BIO_set_retry_read(b) \ argument
227 # define BIO_set_retry_write(b) \ argument
231 # define BIO_clear_retry_flags(b) \ argument
233 # define BIO_get_retry_flags(b) \ argument
507 # define BIO_get_num_renegotiates(b) \ argument
519 # define BIO_set_mem_eof_return(b,v) \ argument
568 # define BIO_dgram_recv_timedout(b) \ argument
570 # define BIO_dgram_send_timedout(b) \ argument
572 # define BIO_dgram_get_peer(b,peer) \ argument
[all …]
H A Dbio.h175 # define BIO_get_ktls_send(b) \ argument
222 # define BIO_set_retry_special(b) \ argument
224 # define BIO_set_retry_read(b) \ argument
226 # define BIO_set_retry_write(b) \ argument
230 # define BIO_clear_retry_flags(b) \ argument
232 # define BIO_get_retry_flags(b) \ argument
530 # define BIO_get_num_renegotiates(b) \ argument
591 # define BIO_dgram_recv_timedout(b) \ argument
593 # define BIO_dgram_send_timedout(b) \ argument
595 # define BIO_dgram_get_peer(b,peer) \ argument
[all …]
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h78 # define TWAIT_GENERIC(a,b,c) \ argument
98 # define TWAIT_GENERIC(a,b,c) \ argument
209 #define FORKEE_REQUIRE_FAILURE(a,b) \ argument
215 #define FORKEE_REQUIRE_FAILURE(a,b) \ argument
319 #define validate_status_exited(a,b) argument
320 #define forkee_status_exited(a,b) argument
322 #define forkee_status_continued(a,b) argument
325 #define validate_status_stopped(a,b) argument
326 #define forkee_status_stopped(a,b) argument
406 #define ATF_TP_ADD_TC_HAVE_PID(a,b) argument
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h122 unsigned int b) in constant_time_lt()
127 static ossl_inline size_t constant_time_lt_s(size_t a, size_t b) in constant_time_lt_s()
144 unsigned int b) in constant_time_ge()
149 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s()
191 unsigned int b) in constant_time_eq()
196 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s()
285 size_t b) in constant_time_select_s()
298 int b) in constant_time_select_int()
310 uint32_t b) in constant_time_select_32()
316 uint64_t b) in constant_time_select_64()
[all …]
H A Dsockets.h136 # define readsocket(s,b,n) recv((s),(b),(n),0) argument
137 # define writesocket(s,b,n) send((s),(b),(n),0) argument
140 # define readsocket(s,b,n) read_s(s,b,n) argument
141 # define writesocket(s,b,n) send(s,b,n,0) argument
143 # define ioctlsocket(a,b,c) ioctl(a,b,c) argument
158 # define readsocket(s,b,n) read((s),(b),(n)) argument
161 # define ioctlsocket(a,b,c) ioctl(a,b,c) argument
164 # define ioctlsocket(a,b,c) ioctl(a,b,c) argument
166 # define readsocket(s,b,n) read((s),(b),(n)) argument
167 # define writesocket(s,b,n) write((s),(b),(n)) argument
[all …]
/freebsd/contrib/bsnmp/lib/
H A Dasn1.c439 asn_get_integer(struct asn_buf *b, int32_t *vp) in asn_get_integer()
456 asn_put_integer(struct asn_buf *b, int32_t val) in asn_put_integer()
532 asn_get_null_raw(struct asn_buf *b, asn_len_t len) in asn_get_null_raw()
548 asn_get_null(struct asn_buf *b) in asn_get_null()
564 asn_put_null(struct asn_buf *b) in asn_put_null()
570 asn_put_exception(struct asn_buf *b, u_int except) in asn_put_exception()
793 asn_get_ipaddress(struct asn_buf *b, u_char *addr) in asn_get_ipaddress()
866 asn_put_counter64(struct asn_buf *b, uint64_t val) in asn_put_counter64()
877 asn_get_timeticks(struct asn_buf *b, uint32_t *vp) in asn_get_timeticks()
931 asn_skip(struct asn_buf *b, asn_len_t len) in asn_skip()
[all …]
/freebsd/contrib/libfido2/src/
H A Dblob.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/contrib/ntp/sntp/libopts/
H A Dintprops.h106 #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) argument
160 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
317 #define INT_ADD_OVERFLOW(a, b) \ argument
319 #define INT_SUBTRACT_OVERFLOW(a, b) \ argument
327 #define INT_MULTIPLY_OVERFLOW(a, b) \ argument
329 #define INT_DIVIDE_OVERFLOW(a, b) \ argument
331 #define INT_REMAINDER_OVERFLOW(a, b) \ argument
333 #define INT_LEFT_SHIFT_OVERFLOW(a, b) \ argument
348 #define INT_ADD_WRAPV(a, b, r) \ argument
350 #define INT_SUBTRACT_WRAPV(a, b, r) \ argument
[all …]
/freebsd/lib/libc/tests/string/
H A Dmemset_s_test.c54 char b; in ATF_TC_BODY() local
63 char b; in ATF_TC_BODY() local
72 char b; in ATF_TC_BODY() local
83 char b; in ATF_TC_BODY() local
92 char b; in ATF_TC_BODY() local
101 char b[3] = {1, 2, 3}; in ATF_TC_BODY() local
113 char b[3] = {1, 2, 3}; in ATF_TC_BODY() local
130 char b; in ATF_TC_BODY() local
144 char b; in ATF_TC_BODY() local
158 char b; in ATF_TC_BODY() local
[all …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c206 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags()
216 void BIO_set_flags(BIO *b, int flags) in BIO_set_flags()
258 int BIO_method_type(const BIO *b) in BIO_method_type()
401 int BIO_puts(BIO *b, const char *buf) in BIO_puts()
649 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push()
667 BIO *BIO_pop(BIO *b) in BIO_pop()
689 BIO *b, *last; in BIO_get_retry_BIO() local
740 BIO *BIO_next(BIO *b) in BIO_next()
747 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next()
754 BIO *b; in BIO_free_all() local
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest_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
157 #define tt_int_op(a,op,b) \ argument
169 #define tt_uint_op(a,op,b) \ argument
173 #define tt_ptr_op(a,op,b) \ argument
178 #define tt_nstr_op(n,a,op,b) \ argument
183 #define tt_str_op(a,op,b) \ argument
198 #define tt_want_int_op(a,op,b) \ argument
205 #define tt_want_ptr_op(a,op,b) \ argument
[all …]
/freebsd/bin/expr/
H A Dexpr.y306 op_or(struct val *a, struct val *b) in op_or()
320 op_and(struct val *a, struct val *b) in op_and()
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()
482 assert_div(intmax_t a, intmax_t b) in assert_div()
492 op_div(struct val *a, struct val *b) in op_div()
[all …]
/freebsd/contrib/libevent/test/
H A Dtinytest_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
157 #define tt_int_op(a,op,b) \ argument
169 #define tt_uint_op(a,op,b) \ argument
173 #define tt_ptr_op(a,op,b) \ argument
178 #define tt_nstr_op(n,a,op,b) \ argument
183 #define tt_str_op(a,op,b) \ argument
198 #define tt_want_int_op(a,op,b) \ argument
205 #define tt_want_ptr_op(a,op,b) \ argument
[all …]
/freebsd/crypto/openssh/
H A Dbitmap.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/contrib/arm-optimized-routines/pl/math/test/
H A Dmathbench_funcs.h9 #define _ZSF1(fun, a, b) F(fun##f, a, b) argument
10 #define _ZSD1(f, a, b) D(f, a, b) argument
14 #define _ZVF1(fun, a, b) VNF(_ZGVnN4v_##fun##f, a, b) argument
15 #define _ZVD1(f, a, b) VND(_ZGVnN2v_##f, a, b) argument
19 #define _ZVF1(f, a, b) argument
20 #define _ZVD1(f, a, b) argument
26 #define _ZSVF1(fun, a, b) SVF(_ZGVsMxv_##fun##f, a, b) argument
27 #define _ZSVD1(f, a, b) SVD(_ZGVsMxv_##f, a, b) argument
31 #define _ZSVF1(f, a, b) argument
32 #define _ZSVD1(f, a, b) argument
/freebsd/lib/libc/iconv/
H A Diconv_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

12345678910>>...88