/freebsd-src/sys/dev/sound/pcm/ |
H A D | buffer.c | 46 struct snd_dbuf *b; in sndbuf_create() local 57 sndbuf_destroy(struct snd_dbuf *b) in sndbuf_destroy() argument 72 struct snd_dbuf *b = (struct snd_dbuf *)arg; sndbuf_setmap() local 91 sndbuf_alloc(struct snd_dbuf * b,bus_dma_tag_t dmatag,int dmaflags,unsigned int size) sndbuf_alloc() argument 121 sndbuf_setup(struct snd_dbuf * b,void * buf,unsigned int size) sndbuf_setup() argument 133 sndbuf_free(struct snd_dbuf * b) sndbuf_free() argument 163 sndbuf_resize(struct snd_dbuf * b,unsigned int blkcnt,unsigned int blksz) sndbuf_resize() argument 213 sndbuf_remalloc(struct snd_dbuf * b,unsigned int blkcnt,unsigned int blksz) sndbuf_remalloc() argument 269 sndbuf_clear(struct snd_dbuf * b,unsigned int length) sndbuf_clear() argument 298 sndbuf_fillsilence(struct snd_dbuf * b) sndbuf_fillsilence() argument 307 sndbuf_fillsilence_rl(struct snd_dbuf * b,u_int rl) sndbuf_fillsilence_rl() argument 325 sndbuf_softreset(struct snd_dbuf * b) sndbuf_softreset() argument 333 sndbuf_reset(struct snd_dbuf * b) sndbuf_reset() argument 348 sndbuf_getfmt(struct snd_dbuf * b) sndbuf_getfmt() argument 354 sndbuf_setfmt(struct snd_dbuf * b,u_int32_t fmt) sndbuf_setfmt() argument 372 sndbuf_getspd(struct snd_dbuf * b) sndbuf_getspd() argument 378 sndbuf_setspd(struct snd_dbuf * b,unsigned int spd) sndbuf_setspd() argument 384 sndbuf_getalign(struct snd_dbuf * b) sndbuf_getalign() argument 390 sndbuf_getblkcnt(struct snd_dbuf * b) sndbuf_getblkcnt() argument 396 sndbuf_setblkcnt(struct snd_dbuf * b,unsigned int blkcnt) sndbuf_setblkcnt() argument 402 sndbuf_getblksz(struct snd_dbuf * b) sndbuf_getblksz() argument 408 sndbuf_setblksz(struct snd_dbuf * b,unsigned int blksz) sndbuf_setblksz() argument 414 sndbuf_getbps(struct snd_dbuf * b) sndbuf_getbps() argument 420 sndbuf_getbuf(struct snd_dbuf * b) sndbuf_getbuf() argument 426 sndbuf_getbufofs(struct snd_dbuf * b,unsigned int ofs) sndbuf_getbufofs() argument 434 sndbuf_getsize(struct snd_dbuf * b) sndbuf_getsize() argument 440 sndbuf_getmaxsize(struct snd_dbuf * b) sndbuf_getmaxsize() argument 446 sndbuf_getallocsize(struct snd_dbuf * b) sndbuf_getallocsize() argument 452 sndbuf_runsz(struct snd_dbuf * b) sndbuf_runsz() argument 458 sndbuf_setrun(struct snd_dbuf * b,int go) sndbuf_setrun() argument 464 sndbuf_getsel(struct snd_dbuf * b) sndbuf_getsel() argument 471 sndbuf_getxrun(struct snd_dbuf * b) sndbuf_getxrun() argument 479 sndbuf_setxrun(struct snd_dbuf * b,unsigned int xrun) sndbuf_setxrun() argument 487 sndbuf_gethwptr(struct snd_dbuf * b) sndbuf_gethwptr() argument 495 sndbuf_sethwptr(struct snd_dbuf * b,unsigned int ptr) sndbuf_sethwptr() argument 503 sndbuf_getready(struct snd_dbuf * b) sndbuf_getready() argument 512 sndbuf_getreadyptr(struct snd_dbuf * b) sndbuf_getreadyptr() argument 521 sndbuf_getfree(struct snd_dbuf * b) sndbuf_getfree() argument 530 sndbuf_getfreeptr(struct snd_dbuf * b) sndbuf_getfreeptr() argument 540 sndbuf_getblocks(struct snd_dbuf * b) sndbuf_getblocks() argument 548 sndbuf_getprevblocks(struct snd_dbuf * b) sndbuf_getprevblocks() argument 556 sndbuf_gettotal(struct snd_dbuf * b) sndbuf_gettotal() argument 564 sndbuf_getprevtotal(struct snd_dbuf * b) sndbuf_getprevtotal() argument 572 sndbuf_updateprevtotal(struct snd_dbuf * b) sndbuf_updateprevtotal() argument 617 sndbuf_acquire(struct snd_dbuf * b,u_int8_t * from,unsigned int count) sndbuf_acquire() argument 654 sndbuf_dispose(struct snd_dbuf * b,u_int8_t * to,unsigned int count) sndbuf_dispose() argument 732 sndbuf_dump(struct snd_dbuf * b,char * s,u_int32_t what) sndbuf_dump() argument 750 sndbuf_getflags(struct snd_dbuf * b) sndbuf_getflags() argument 756 sndbuf_setflags(struct snd_dbuf * b,u_int32_t flags,int on) sndbuf_setflags() argument 769 sndbuf_clearshadow(struct snd_dbuf * b) sndbuf_clearshadow() argument 793 sndbuf_getpeaks(struct snd_dbuf * b,int * lp,int * rp) sndbuf_getpeaks() argument [all...] |
/freebsd-src/contrib/ntp/libntp/lib/isc/ |
H A D | buffer.c | 31 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-src/crypto/openssl/test/ |
H A D | testutil.h | 289 # 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 432 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) argument 433 # define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b) argument 434 # define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b) argument 436 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) argument 437 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b) argument [all …]
|
H A D | constant_time_test.c | 61 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() 157 static int test_select(unsigned int a, unsigned int b) in test_select() 166 static int test_select_8(unsigned char a, unsigned char b) in test_select_8() 175 static int test_select_32(uint32_t a, uint32_t b) in test_select_32() 184 static int test_select_s(size_t a, size_t b) in test_select_s() 193 static int test_select_64(uint64_t a, uint64_t b) in test_select_64() 210 static int test_select_int(int a, int b) in test_select_int() [all …]
|
/freebsd-src/bin/ls/ |
H A D | cmp.c | 45 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() 153 revbirthcmp(const FTSENT *a, const FTSENT *b) in revbirthcmp() [all …]
|
/freebsd-src/sys/netinet/ |
H A D | tcp_seq.h | 39 #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 45 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b)) argument 46 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (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 [all …]
|
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | openssl-compat.h | 21 #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-src/contrib/libevent/ |
H A D | openssl-compat.h | 21 #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-src/contrib/ntp/include/ |
H A D | ntp_unixtime.h | 12 # 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-src/crypto/openssl/include/openssl/ |
H A D | bio.h.in | 176 # define BIO_get_ktls_send(b) \ argument 178 # define BIO_get_ktls_recv(b) \ argument 222 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument 223 # 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 411 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument 421 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument [all …]
|
H A D | bio.h | 175 # define BIO_get_ktls_send(b) \ argument 177 # define BIO_get_ktls_recv(b) \ argument 221 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) 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 434 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument 444 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument [all …]
|
/freebsd-src/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 67 # 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-src/crypto/openssl/include/internal/ |
H A D | constant_time.h | 122 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() 133 unsigned int b) in constant_time_lt_8() 138 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b) in constant_time_lt_64() 149 static ossl_inline BN_ULONG constant_time_lt_bn(BN_ULONG a, BN_ULONG b) in constant_time_lt_bn() 160 BN_ULONG b) in constant_time_eq_bn() 167 unsigned int b) in constant_time_ge() 172 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() 178 unsigned int b) in constant_time_ge_8() 183 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() [all …]
|
H A D | sockets.h | 136 # 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 145 # define readsocket(s,b,n) recv((s),(b),(n),0) argument 146 # define writesocket(s,b,n) send((s),(b),(n),0) argument 148 # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) argument 150 # define readsocket(s,b,n) read((s),(b),(n)) argument 151 # define writesocket(s,b,n) write((s),(char *)(b),(n)) argument [all …]
|
/freebsd-src/contrib/bsnmp/lib/ |
H A D | asn1.c | 59 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-src/contrib/libfido2/src/ |
H A D | blob.c | 17 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-src/contrib/ntp/sntp/libopts/ |
H A D | intprops.h | 106 #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-src/lib/libc/tests/string/ |
H A D | memset_s_test.c | 54 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-src/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 26 # define HAS_CALLBACK(b) ((b)->callback != NULL || (b)->callback_ex != NULL) argument 28 # define HAS_CALLBACK(b) ((b)->callback_ex != NULL) argument 37 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, in bio_call_callback() 206 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() 211 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags() 216 void BIO_set_flags(BIO *b, int flags) in BIO_set_flags() 222 BIO_callback_fn BIO_get_callback(const BIO *b) in BIO_get_callback() 227 void BIO_set_callback(BIO *b, BIO_callback_fn cb) in BIO_set_callback() 233 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b) in BIO_get_callback_ex() 238 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb) in BIO_set_callback_ex() [all …]
|
/freebsd-src/contrib/libevent/test/ |
H A D | tinytest_macros.h | 89 #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-src/bin/expr/ |
H A D | expr.y | 306 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-src/contrib/ntp/sntp/libevent/test/ |
H A D | tinytest_macros.h | 89 #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-src/crypto/openssh/ |
H A D | bitmap.c | 54 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-src/contrib/arm-optimized-routines/pl/math/test/ |
H A D | mathbench_funcs.h |
|
/freebsd-src/lib/libc/iconv/ |
H A D | iconv_compat.c | 40 __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
|