Home
last modified time | relevance | path

Searched defs:b (Results 76 – 100 of 2704) sorted by relevance

12345678910>>...109

/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c686 static int mp_cmp (mp_int * a, mp_int * b) in mp_cmp()
708 static int mp_cmp_d(mp_int * a, mp_digit b) in mp_cmp_d()
1129 static int mp_copy (mp_int * a, mp_int * b) in mp_copy()
1176 static void mp_rshd (mp_int * a, int b) in mp_rshd()
1305 static int mp_abs (mp_int * a, mp_int * b) in mp_abs()
1325 static void mp_set (mp_int * a, mp_digit b) in mp_set()
1335 static int mp_div_2(mp_int * a, mp_int * b) in mp_div_2()
1502 static int mp_lshd (mp_int * a, int b) in mp_lshd()
2111 static int mp_sqr (mp_int * a, mp_int * b) in mp_sqr()
2218 static int mp_2expt (mp_int * a, int b) in mp_2expt()
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mul.c28 const BN_ULONG *a, const BN_ULONG *b, in bn_sub_part_words()
175 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_recursive()
322 void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n, in bn_mul_part_recursive()
477 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_low_recursive()
497 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_mul()
507 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in bn_mul_fixed_top()
622 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal()
664 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_mul_low_normal()
/freebsd/sys/dev/drm2/
H A Ddrm_atomic.h64 #define __bit_word(b) ((b) / NB_BITS_PER_LONG) argument
65 #define __bit_mask(b) (1UL << (b) % NB_BITS_PER_LONG) argument
66 #define __bit_addr(p, b) ((volatile u_long *)(p) + __bit_word(b)) argument
68 #define clear_bit(b, p) \ argument
70 #define set_bit(b, p) \ argument
72 #define test_bit(b, p) \ argument
74 #define test_and_set_bit(b, p) \ argument
80 #define atomic_clear_mask(b, p) atomic_clear_int((p), (b)) argument
/freebsd/lib/libmd/i386/
H A Drmd160.S9 #define TYPE(a,b) .type a,b argument
10 #define SIZE(a,b) .size a,b argument
27 #define SIZE(a,b) argument
28 #define TYPE(a,b) argument
H A Dsha.S10 #define TYPE(a,b) .type a,b argument
11 #define SIZE(a,b) .size a,b argument
28 #define SIZE(a,b) argument
29 #define TYPE(a,b) argument
/freebsd/crypto/openssh/
H A Dssh-ed25519-sk.c49 ssh_ed25519_sk_equal(const struct sshkey *a, const struct sshkey *b) in ssh_ed25519_sk_equal()
59 ssh_ed25519_sk_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_sk_serialize_public()
73 ssh_ed25519_sk_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_sk_serialize_private()
99 ssh_ed25519_sk_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ed25519_sk_deserialize_public()
112 ssh_ed25519_sk_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ed25519_sk_deserialize_private()
130 struct sshbuf *b = NULL; in ssh_ed25519_sk_verify() local
H A Dssh-ed25519.c45 ssh_ed25519_equal(const struct sshkey *a, const struct sshkey *b) in ssh_ed25519_equal()
55 ssh_ed25519_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_serialize_public()
69 ssh_ed25519_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_serialize_private()
103 ssh_ed25519_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ed25519_deserialize_public()
121 ssh_ed25519_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ed25519_deserialize_private()
155 struct sshbuf *b = NULL; in ssh_ed25519_sign() local
210 struct sshbuf *b = NULL; in ssh_ed25519_verify() local
H A Dssh-xmss.c57 ssh_xmss_equal(const struct sshkey *a, const struct sshkey *b) in ssh_xmss_equal()
69 ssh_xmss_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_xmss_serialize_public()
87 ssh_xmss_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_xmss_serialize_private()
132 ssh_xmss_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_xmss_deserialize_public()
164 ssh_xmss_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_xmss_deserialize_private()
210 struct sshbuf *b = NULL; in ssh_xmss_sign() local
282 struct sshbuf *b = NULL; in ssh_xmss_verify() local
H A Dssh-ecdsa.c73 ssh_ecdsa_equal(const struct sshkey *a, const struct sshkey *b) in ssh_ecdsa_equal()
95 ssh_ecdsa_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ecdsa_serialize_public()
111 ssh_ecdsa_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ecdsa_serialize_private()
157 ssh_ecdsa_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ecdsa_deserialize_public()
200 ssh_ecdsa_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ecdsa_deserialize_private()
236 struct sshbuf *b = NULL, *bb = NULL; in ssh_ecdsa_sign() local
302 struct sshbuf *b = NULL, *sigbuf = NULL; in ssh_ecdsa_verify() local
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h112 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) argument
113 #define AVL_PCMP(a, b) \ argument
120 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) argument
121 #define AVL_PCMP(a, b) \ argument
/freebsd/crypto/openssl/crypto/bio/
H A Dbf_null.c45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read()
59 static int nullf_write(BIO *b, const char *in, int inl) in nullf_write()
73 static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr) in nullf_ctrl()
94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nullf_callback_ctrl()
H A Dbss_bio.c78 struct bio_bio_st *b = OPENSSL_zalloc(sizeof(*b)); in bio_new() local
92 struct bio_bio_st *b; in bio_free() local
113 struct bio_bio_st *b, *peer_b; in bio_read() local
202 struct bio_bio_st *b, *peer_b; in bio_nread0() local
239 struct bio_bio_st *b, *peer_b; in bio_nread() local
272 struct bio_bio_st *b; in bio_write() local
347 struct bio_bio_st *b; in bio_nwrite0() local
395 struct bio_bio_st *b; in bio_nwrite() local
419 struct bio_bio_st *b = bio->ptr; in bio_ctrl() local
656 struct bio_bio_st *b = bio->ptr; in bio_destroy_pair() local
/freebsd/contrib/bc/src/
H A Dlibrary.c942 bcl_add(BclNumber a, BclNumber b) in bcl_add()
954 bcl_sub(BclNumber a, BclNumber b) in bcl_sub()
966 bcl_mul(BclNumber a, BclNumber b) in bcl_mul()
978 bcl_div(BclNumber a, BclNumber b) in bcl_div()
990 bcl_mod(BclNumber a, BclNumber b) in bcl_mod()
1002 bcl_pow(BclNumber a, BclNumber b) in bcl_pow()
1014 bcl_lshift(BclNumber a, BclNumber b) in bcl_lshift()
1042 BclNum b; in bcl_sqrt_helper() local
1249 bcl_cmp(BclNumber a, BclNumber b) in bcl_cmp()
1427 BclNum b; in bcl_irand_helper() local
[all …]
/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/arm/xilinx/
H A Dzy7_gpio.c186 #define ZY7_GPIO_MASK_DATA_LSW(b) (0x0000+8*(b)) /* maskable wr lo */ argument
188 #define ZY7_GPIO_DATA(b) (0x0040+4*(b)) /* in/out data */ argument
189 #define ZY7_GPIO_DATA_RO(b) (0x0060+4*(b)) /* input data */ argument
191 #define ZY7_GPIO_DIRM(b) (0x0204+0x40*(b)) /* direction mode */ argument
192 #define ZY7_GPIO_OEN(b) (0x0208+0x40*(b)) /* output enable */ argument
193 #define ZY7_GPIO_INT_MASK(b) (0x020c+0x40*(b)) /* int mask */ argument
194 #define ZY7_GPIO_INT_EN(b) (0x0210+0x40*(b)) /* int enable */ argument
195 #define ZY7_GPIO_INT_DIS(b) (0x0214+0x40*(b)) /* int disable */ argument
196 #define ZY7_GPIO_INT_STAT(b) (0x0218+0x40*(b)) /* int status */ argument
197 #define ZY7_GPIO_INT_TYPE(b) (0x021c+0x40*(b)) /* int type */ argument
[all …]
/freebsd/contrib/sendmail/include/sm/
H A Dsendmail.h37 # define SM_STRCASEEQ(a, b) sm_strcaseeq((a), (b)) argument
38 # define SM_STRNCASEEQ(a, b, n) sm_strncaseeq((a), (b), (n)) argument
40 # define SM_STRCASEEQ(a, b) (sm_strcasecmp((a), (b)) == 0) argument
41 # define SM_STRNCASEEQ(a, b, n) (sm_strncasecmp((a), (b), (n)) == 0) argument
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c450 struct pfctl_rule a, a2, b, b2; in remove_identical_rules() local
817 struct pfctl_rule a, b; in block_feedback() local
886 struct pfctl_rule a, b, rule; in load_feedback_profile() local
972 struct pfctl_rule *a, *b; in skip_compare() local
1048 skip_cmp_af(struct pfctl_rule *a, struct pfctl_rule *b) in skip_cmp_af()
1057 skip_cmp_dir(struct pfctl_rule *a, struct pfctl_rule *b) in skip_cmp_dir()
1122 skip_cmp_ifp(struct pfctl_rule *a, struct pfctl_rule *b) in skip_cmp_ifp()
1131 skip_cmp_proto(struct pfctl_rule *a, struct pfctl_rule *b) in skip_cmp_proto()
1364 addrs_equal(struct pf_rule_addr *a, struct pf_rule_addr *b) in addrs_equal()
1394 struct pfctl_rule a, b; in rules_combineable() local
[all …]
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc64_tablegen.c28 for (size_t b = 0; b < 256; ++b) { in init_crc64_table() local
44 for (size_t b = 0; b < 256; ++b) in init_crc64_table() local
62 for (size_t b = 0; b < 256; ++b) { in print_crc64_table() local
/freebsd/sys/sys/
H A Dqmath.h352 #define Q_QCMPQ(a, b, intcmp, fraccmp) \ argument
357 #define Q_QLTQ(a, b) Q_QCMPQ(a, b, <, <) argument
360 #define Q_QLEQ(a, b) Q_QCMPQ(a, b, <, <=) argument
363 #define Q_QGTQ(a, b) Q_QCMPQ(a, b, >, >) argument
366 #define Q_QGEQ(a, b) Q_QCMPQ(a, b, >, >=) argument
369 #define Q_QEQ(a, b) Q_QCMPQ(a, b, ==, ==) argument
386 #define Q_QCANREPQ(a, b) (( \ argument
473 #define Q_NORMPREC(a, b) \ argument
502 #define Q_QADDSUBQ(a, b, eop) \ argument
524 #define Q_QDIVQ(a, b) \ argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h339 #define DCHECK_EQ(a, b) CHECK_EQ(a, b) argument
340 #define DCHECK_NE(a, b) CHECK_NE(a, b) argument
341 #define DCHECK_LT(a, b) CHECK_LT(a, b) argument
342 #define DCHECK_LE(a, b) CHECK_LE(a, b) argument
343 #define DCHECK_GT(a, b) CHECK_GT(a, b) argument
347 #define DCHECK_EQ(a, b) argument
348 #define DCHECK_NE(a, b) argument
349 #define DCHECK_LT(a, b) argument
350 #define DCHECK_LE(a, b) argument
351 #define DCHECK_GT(a, b) argument
[all …]
/freebsd/sys/dev/qlxgb/
H A Dqla_dbg.h60 #define QL_DUMP_BUFFER8(h, s, b, n) if (dbg_level & 0x08000000)\ argument
62 #define QL_DUMP_BUFFER16(h, s, b, n) if (dbg_level & 0x08000000)\ argument
64 #define QL_DUMP_BUFFER32(h, s, b, n) if (dbg_level & 0x08000000)\ argument
78 #define QL_DUMP_BUFFER8(h, s, b, n) argument
79 #define QL_DUMP_BUFFER16(h, s, b, n) argument
80 #define QL_DUMP_BUFFER32(h, s, b, n) argument
/freebsd/contrib/tcsh/
H A Dsh.h415 # define strchr(a, b) index(a, b) argument
416 # define strrchr(a, b) rindex(a, b) argument
538 #define eq(a, b) (Strcmp(a, b) == 0) argument
1107 #define Strchr(a, b) strchr(a, b) argument
1114 #define Strcmp(a, b) strcmp(a, b) argument
1118 #define Strspl(a, b) strspl(a, b) argument
1122 #define Strstr(a, b) strstr(a, b) argument
1130 #define Strchr(a, b) wcschr(a, b) argument
1137 #define Strcmp(a, b) wcscmp(a, b) argument
1251 # define CGETS(b, c, d) d argument
[all …]
/freebsd/contrib/gdtoa/
H A Dmisc.c160 (b, m, a) Bigint *b; int m, a; in multadd() argument
256 Bigint *b; local
267 (a, b) Bigint *a, *b; in mult() argument
379 (b, k) Bigint *b; int k; in pow5mult() argument
436 (b, k) Bigint *b; int k; in lshift() argument
490 (a, b) Bigint *a, *b; in cmp() argument
524 (a, b) Bigint *a, *b; in diff() argument
692 Bigint *b; local
849 strcp_D2A(a, b) char *a; char *b; in strcp_D2A() argument
863 memcpy_D2A(a, b, len) Char *a; Char *b; size_t len; in memcpy_D2A() argument
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Da_i2d_fp.c20 BIO *b; in ASN1_i2d_fp() local
36 char *b; in ASN1_i2d_bio() local
73 BIO *b; in ASN1_item_i2d_fp() local
89 unsigned char *b = NULL; in ASN1_item_i2d_bio() local
/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()

12345678910>>...109