Searched refs:b2 (Results 1 - 25 of 108) sorted by relevance

12345

/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/netbsd-tests/lib/libc/string/
H A Dt_memmem.c59 char b2[] = "0123456789"; variable
79 expect(memmem(b2, lb2, p0, lp0) == NULL);
82 expect(memmem(b2, lb2, p0, lp0) == b2);
88 expect(memmem(b2, lb2, p1, lp1) == b2);
89 expect(memmem(b2, lb2, p2, lp2) == (b2 + 4));
90 expect(memmem(b2, lb2, p3, lp3) == (b2
[all...]
/freebsd-10.3-release/lib/libc/string/
H A Dbcmp.c42 bcmp(const void *b1, const void *b2, size_t length) argument
49 p2 = (char *)b2;
/freebsd-10.3-release/crypto/openssl/crypto/idea/
H A Di_skey.c145 long n1, n2, q, r, b1, b2, t; local
148 b2 = 0;
152 b2 = 1;
159 if (b2 < 0)
160 b2 = 0x10001 + b2;
164 t = b2;
165 b2 = b1 - q * b2;
170 return ((IDEA_INT) b2);
[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;
139 p2 = b2;
/freebsd-10.3-release/sys/sys/
H A Djoystick.h40 int b2; member in struct:joystick
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp67 uint8_t b2; local
69 b2 = (inst.getOperation() & 0x0F);
73 b2 |= (inst.getRegister() & 0x0F) << 4;
74 streamer.EmitIntValue(b2, 1);
79 b2 |= 0x10;
80 streamer.EmitIntValue(b2, 1);
85 streamer.EmitIntValue(b2, 1);
91 b2 |= (((inst.getSize()-8) >> 3) & 0x0F) << 4;
93 streamer.EmitIntValue(b2, 1);
97 streamer.EmitIntValue(b2,
[all...]
/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);
/freebsd-10.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-10.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-10.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);

Completed in 476 milliseconds

12345