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

123456

/freebsd-9.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-9.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-9.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-9.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-9.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-9.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-9.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-9.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-9.3-release/sys/sys/
H A Djoystick.h39 int b1; member in struct:joystick
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_endian.h96 #define USETW2(w,b1,b0) do { \
98 (w)[1] = (uint8_t)(b1); \
101 #define USETW4(w,b3,b2,b1,b0) do { \
103 (w)[1] = (uint8_t)(b1); \
108 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \
110 (w)[1] = (uint8_t)(b1); \
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_read.c190 char b1[1024]; local
192 a.bp = b1;
198 (void)snprintf(b1, sizeof(b1), "lines=%lu", (u_long)lines);
199 a.len = strlen(b1);
202 (void)snprintf(b1, sizeof(b1), "columns=%lu", (u_long)columns);
203 a.len = strlen(b1);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_fletcher.c139 uint64_t a0, b0, a1, b1; local
141 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
145 b1 += a1;
148 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
156 uint64_t a0, b0, a1, b1; local
158 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
162 b1 += a1;
165 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
/freebsd-9.3-release/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros267 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so
274 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
278 z1 = a1 + b1;
287 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
299 bits32 b1,
311 z1 = a1 + b1;
325 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the
334 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
337 *z1Ptr = a1 - b1;
338 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all...]
/freebsd-9.3-release/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros342 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
349 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
353 z1 = a1 + b1;
362 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
374 bits64 b1,
386 z1 = a1 + b1;
400 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
409 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
412 *z1Ptr = a1 - b1;
413 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all...]
/freebsd-9.3-release/sys/arm/at91/
H A Duart_cpu_at91rm9200usart.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-9.3-release/sys/arm/econa/
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-9.3-release/sys/arm/s3c2xx0/
H A Duart_cpu_s3c2410.c53 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
55 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-9.3-release/sys/arm/sa11x0/
H A Duart_cpu_sa1110.c50 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
52 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-9.3-release/sys/arm/xscale/i80321/
H A Duart_cpu_i80321.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-9.3-release/sys/arm/xscale/i8134x/
H A Duart_cpu_i81342.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-9.3-release/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-9.3-release/sys/dev/uart/
H A Duart_cpu_amd64.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);
H A Duart_cpu_i386.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-9.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-9.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);

Completed in 304 milliseconds

123456