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

123456

/freebsd-10.3-release/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-10.3-release/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-10.3-release/lib/libc/string/
H A Dbcmp.c42 bcmp(const void *b1, const void *b2, size_t length) argument
48 p1 = (char *)b1;
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dfletcher.c33 uint64_t a0, b0, a1, b1; local
35 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
39 b1 += a1;
42 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-10.3-release/contrib/libpcap/
H A Dgencode.c556 * Merge the lists in b0 and b1, using the 'sense' field to indicate
560 merge(b0, b1)
561 struct block *b0, *b1;
570 *p = b1;
615 gen_and(b0, b1)
616 struct block *b0, *b1;
618 backpatch(b0, b1->head);
620 b1->sense = !b1->sense;
621 merge(b1, b
1739 struct block *b0, *b1; local
1947 struct block *b0, *b1; local
2901 struct block *b0, *b1, *b2; local
3552 struct block *b0, *b1; local
3595 struct block *b0, *b1; local
3646 register struct block *b0, *b1; local
3704 struct block *b0, *b1; local
3770 register struct block *b0, *b1; local
3829 register struct block *b0, *b1, *b2; local
4255 register struct block *b0, *b1; local
4328 struct block *b0, *b1, *b2, *tmp; local
4403 struct block *b0, *b1; local
4436 struct block *b0, *b1; local
4688 struct block *b0, *b1, *tmp; local
4764 struct block *b1; local
5045 struct block *b0, *b1, *tmp; local
5088 struct block *b0, *b1, *tmp; local
5135 struct block *b0, *b1, *tmp; local
5177 struct block *b0, *b1, *tmp; local
5210 struct block *b1, *b2; local
5237 struct block *b0, *b1, *tmp; local
5280 struct block *b0, *b1, *tmp; local
5312 struct block *b1, *b2; local
5339 struct block *b0, *b1, *tmp; local
5381 struct block *b0, *b1, *tmp; local
5768 struct block *b0, *b1; local
5805 struct block *b0, *b1; local
7152 struct block *b0, *b1, *b2; local
7248 register struct block *b0, *b1, *b2; local
7807 register struct block *b0, *b1; local
7865 struct block *b0, *b1; local
7949 struct block *b0,*b1; local
8152 struct block *b0, *b1; local
8260 struct block *b0, *b1; local
8382 struct block *b1; local
8424 struct block *b0, *b1; local
[all...]
/freebsd-10.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_uinfo.c219 int b1; local
252 b1 = uwx_get_byte(bstream);
253 if (b1 < 0)
258 TRACE_I_DECODE_RHDR_2L("(R2) prologue_gr", b0, b1, val)
261 rhdr->mask = ((b0 & 0x07) << 1) | (b1 >> 7);
262 rhdr->grsave = b1 & 0x7f;
305 int b1; local
406 b1 = uwx_get_byte(bstream);
407 if (b1 < 0)
409 TRACE_I_DECODE_PROLOGUE_2("(P2) br_gr", b0, b1)
920 int b1; local
[all...]
/freebsd-10.3-release/sys/boot/common/
H A Dutil.h38 int memcmp(const void *b1, const void *b2, size_t len);
42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0)
/freebsd-10.3-release/sys/libkern/
H A Dbcmp.c45 bcmp(b1, b2, length)
46 const void *b1, *b2;
61 ustring p1 = b1, p2 = b2;
138 p1 = b1;
/freebsd-10.3-release/sys/sys/
H A Djoystick.h39 int b1; member in struct:joystick
/freebsd-10.3-release/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-10.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_fletcher.c144 uint64_t a0, b0, a1, b1; local
146 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
150 b1 += a1;
153 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
163 uint64_t a0, b0, a1, b1; local
165 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
169 b1 += a1;
172 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/sys/dev/uart/
H A Duart_cpu_x86.c43 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
46 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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);
/freebsd-10.3-release/sys/mips/sentry5/
H A Duart_cpu_sbusart.c60 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
62 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-10.3-release/sys/arm/at91/
H A Duart_cpu_at91usart.c57 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-10.3-release/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-10.3-release/sys/arm/samsung/s3c2xx0/
H A Duart_cpu_s3c2410.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);

Completed in 327 milliseconds

123456