/src/lib/libc/string/ |
Lint_bcmp.c | 12 bcmp(const void *b1, const void *b2, size_t len)
|
Lint_memcmp.c | 12 memcmp(const void *b1, const void *b2, size_t len)
|
/src/common/lib/libc/string/ |
memcmp.c | 92 const uintptr_t *b1, *b2; local in function:memcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1 != *b2) 105 b2++; 111 c2 = (const unsigned char *)b2;
|
consttime_memequal.c | 19 consttime_memequal(const void *b1, const void *b2, size_t len) 21 const unsigned char *c1 = b1, *c2 = b2;
|
bcmp.c | 92 const uintptr_t *b1, *b2; local in function:bcmp 95 b2 = s2; 98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0) 102 if (*b1++ != *b2++) 109 c2 = (const unsigned char *)b2;
|
/src/sys/crypto/aes/arch/arm/ |
aes_neon_impl.h | 51 aes_neon_enc2(const struct aesenc *enc, uint8x16x2_t b2, unsigned nrounds) 55 [0] = aes_neon_enc1(enc, b2.val[0], nrounds), 56 [1] = aes_neon_enc1(enc, b2.val[1], nrounds), 61 aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t b2, unsigned nrounds) 65 [0] = aes_neon_dec1(dec, b2.val[0], nrounds), 66 [1] = aes_neon_dec1(dec, b2.val[1], nrounds),
|
aes_neon_subr.c | 123 uint8x16x2_t b2; local in function:aes_neon_cbc_dec 127 b2.val[1] = cv; 128 b2.val[0] = cv = loadblock(in + nbytes - 32); 129 b2 = aes_neon_dec2(dec, b2, nrounds); 130 storeblock(out + nbytes - 16, cv ^ b2.val[1]); 132 b = b2.val[0]; 136 storeblock(out + nbytes, cv ^ b2.val[0]); 224 uint8x16x2_t b2; local in function:aes_neon_xts_enc 227 b2.val[0] = t ^ loadblock(in) 261 uint8x16x2_t b2; local in function:aes_neon_xts_dec 307 uint8x16x2_t b2; local in function:aes_neon_ccm_enc1 342 uint8x16x2_t b2; local in function:aes_neon_ccm_dec1 [all...] |
/src/tests/lib/libc/string/ |
t_memmem.c | 62 char b2[] = "0123456789"; variable in typeref:typename:char[] 81 expect(memmem(b2, lb2, p0, lp0) == b2); 86 expect(memmem(b2, lb2, p1, lp1) == b2); 87 expect(memmem(b2, lb2, p2, lp2) == (b2 + 4)); 88 expect(memmem(b2, lb2, p3, lp3) == (b2 + 7)); 90 expect(memmem(b2, lb2, p5, lp5) == b2) [all...] |
t_memcpy.c | 57 runTest(unsigned char *b1, unsigned char *b2) 68 b2[n] = (unsigned char)random(); 70 memcpy(b1 + i, b2 + j, m); 72 MD5Update(mc, b2, sizeof(testBlock_t));
|
/src/sys/arch/amiga/dev/ |
if_es.c | 216 smc->b2.bsr = BSR_BANK2; 218 SWAP(smc->b2.mmucr), smc->b2.pnr, smc->b2.arr, smc->b2.fifo, 219 SWAP(smc->b2.ptr)); 220 printf(" DATA %04x %04x IST %02x MSK %02x\n", smc->b2.data, 221 smc->b2.datax, smc->b2.ist, smc->b2.msk) [all...] |
if_le.c | 420 volatile u_short *b2 = (u_short *)((u_char *)sc->sc_mem + boff); local in function:ariadne_copytodesc_word 423 *b2++ = ariadne_swapreg(*b1++); 430 u_short *b2 = to; local in function:ariadne_copyfromdesc_word 433 *b2++ = ariadne_swapreg(*b1++); 444 volatile u_short *b2; local in function:ariadne_copytobuf_word 451 b2 = (volatile u_short *)(a2 + 1); 453 b2[-1] = (b2[-1] & 0xff00) | *a1; 458 b2 = (volatile u_short *)a2; 463 *b2++ = *b1++ 476 u_short *b2; local in function:ariadne_copyfrombuf_word [all...] |
/src/tests/usr.bin/xlint/lint1/ |
msg_102.c | 29 static struct bit_fields_and_bits *b1, *b2; variable in typeref:struct:bit_fields_and_bits ** 46 return b1->bits == b2->bits;
|
/src/sys/arch/x68k/stand/xxboot/ |
memcmp.S | 36 | int memcmp(const void *b1, const void *b2, size_t len) 41 | %a0: b2 45 | %a0: b2 59 subl %d1,%d0 | (uint)*b1 - (uint)*b2 92 movel %a2@+,(buf+4):W | contents of b2 94 peal (buf+4):W | push b2 108 | b1 == b2 within length 110 .long 0x11223355 | b2 115 | b1 > b2 before the last 117 .long 0x11013344 | b2 [all...] |
/src/usr.bin/locate/bigram/ |
locate.bigram.c | 68 u_char b1, b2; /* needed for final sorting */ member in struct:bigram 90 return it2->b2 - it2->b2; 105 bigrams[i].b2 = i % 256; 136 if (bg->b2 != '\0') 137 fputc(bg->b2, stdout);
|
/src/sys/rump/librump/rumpkern/arch/generic/ |
rump_generic_kobj.c | 45 kobj_reloc(kobj_t ko, uintptr_t p, const void *v, bool b1, bool b2)
|
/src/sys/sys/ |
joystick.h | 13 int b2; member in struct:joystick
|
/src/common/lib/libprop/ |
prop_bool.c | 107 prop_bool_t b2 = v2; local in function:_prop_bool_equals 110 prop_object_is_bool(b2))) 117 if (b1 == b2) 212 prop_bool_equals(prop_bool_t b1, prop_bool_t b2) 214 if (!prop_object_is_bool(b1) || !prop_object_is_bool(b2)) 217 return (prop_object_equals(b1, b2));
|
/src/tests/usr.bin/indent/ |
opt_ip.c | 55 int b1, int b2, 74 int b1, int b2,
|
/src/sys/arch/sun3/dev/ |
if_ie_sebuf.c | 257 uint8_t *b2 = dst; local in function:wmemcpy 266 *b2++ = *b1++; 275 bstore = (uint32_t)b2 & 1; 279 b2[1] = *sp & 0xff; 280 b2[0] = *sp >> 8; 282 *((uint16_t *)b2) = *sp; 284 b2 += 2; 289 *b2 = *b1e;
|
if_ie_vme.c | 261 uint8_t *b2 = dst; local in function:wmemcpy 270 *b2++ = *b1++; 279 bstore = (uint32_t)b2 & 1; 283 b2[1] = *sp & 0xff; 284 b2[0] = *sp >> 8; 286 *((uint16_t *)b2) = *sp; 288 b2 += 2; 293 *b2 = *b1e;
|
/src/sys/arch/x68k/dev/ |
xel.c | 114 u_int32_t b1, b2; local in function:xel_probe 129 b2 = sram[1]; 135 if (b1 == sram[0] && b2 == sram[1]) { 145 sram[1] = b2; 153 sram[1] = b2; 158 sram[1] = b2;
|
/src/sys/dev/raidframe/ |
rf_nwayxor.c | 109 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor2 130 b2 = b[2]; 139 a2 ^= b2; 145 b2 = c[2]; 149 a2 ^= b2; 172 b2 = _b[2]; \ 179 a2 ^= b2; b2 = _n[2]; \ 187 a2 ^= b2; _dst[2] = a2; \ 199 unsigned long a0, a1, a2, a3, b0, b1, b2, b3 local in function:rf_nWayXor3 227 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor4 257 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor5 289 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor6 323 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor7 359 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor8 398 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor9 [all...] |
/src/sys/arch/macppc/dev/ |
videopll.c | 105 int b0 = 0, b1 = 0, b2 = 0, freq_b = 0; local in function:videopll_set_freq 125 b2 = p2; 133 DPRINTF("param: %d %d %d -> %d\n", b0, b1, b2, freq_b); 144 cmdbuf[1] = b2;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/ |
u0.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable in typeref:typename:__m128i 34 b2 = a2; 36 b2 = _mm_srli_epi32(b2, 19); 39 diag1 = _mm_xor_si128(diag1, b2); 106 b2 = a2; 108 b2 = _mm_srli_epi32(b2, 19); 111 diag1 = _mm_xor_si128(diag1, b2);
|
u1.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable in typeref:typename:__m128i 35 b2 = a2; 37 b2 = _mm_srli_epi32(b2, 19); 40 diag1 = _mm_xor_si128(diag1, b2); 107 b2 = a2; 109 b2 = _mm_srli_epi32(b2, 19); 112 diag1 = _mm_xor_si128(diag1, b2);
|