Searched refs:b1 (Results 1 - 25 of 153) sorted by relevance

1234567

/freebsd-current/sys/contrib/libb2/
H A Dblake2b-load-sse41.h17 #define LOAD_MSG_0_1(b0, b1) \
21 b1 = _mm_unpacklo_epi64(m2, m3); \
25 #define LOAD_MSG_0_2(b0, b1) \
29 b1 = _mm_unpackhi_epi64(m2, m3); \
33 #define LOAD_MSG_0_3(b0, b1) \
37 b1 = _mm_unpacklo_epi64(m6, m7); \
41 #define LOAD_MSG_0_4(b0, b1) \
45 b1 = _mm_unpackhi_epi64(m6, m7); \
49 #define LOAD_MSG_1_1(b0, b1) \
53 b1
[all...]
H A Dblake2b-load-sse2.h17 #define LOAD_MSG_0_1(b0, b1) b0 = _mm_set_epi64x(m2, m0); b1 = _mm_set_epi64x(m6, m4)
18 #define LOAD_MSG_0_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5)
19 #define LOAD_MSG_0_3(b0, b1) b0 = _mm_set_epi64x(m10, m8); b1 = _mm_set_epi64x(m14, m12)
20 #define LOAD_MSG_0_4(b0, b1) b0 = _mm_set_epi64x(m11, m9); b1 = _mm_set_epi64x(m15, m13)
21 #define LOAD_MSG_1_1(b0, b1) b0 = _mm_set_epi64x(m4, m14); b1
[all...]
H A Dblake2b-round.h47 #define G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \
49 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h); \
66 #define G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \
68 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h); \
148 LOAD_MSG_ ##r ##_1(b0, b1); \
149 G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1); \
150 LOAD_MSG_ ##r ##_2(b0, b1); \
151 G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1); \
153 LOAD_MSG_ ##r ##_3(b0, b1); \
154 G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1); \
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-sse41.h19 #define LOAD_MSG_0_1(b0, b1) \
22 b1 = _mm_unpacklo_epi64(m2, m3); \
25 #define LOAD_MSG_0_2(b0, b1) \
28 b1 = _mm_unpackhi_epi64(m2, m3); \
31 #define LOAD_MSG_0_3(b0, b1) \
34 b1 = _mm_unpacklo_epi64(m6, m7); \
37 #define LOAD_MSG_0_4(b0, b1) \
40 b1 = _mm_unpackhi_epi64(m6, m7); \
43 #define LOAD_MSG_1_1(b0, b1) \
46 b1
[all...]
H A Dblake2b-load-sse2.h19 #define LOAD_MSG_0_1(b0, b1) \
21 b1 = _mm_set_epi64x(m6, m4)
22 #define LOAD_MSG_0_2(b0, b1) \
24 b1 = _mm_set_epi64x(m7, m5)
25 #define LOAD_MSG_0_3(b0, b1) \
27 b1 = _mm_set_epi64x(m14, m12)
28 #define LOAD_MSG_0_4(b0, b1) \
30 b1 = _mm_set_epi64x(m15, m13)
31 #define LOAD_MSG_1_1(b0, b1) \
33 b1
[all...]
H A Dblake2b-compress-sse41.h21 #define G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \
23 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h); \
40 #define G2(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \
42 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h); \
92 LOAD_MSG_##r##_1(b0, b1); \
93 G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1); \
94 LOAD_MSG_##r##_2(b0, b1); \
95 G2(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1); \
97 LOAD_MSG_##r##_3(b0, b1); \
98 G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1); \
[all...]
H A Dblake2b-compress-ssse3.h21 #define G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \
23 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h); \
40 #define G2(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \
42 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h); \
92 LOAD_MSG_##r##_1(b0, b1); \
93 G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1); \
94 LOAD_MSG_##r##_2(b0, b1); \
95 G2(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1); \
97 LOAD_MSG_##r##_3(b0, b1); \
98 G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1); \
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
26 const unsigned char *p1 = b1, *p2 = b2;
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dtimingsafe_bcmp.c25 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
27 const unsigned char *p1 = b1, *p2 = b2;
/freebsd-current/sys/libkern/
H A Dtimingsafe_bcmp.c22 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
24 const unsigned char *p1 = b1, *p2 = b2;
/freebsd-current/lib/libc/string/
H A Dbcmp.c38 bcmp(const void *b1, const void *b2, size_t length) argument
44 p1 = (char *)b1;
H A Dtimingsafe_bcmp.c23 __timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
25 const unsigned char *p1 = b1, *p2 = b2;
H A Dtimingsafe_memcmp.c24 __timingsafe_memcmp(const void *b1, const void *b2, size_t len) argument
26 const unsigned char *p1 = b1, *p2 = b2;
/freebsd-current/contrib/gdtoa/
H A DstrtoIg.c41 Bigint *b, *b1; local
54 b1 = Balloc(b->k);
55 Bcopy(b1, b);
63 b1 = increment(b1);
66 b1->x[0] = 0;
67 b1->x[nw1] = 1L << nb11;
76 if (b1->wds > nw
77 || (nb1 && b1->x[nw1] & 1L << nb1)) {
80 rshift(b1,
[all...]
/freebsd-current/crypto/openssl/fuzz/
H A Dbndiv.c25 static BIGNUM *b1; variable
33 b1 = BN_new();
50 /* s1 and s2 will be the signs for b1 and b2. */
57 /* We are going to split the buffer in two, sizes l1 and l2, giving b1 and
72 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
73 BN_set_negative(b1, s1);
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx));
84 if (BN_is_zero(b1))
86 else if (BN_is_negative(b1))
[all...]
H A Dbignum.c36 BIGNUM *b1; local
42 b1 = BN_new();
50 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
65 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
66 BN_set_negative(b1, s1);
77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
82 BN_print_fp(stdout, b1);
96 BN_free(b1);
[all...]
/freebsd-current/usr.bin/cmp/
H A Dmisc.c51 int b1, int b2)
58 file1, file2, (long long)byte, (long long)line, b1, b1,
50 diffmsg(const char *file1, const char *file2, off_t byte, off_t line, int b1, int b2) argument
/freebsd-current/crypto/openssl/ms/
H A Dcmp.pl20 $n1=sysread(IN0,$b1,4096);
24 last if ($b1 ne $b2);
39 @a1=unpack("C*",$b1);
/freebsd-current/contrib/libpcap/
H A Dgencode.c925 * Merge the lists in b0 and b1, using the 'sense' field to indicate
929 merge(struct block *b0, struct block *b1) argument
938 *p = b1;
999 gen_and(struct block *b0, struct block *b1) argument
1001 backpatch(b0, b1->head);
1003 b1->sense = !b1->sense;
1004 merge(b1, b0);
1005 b1->sense = !b1
1010 gen_or(struct block *b0, struct block *b1) argument
1963 struct block *b0, *b1; local
2198 struct block *b0, *b1; local
3193 struct block *b0, *b1, *b2; local
3717 struct block *b0, *b1; local
3802 struct block *b0, *b1; local
3833 struct block *b0, *b1; local
3859 struct block *b0, *b1; local
3885 struct block *b0, *b1; local
3910 struct block *b0, *b1; local
4022 struct block *b0, *b1; local
4088 struct block *b0, *b1; local
4162 register struct block *b0, *b1; local
4218 struct block *b0, *b1; local
4274 register struct block *b0, *b1; local
4331 register struct block *b0, *b1, *b2; local
4755 register struct block *b0, *b1; local
4826 struct block *b0, *b1, *b2, *tmp; local
4927 struct block *b0, *b1; local
4958 struct block *b0, *b1; local
5251 struct block *b0, *b1, *tmp; local
5357 struct block *b1; local
5634 struct block *b0, *b1, *tmp; local
5699 struct block *b0, *b1, *tmp; local
5745 struct block *b0, *b1, *tmp; local
5784 struct block *b0, *b1, *tmp; local
5816 struct block *b1, *b2; local
5841 struct block *b0, *b1, *tmp; local
5907 struct block *b0, *b1, *tmp; local
5939 struct block *b1, *b2; local
5964 struct block *b0, *b1, *tmp; local
6004 struct block *b0, *b1, *tmp; local
6379 struct block *b0, *b1; local
6413 struct block *b0, *b1; local
7952 struct block *b0, *b1, *b2; local
8037 register struct block *b0, *b1, *b2; local
8669 register struct block *b0, *b1; local
8723 struct block *b0, *b1; local
8750 struct block *b0, *b1; local
9012 struct block *b0, *b1; local
9107 struct block *b0, *b1; local
9170 struct block *b0, *b1; local
9203 struct block *b0, *b1; local
9229 struct block *b0, *b1; local
9407 struct block *b0, *b1; local
9526 struct block *b0, *b1; local
9537 struct block *b0, *b1; local
9573 struct block *b0, *b1; local
9680 struct block *b0, *b1; local
9877 struct block *b1; local
9918 struct block *b0, *b1; local
[all...]
/freebsd-current/sys/cddl/boot/zfs/
H A Dfletcher.c32 uint64_t a0, b0, a1, b1; local
34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
38 b1 += a1;
41 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
50 uint64_t a0, b0, a1, b1; local
52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
56 b1 += a1;
59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
/freebsd-current/contrib/bmake/unit-tests/
H A Ddepsrc-wait.exp3 echo b1
4 b1
/freebsd-current/sys/sys/
H A Djoystick.h39 int b1; member in struct:joystick
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh65 log_must mkdir $PRJDIR/b1
72 log_must mkdir $PRJDIR/b1/a2
73 log_must mkdir $PRJDIR/b1/b2
74 log_must touch $PRJDIR/b1/c2
80 log_must mkdir $PRJDIR/b1/a2/a3
91 log_must zfs project -s $PRJDIR/b1/a2
92 log_must eval "zfs project -d $PRJDIR/b1/a2 | grep ' P '"
93 log_must eval "zfs project -d $PRJDIR/b1/a2/a3 | grep ' \- '"
/freebsd-current/sys/dev/usb/
H A Dusb_endian.h99 #define USETW2(w,b1,b0) do { \
101 (w)[1] = (uint8_t)(b1); \
104 #define USETW4(w,b3,b2,b1,b0) do { \
106 (w)[1] = (uint8_t)(b1); \
111 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \
113 (w)[1] = (uint8_t)(b1); \
/freebsd-current/sys/dev/uart/
H A Duart_cpu_fdt.c60 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
63 if (b1->bst != b2->bst)
65 if (pmap_kextract(b1->bsh) == 0)
69 return ((pmap_kextract(b1->bsh) == pmap_kextract(b2->bsh)) ? 1 : 0);

Completed in 431 milliseconds

1234567