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

123456

/freebsd-11-stable/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-11-stable/sys/libkern/
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;
H A Dbcmp.c45 bcmp(b1, b2, length)
46 const void *b1, *b2;
61 ustring p1 = b1, p2 = b2;
138 p1 = b1;
/freebsd-11-stable/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-11-stable/lib/libc/string/
H A Dbcmp.c42 bcmp(const void *b1, const void *b2, size_t length) argument
48 p1 = (char *)b1;
H A Dtimingsafe_bcmp.c26 __timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
28 const unsigned char *p1 = b1, *p2 = b2;
H A Dtimingsafe_memcmp.c27 __timingsafe_memcmp(const void *b1, const void *b2, size_t len) argument
29 const unsigned char *p1 = b1, *p2 = b2;
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c914 * Merge the lists in b0 and b1, using the 'sense' field to indicate
918 merge(struct block *b0, struct block *b1) argument
927 *p = b1;
988 gen_and(struct block *b0, struct block *b1) argument
990 backpatch(b0, b1->head);
992 b1->sense = !b1->sense;
993 merge(b1, b0);
994 b1->sense = !b1
999 gen_or(struct block *b0, struct block *b1) argument
1961 struct block *b0, *b1; local
2199 struct block *b0, *b1; local
3138 struct block *b0, *b1, *b2; local
3678 struct block *b0, *b1; local
3763 struct block *b0, *b1; local
3794 struct block *b0, *b1; local
3820 struct block *b0, *b1; local
3846 struct block *b0, *b1; local
3871 struct block *b0, *b1; local
3984 struct block *b0, *b1; local
4049 struct block *b0, *b1; local
4123 register struct block *b0, *b1; local
4179 struct block *b0, *b1; local
4235 register struct block *b0, *b1; local
4292 register struct block *b0, *b1, *b2; local
4716 register struct block *b0, *b1; local
4787 struct block *b0, *b1, *b2, *tmp; local
4883 struct block *b0, *b1; local
4912 struct block *b0, *b1; local
5205 struct block *b0, *b1, *tmp; local
5311 struct block *b1; local
5600 struct block *b0, *b1, *tmp; local
5665 struct block *b0, *b1, *tmp; local
5711 struct block *b0, *b1, *tmp; local
5750 struct block *b0, *b1, *tmp; local
5782 struct block *b1, *b2; local
5807 struct block *b0, *b1, *tmp; local
5873 struct block *b0, *b1, *tmp; local
5904 struct block *b1, *b2; local
5929 struct block *b0, *b1, *tmp; local
5969 struct block *b0, *b1, *tmp; local
6342 struct block *b0, *b1; local
6376 struct block *b0, *b1; local
7922 struct block *b0, *b1, *b2; local
8007 register struct block *b0, *b1, *b2; local
8682 register struct block *b0, *b1; local
8736 struct block *b0, *b1; local
8763 struct block *b0, *b1; local
9024 struct block *b0, *b1; local
9118 struct block *b0, *b1; local
9182 struct block *b0, *b1; local
9216 struct block *b0, *b1; local
9242 struct block *b0, *b1; local
9420 struct block *b0, *b1; local
9539 struct block *b0, *b1; local
9550 struct block *b0, *b1; local
9586 struct block *b0, *b1; local
9693 struct block *b0, *b1; local
9882 struct block *b1; local
9923 struct block *b0, *b1; local
[all...]
/freebsd-11-stable/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-11-stable/sys/sys/
H A Djoystick.h39 int b1; member in struct:joystick
/freebsd-11-stable/sys/dev/usb/
H A Dusb_endian.h98 #define USETW2(w,b1,b0) do { \
100 (w)[1] = (uint8_t)(b1); \
103 #define USETW4(w,b3,b2,b1,b0) do { \
105 (w)[1] = (uint8_t)(b1); \
110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \
112 (w)[1] = (uint8_t)(b1); \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_fletcher.c152 uint64_t a0, b0, a1, b1; local
157 b1 = zcp->zc_word[3];
163 b1 += a1;
166 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
186 uint64_t a0, b0, a1, b1; local
191 b1 = zcp->zc_word[3];
197 b1 += a1;
200 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
/freebsd-11-stable/sys/dev/uart/
H A Duart_cpu_fdt.c61 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
64 if (b1->bst != b2->bst)
66 if (pmap_kextract(b1->bsh) == 0)
70 return ((pmap_kextract(b1->bsh) == pmap_kextract(b2->bsh)) ? 1 : 0);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Duart_cpu_ixp425.c46 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
48 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/arm/at91/
H A Duart_cpu_at91usart.c56 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
58 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Duart_cpu_ec.c53 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
56 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/mips/adm5120/
H A Duart_cpu_adm5120.c58 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
61 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/mips/alchemy/
H A Duart_cpu_alchemy.c54 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
57 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/mips/atheros/
H A Duart_cpu_ar71xx.c49 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
51 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
H A Duart_cpu_ar933x.c51 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
53 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/mips/idt/
H A Duart_cpu_rc32434.c56 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
59 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/mips/malta/
H A Duart_cpu_maltausart.c56 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
58 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/mips/nlm/
H A Duart_cpu_xlp.c70 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
72 return (b1->bsh == b2->bsh && b1->bst == b2->bst);
/freebsd-11-stable/sys/mips/rmi/
H A Duart_cpu_mips_xlr.c59 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
61 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-11-stable/sys/mips/rt305x/
H A Duart_cpu_rt305x.c58 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
61 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);

Completed in 171 milliseconds

123456