Home
last modified time | relevance | path

Searched +defs:b +defs:c (Results 1 – 25 of 1084) sorted by relevance

12345678910>>...44

/freebsd/sys/compat/linux/
H A Dlinux_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/contrib/ncurses/include/
H A Dnc_tparm.h56 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… argument
59 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T… argument
60 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA… argument
61 #define TPARM_6(a,b,c,d,e,f,g) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPARM… argument
62 #define TPARM_5(a,b,c,d,e,f) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)) argument
63 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e)) argument
64 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d)) argument
65 #define TPARM_2(a,b,c) tparm(a,TPARM_N(b),TPARM_N(c)) argument
66 #define TPARM_1(a,b) tparm(a,TPARM_N(b)) argument
69 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0) argument
[all …]
/freebsd/contrib/one-true-awk/
H A Dparse.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 …]
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_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/crypto/openssl/crypto/md5/
H A Dmd5_local.h36 #define HASH_MAKE_STRING(c,s) do { \ argument
57 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
58 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
59 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
60 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
62 #define R0(a,b,c,d,k,s,t) { \ argument
67 #define R1(a,b,c,d,k,s,t) { \ argument
72 #define R2(a,b,c,d,k,s,t) { \ argument
77 #define R3(a,b,c,d,k,s,t) { \ 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()
60 size_t * __restrict c, char ** __restrict d, 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/crypto/openssl/crypto/md4/
H A Dmd4_local.h25 #define HASH_MAKE_STRING(c,s) do { \ argument
46 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
47 #define G(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
48 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
50 #define R0(a,b,c,d,k,s,t) { \ argument
54 #define R1(a,b,c,d,k,s,t) { \ argument
58 #define R2(a,b,c,d,k,s,t) { \ argument
/freebsd/lib/libmd/
H A Dsha_locl.h75 #define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument
81 #define p_c2nl(c,l,n) { \ argument
92 #define c2nl_p(c,l,n) { \ argument
103 #define p_c2nl_p(c,l,sc,len) { \ argument
115 #define nl2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
121 #define c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ argument
127 #define p_c2l(c,l,n) { \ argument
138 #define c2l_p(c,l,n) { \ argument
149 #define p_c2l_p(c,l,sc,len) { \ argument
161 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
[all …]
H A Drmd_locl.h62 #define c2nl(c,l) (l =(((u_int32_t)(*((c)++)))<<24), \ argument
68 #define p_c2nl(c,l,n) { \ argument
79 #define c2nl_p(c,l,n) { \ argument
90 #define p_c2nl_p(c,l,sc,len) { \ argument
102 #define nl2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
108 #define c2l(c,l) (l =(((u_int32_t)(*((c)++))) ), \ argument
114 #define p_c2l(c,l,n) { \ argument
125 #define c2l_p(c,l,n) { \ argument
136 #define p_c2l_p(c,l,sc,len) { \ argument
148 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
[all …]
/freebsd/contrib/wpa/src/tls/
H A Dbignum.c115 int bignum_cmp(const struct bignum *a, const struct bignum *b) in bignum_cmp()
127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d()
140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add()
141 struct bignum *c) in bignum_add()
158 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub()
159 struct bignum *c) in bignum_sub()
176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul()
177 struct bignum *c) in bignum_mul()
195 int bignum_mulmod(const struct bignum *a, const struct bignum *b, in bignum_mulmod()
196 const struct bignum *c, struct bignum *d) in bignum_mulmod()
[all …]
H A Dlibtommath.c131 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument
212 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add()
300 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub()
416 static int mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add()
448 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub()
485 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul()
532 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
552 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod()
678 static int mp_cmp (mp_int * a, mp_int * b) in mp_cmp()
700 static int mp_cmp_d(mp_int * a, mp_digit b) in mp_cmp_d()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.SizeofBitField.d43 int b : 3; member
48 int b : 3; member
49 int c : 3; member
54 int b : 3; member
55 int c : 3; member
60 int c : 12; member
62 int b : 3; member
67 int b : 3; member
68 int c : 12; member
72 long c : 32; member
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h30 #define ADD(a, b) _mm256_add_epi64(a, b) argument
31 #define SUB(a, b) _mm256_sub_epi64(a, b) argument
33 #define XOR(a, b) _mm256_xor_si256(a, b) argument
34 #define AND(a, b) _mm256_and_si256(a, b) argument
35 #define OR(a, b) _mm256_or_si256(a, b) argument
42 #define BLAKE2B_G1_V1(a, b, c, d, m) \ argument
53 #define BLAKE2B_G2_V1(a, b, c, d, m) \ argument
64 #define BLAKE2B_DIAG_V1(a, b, c, d) \ argument
71 #define BLAKE2B_UNDIAG_V1(a, b, c, d) \ argument
80 #define BLAKE2B_ROUND_V1(a, b, c, d, r, m) \ argument
[all …]
/freebsd/sys/dev/cfe/
H A Dcfe_api.h152 #define cfe_cpu_start(a,b,c,d,e) __cfe_cpu_start(a,b,c,d,e) argument
154 #define cfe_enumenv(a,b,d,e,f) __cfe_enumenv(a,b,d,e,f) argument
155 #define cfe_enumdev(a,b,c) __cfe_enumdev(a,b,c) argument
156 #define cfe_enummem(a,b,c,d,e) __cfe_enummem(a,b,c,d,e) argument
157 #define cfe_exit(a,b) __cfe_exit(a,b) argument
160 #define cfe_getenv(a,b,c) __cfe_getenv(a,b,c) argument
163 #define cfe_init(a,b) __cfe_init(a,b) argument
165 #define cfe_ioctl(a,b,c,d,e,f) __cfe_ioctl(a,b,c,d,e,f) argument
167 #define cfe_read(a,b,c) __cfe_read(a,b,c) argument
168 #define cfe_readblk(a,b,c,d) __cfe_readblk(a,b,c,d) argument
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Djhash.h26 #define __jhash_mix(a, b, c) \ argument
48 u32 a, b, c, len; in jhash() local
91 u32 a, b, c, len; in jhash2() local
123 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
134 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
/freebsd/sys/dev/cxgb/common/
H A Djhash.h19 #define __jhash_mix(a, b, c) \ argument
41 u32 a, b, c, len; in jhash() local
84 u32 a, b, c, len; in jhash2() local
117 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
128 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
/freebsd/sys/libkern/
H A Djenkins_hash.c90 #define mix(a,b,c) \ argument
125 #define final(a,b,c) \ argument
154 uint32_t a,b,c; in jenkins_hash32() local
214 uint32_t a,b,c; /* internal state */ in jenkins_hash() local
367 uint32_t a,b,c; in jenkins_hash() local
/freebsd/sys/contrib/ck/include/
H A Dck_ring.h59 unsigned int c, p; in ck_ring_size() local
979 #define CK_RING_ENQUEUE_SPSC(name, a, b, c) \ argument
981 #define CK_RING_ENQUEUE_SPSC_SIZE(name, a, b, c, d) \ argument
983 #define CK_RING_ENQUEUE_RESERVE_SPSC(name, a, b, c) \ argument
985 #define CK_RING_ENQUEUE_RESERVE_SPSC_SIZE(name, a, b, c, d) \ argument
987 #define CK_RING_DEQUEUE_SPSC(name, a, b, c) \ argument
993 #define CK_RING_ENQUEUE_SPMC(name, a, b, c) \ argument
995 #define CK_RING_ENQUEUE_SPMC_SIZE(name, a, b, c, d) \ argument
997 #define CK_RING_ENQUEUE_RESERVE_SPMC(name, a, b, c) \ argument
999 #define CK_RING_ENQUEUE_RESERVE_SPMC_SIZE(name, a, b, c, d) \ argument
[all …]
/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h40 #define _fstat(a, b) fstat(a, b) argument
41 #define _read(a, b, c) read(a, b, c) argument
42 #define _write(a, b, c) write(a, b, c) argument
43 #define _writev(a, b, c) writev(a, b, c) argument
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h42 #define __rte_jhash_mix(a, b, c) do { \ argument
51 #define __rte_jhash_final(a, b, c) do { \ argument
78 uint32_t a, b, c; in __rte_jhash_2hashes() local
307 __rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in __rte_jhash_3words()
334 rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in rte_jhash_3words()
353 rte_jhash_2words(uint32_t a, uint32_t b, uint32_t initval) in rte_jhash_2words()
/freebsd/sys/crypto/
H A Dsha1.c59 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) argument
60 #define F1(b, c, d) (((b) ^ (c)) ^ (d)) argument
61 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
62 #define F3(b, c, d) (((b) ^ (c)) ^ (d)) argument
93 uint32_t a, b, c, d, e; in sha1_step() local
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_local.h22 #define HASH_MAKE_STRING(c,s) do { \ argument
54 int HASH_INIT(SHA_CTX *c) in HASH_INIT()
78 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
79 #define F_20_39(b,c,d) ((b) ^ (c) ^ (d)) argument
80 #define F_40_59(b,c,d) (((b) & (c)) | (((b)|(c)) & (d))) argument
81 #define F_60_79(b,c,d) F_20_39(b,c,d) argument
85 # define BODY_00_15(i,a,b,c,d,e,f,xi) \ argument
89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
[all …]
/freebsd/crypto/openssl/include/internal/
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
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/contrib/bc/src/
H A Dnum.c64 bc_num_mulOverflow(size_t a, size_t b) in bc_num_mulOverflow()
317 bc_num_addDigits(BcDig a, BcDig b, bool* carry) in bc_num_addDigits()
342 bc_num_subDigits(BcDig a, BcDig b, bool* carry) in bc_num_subDigits()
364 bc_num_addArrays(BcDig* restrict a, const BcDig* restrict b, size_t len) in bc_num_addArrays()
388 bc_num_subArrays(BcDig* restrict a, const BcDig* restrict b, size_t len) in bc_num_subArrays()
413 bc_num_mulArray(const BcNum* restrict a, BcBigDig b, BcNum* restrict c) in bc_num_mulArray()
460 bc_num_divArray(const BcNum* restrict a, BcBigDig b, BcNum* restrict c, in bc_num_divArray()
497 bc_num_compare(const BcDig* restrict a, const BcDig* restrict b, size_t len) in bc_num_compare()
500 BcDig c = 0; in bc_num_compare() local
509 bc_num_cmp(const BcNum* a, const BcNum* b) in bc_num_cmp()
[all …]
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_local.h35 #define HASH_MAKE_STRING(c,s) do { \ argument
64 #define RIP1(a,b,c,d,e,w,s) { \ argument
69 #define RIP2(a,b,c,d,e,w,s,K) { \ argument
74 #define RIP3(a,b,c,d,e,w,s,K) { \ argument
79 #define RIP4(a,b,c,d,e,w,s,K) { \ argument
84 #define RIP5(a,b,c,d,e,w,s,K) { \ argument

12345678910>>...44