Home
last modified time | relevance | path

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

12345678910>>...33

/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
67 #define TPARM_0(a) tparm(a) argument
[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/contrib/one-true-awk/
H A Dparse.c44 Node *exptostat(Node *a) in exptostat()
50 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()
[all …]
/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()
67 iconv_canonicalize_compat(const char *a) in iconv_canonicalize_compat()
73 iconv_close_compat(iconv_t a) in iconv_close_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()
[all …]
/freebsd/sys/dev/cfe/
H A Dcfe_api.h132 # define cfe_strlen(a) __cfe_strlen(a) argument
151 #define cfe_close(a) __cfe_close(a) argument
152 #define cfe_cpu_start(a,b,c,d,e) __cfe_cpu_start(a,b,c,d,e) argument
153 #define cfe_cpu_stop(a) __cfe_cpu_stop(a) 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
158 #define cfe_flushcache(a) __cfe_cacheflush(a) argument
159 #define cfe_getdevinfo(a) __cfe_getdevinfo(a) 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.c125 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) argument
126 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO) argument
127 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) argument
131 #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()
367 static int mp_init (mp_int * a) in mp_init()
393 static void mp_clear (mp_int * a) in mp_clear()
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()
[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/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.SizeofBitField.d38 int a : 1; member
42 int a : 1; member
43 int b : 3; member
47 int a : 1; member
48 int b : 3; member
49 int c : 3; member
53 int a : 1; member
54 int b : 3; member
55 int c : 3; member
60 int c : 12; member
[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()
139 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
/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()
133 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h39 #define _close(a) close(a) argument
40 #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
44 #define _fsync(a) fsync(a) argument
/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/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/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/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/contrib/tcsh/
H A Dtc.decls.h165 # define tcgetpgrp(a) xtcgetpgrp(a) argument
167 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) argument
181 # define memmove(a, b, c) xmemmove(a, b, c) argument
186 # define memset(a, b, c) xmemset(a, b, c) argument
193 # define getcwd(a, b) xgetcwd(a, b) argument
199 # define gethostname(a, b) xgethostname(a, b) argument
205 # define nice(a) xnice(a) argument
211 # define strerror(a) xstrerror(a) argument
226 #define __attribute__(a) 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()
370 rte_jhash_1word(uint32_t a, uint32_t initval) in rte_jhash_1word()
/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/bn/
H A Dbn_local.h182 # define bn_pollute(a) \ argument
198 # define bn_pollute(a) argument
200 # define bn_check_top(a) \ argument
212 # define bn_fix_top(a) bn_check_top(a) argument
227 # define bn_pollute(a) argument
228 # define bn_check_top(a) argument
229 # define bn_fix_top(a) bn_correct_top(a) argument
318 # define BN_window_bits_for_exponent_size(b) \ argument
342 # define BN_window_bits_for_ctime_exponent_size(b) \ argument
351 # define BN_window_bits_for_ctime_exponent_size(b) \ argument
[all …]
/freebsd/crypto/openssl/test/
H A Dbntest.c149 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_swap() local
222 BIGNUM *a = NULL, *b = NULL, *c = NULL; in test_sub() local
259 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; in test_div_recip() local
328 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_signed_mod_replace_ab() local
351 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_signed_mod_replace_ba() local
374 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; in test_mod() local
455 BIGNUM *a = NULL, *p = NULL, *m = NULL, *d = NULL, *e = NULL; in test_modexp_mont5() local
456 BIGNUM *b = NULL, *n = NULL, *c = NULL; in test_modexp_mont5() local
718 BIGNUM *a = NULL, *b = NULL, *c = NULL; in test_gf2m_add() local
752 BIGNUM *a = NULL, *b[2] = {NULL,NULL}, *c = NULL, *d = NULL, *e = NULL; in test_gf2m_mod() local
[all …]
/freebsd/contrib/lua/src/
H A Dllimits.h106 #define lua_assert(c) assert(c) argument
110 #define check_exp(c,e) (lua_assert(c), (e)) argument
112 #define lua_longassert(c) ((c) ? (void)0 : lua_assert(0)) argument
114 #define lua_assert(c) ((void)0) argument
115 #define check_exp(c,e) (e) argument
116 #define lua_longassert(c) ((void)0) argument
313 #define luai_numidiv(L,a,b) ((void)L, l_floor(luai_numdiv(L,a,b))) argument
318 #define luai_numdiv(L,a,b) ((a)/(b)) argument
333 #define luai_nummod(L,a,b,m) \ argument
340 #define luai_numpow(L,a,b) \ argument
[all …]

12345678910>>...33