HomeSort by: relevance | last modified time | path
    Searched defs:b3 (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
varname-dot-make-mode.mk 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT
35 a1 a2 a3 b1 b2 b3 c1 c2 c3: target
varname-dot-make-mode.mk 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT
35 a1 a2 a3 b1 b2 b3 c1 c2 c3: target
  /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
43 b3 = a3;
45 b3 = _mm_srli_epi32(b3, 14);
48 diag0 = _mm_xor_si128(diag0, b3);
115 b3 = a3;
117 b3 = _mm_srli_epi32(b3, 14);
120 diag0 = _mm_xor_si128(diag0, b3);
u1.h 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable in typeref:typename:__m128i
44 b3 = a3;
46 b3 = _mm_srli_epi32(b3, 14);
49 diag0 = _mm_xor_si128(diag0, b3);
116 b3 = a3;
118 b3 = _mm_srli_epi32(b3, 14);
121 diag0 = _mm_xor_si128(diag0, b3);
u0.h 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable in typeref:typename:__m128i
43 b3 = a3;
45 b3 = _mm_srli_epi32(b3, 14);
48 diag0 = _mm_xor_si128(diag0, b3);
115 b3 = a3;
117 b3 = _mm_srli_epi32(b3, 14);
120 diag0 = _mm_xor_si128(diag0, b3);
u1.h 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable in typeref:typename:__m128i
44 b3 = a3;
46 b3 = _mm_srli_epi32(b3, 14);
49 diag0 = _mm_xor_si128(diag0, b3);
116 b3 = a3;
118 b3 = _mm_srli_epi32(b3, 14);
121 diag0 = _mm_xor_si128(diag0, b3);
  /src/tests/fs/vfs/
t_io.c 51 char *b2, *b3; local in function:holywrite
66 REQUIRE_LIBC(b3 = malloc(2 * getpagesize()), NULL);
70 memset(b3, 0, therange);
71 memset(b3 + getpagesize() - 1, 'B', 2);
73 ATF_REQUIRE_EQ(memcmp(b2, b3, therange), 0);
t_io.c 51 char *b2, *b3; local in function:holywrite
66 REQUIRE_LIBC(b3 = malloc(2 * getpagesize()), NULL);
70 memset(b3, 0, therange);
71 memset(b3 + getpagesize() - 1, 'B', 2);
73 ATF_REQUIRE_EQ(memcmp(b2, b3, therange), 0);
  /src/sys/arch/macppc/dev/
ams.c 654 u_char b3[9] = {8, 0x99, 0x94, 0x19, 0xff, 0xb2, 0x8a, 0x1b, 0x50}; local in function:init_trackpad
669 adb_op_sync((Ptr)b3, NULL, (Ptr)0, cmd);
ams.c 654 u_char b3[9] = {8, 0x99, 0x94, 0x19, 0xff, 0xb2, 0x8a, 0x1b, 0x50}; local in function:init_trackpad
669 adb_op_sync((Ptr)b3, NULL, (Ptr)0, cmd);
zs.c 611 int b3 = b2 >> 1, e3 = abs(b3-bps); local in function:zs_set_speed
627 rate1 = b3;
zs.c 611 int b3 = b2 >> 1, e3 = abs(b3-bps); local in function:zs_set_speed
627 rate1 = b3;
  /src/sys/crypto/aes/
aes_bear.c 718 uint32_t b0, b1, b2, b3; local in function:aesbear_ccm_dec1
760 b3 = le32dec(in + 4*3) ^ q[2*3];
766 q[2*3 + 1] ^= b3;
772 le32enc(out + 4*3, b3);
aes_bear.c 718 uint32_t b0, b1, b2, b3; local in function:aesbear_ccm_dec1
760 b3 = le32dec(in + 4*3) ^ q[2*3];
766 q[2*3 + 1] ^= b3;
772 le32enc(out + 4*3, b3);
  /src/sys/dev/raidframe/
rf_nwayxor.c 109 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor2
131 b3 = b[3];
140 a3 ^= b3;
148 b3 = c[3];
152 a3 ^= b3;
173 b3 = _b[3]; _b += 4;
180 a3 ^= b3; b3 = _n[3]; \
188 a3 ^= b3; _dst[3] = a3; \
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...]
rf_nwayxor.c 109 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; local in function:rf_nWayXor2
131 b3 = b[3];
140 a3 ^= b3;
148 b3 = c[3];
152 a3 ^= b3;
173 b3 = _b[3]; _b += 4;
180 a3 ^= b3; b3 = _n[3]; \
188 a3 ^= b3; _dst[3] = a3; \
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/usr.sbin/repquota/
repquota.c 287 char b0[2][20], b1[20], b2[20], b3[20]; local in function:printquotas
375 intprt(b3, width+1, q[objtype].qv_hardlimit,
repquota.c 287 char b0[2][20], b1[20], b2[20], b3[20]; local in function:printquotas
375 intprt(b3, width+1, q[objtype].qv_hardlimit,
  /src/sys/arch/ews4800mips/sbd/
kbms_sbdio.c 225 u_int b3 = (buttons & 0x4) >> 2; local in function:kbms_sbdio_intr
226 buttons = (buttons & 0x2) | b1 | b3;
kbms_sbdio.c 225 u_int b3 = (buttons & 0x4) >> 2; local in function:kbms_sbdio_intr
226 buttons = (buttons & 0x2) | b1 | b3;
  /src/sys/arch/amiga/dev/
if_esreg.h 67 } b3; member in union:smcregs
if_esreg.h 67 } b3; member in union:smcregs
  /src/sys/arch/mac68k/dev/
zs.c 547 int b3 = b2 >> 1, e3 = abs(b3-bps); local in function:zs_set_speed
563 rate1 = b3;
zs.c 547 int b3 = b2 >> 1, e3 = abs(b3-bps); local in function:zs_set_speed
563 rate1 = b3;
  /src/sys/arch/atari/dev/
zs.c 1234 int b3 = freq / 64, d3 = abs(b3 - wanted); local in function:zsbaudrate
1244 bps = b3;

Completed in 129 milliseconds

1 2