/src/games/sail/ |
dr_5.c | 74 int c1, c2, c3; local in function:mensent 90 c3 = men/10 ? crew[2] : 0; 91 c3 = *captured == 0 ? crew[2] : *pc; 93 c1 = c2 = c3 = 0; 94 return(c1 + c2 + c3);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/ |
gk20a.h | 32 int c3; member in struct:cvb_coef
|
/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
|
/src/sys/external/isc/libsodium/dist/test/default/ |
secretstream.c | 13 unsigned char *c1, *c2, *c3, *csave; local in function:main 38 c3 = (unsigned char *) 79 (state, c3, NULL, m3, m3_len, ad, ad_len, 106 c3, m3_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0); 111 c3, m3_len + crypto_secretstream_xchacha20poly1305_ABYTES, ad, ad_len); 120 c3, m3_len + crypto_secretstream_xchacha20poly1305_ABYTES, ad, ad_len); 300 sodium_free(c3);
|
/src/lib/libcrypt/ |
bcrypt.c | 109 u_int8_t c1, c2, c3, c4; local in function:decode_base64 122 c3 = CHAR64(*(p + 2)); 123 if (c3 == 255) 126 *bp++ = (((u_int32_t)c2 & 0x0f) << 4) | (((uint32_t)c3 & 0x3c) >> 2); 133 *bp++ = ((c3 & 0x03) << 6) | c4;
|
/src/sys/crypto/aes/arch/x86/ |
aes_sse2_subr.c | 562 uint32_t c0, c1, c2, c3; local in function:aes_sse2_ccm_enc1 577 c3 = be32dec(authctr + 16 + 4*3); 587 ctr = _mm_set_epi32(bswap32(++c3), c2, c1, c0); 604 be32enc(authctr + 16 + 4*3, c3); 619 uint32_t c0, c1, c2, c3; local in function:aes_sse2_ccm_dec1 631 c3 = be32dec(authctr + 16 + 4*3); 634 ctr = _mm_set_epi32(bswap32(++c3), c2, c1, c0); 666 ctr = _mm_set_epi32(bswap32(++c3), c2, c1, c0); 690 be32enc(authctr + 16 + 4*3, c3);
|
aes_via.c | 732 uint32_t c0, c1, c2, c3; local in function:aesvia_ccm_enc1 748 c3 = be32dec(authctr0 + 16 + 4*3); 766 be32enc(authctr + 16 + 4*3, ++c3); 780 be32enc(authctr0 + 16 + 4*3, c3); 798 uint32_t c0, c1, c2, c3; local in function:aesvia_ccm_dec1 806 c3 = be32dec(authctr0 + 16 + 4*3); 822 be32enc(authctr + 16 + 4*3, ++c3); 832 be32enc(authctr + 16 + 4*3, ++c3); 846 be32enc(authctr0 + 16 + 4*3, c3);
|
/src/sys/dev/rasops/ |
rasops24.c | 139 uint32_t c1, uint32_t c2, uint32_t c3, uint32_t c4) 143 xstamp[1] = (c2 << 16) | (c3 >> 8); 144 xstamp[2] = (c3 << 24) | c4; 166 uint32_t bg, fg, c1, c2, c3, c4; local in function:rasops24_makestamp 178 c3 = i & 8 ? fg : bg; 183 c3 = i & 16 ? fg : bg; 186 rasops24_makestamp1(ri, &stamp[i], c1, c2, c3, c4);
|
/src/sys/crypto/chacha/arch/arm/ |
chacha_neon.c | 116 uint32x4_t c0, c1, c2, c3; 132 c3 = vextq_u32(r3, r3, 3); 134 c0 = vaddq_u32(c0, c1); c3 ^= c0; c3 = rol16(c3); 135 c2 = vaddq_u32(c2, c3); c1 ^= c2; c1 = rol12(c1); 136 c0 = vaddq_u32(c0, c1); c3 ^= c0; c3 = rol8(c3); 137 c2 = vaddq_u32(c2, c3); c1 ^= c2; c1 = rol7(c1) 114 uint32x4_t c0, c1, c2, c3; local in function:chacha_permute [all...] |
/src/sys/crypto/aes/ |
aes_bear.c | 652 uint32_t c0, c1, c2, c3; local in function:aesbear_ccm_enc1 670 c3 = be32dec(authctr + 16 + 4*3); 683 q[2*3 + 1] = bswap32(++c3); 704 be32enc(authctr + 16 + 4*3, c3); 717 uint32_t c0, c1, c2, c3; local in function:aesbear_ccm_dec1 730 c3 = be32dec(authctr + 16 + 4*3); 736 q[2*3] = bswap32(++c3); 782 q[2*3] = bswap32(++c3); 807 be32enc(authctr + 16 + 4*3, c3);
|
/src/sys/arch/x86/x86/ |
identcpu.c | 414 uint8_t c3; local in function:cpu_probe_cyrix_cmn 450 c3 = cyrix_read_reg(0xC3); 451 cyrix_write_reg(0xC3, c3 | 0x10); 458 cyrix_write_reg(0xC3, c3); 517 * For reference on VIA Alternate Instructions, see the VIA C3 519 * http://www.bitsavers.org/components/viaTechnologies/C3-ais-appnote.pdf 521 * Disable unsafe ALTINST mode for VIA C3 processors, if necessary.
|
/src/usr.sbin/lpr/lpd/ |
lpd.c | 373 int c1, c2, c3; local in function:chkplushost 388 c3 = fgetc(fhost); 389 } while (c3 != EOF && c3 != '\n');
|
/src/sys/crypto/chacha/arch/x86/ |
chacha_sse2.c | 49 __m128i c0, c1, c2, c3; 65 c3 = _mm_shuffle_epi32(r3, 0x93); 67 c0 = _mm_add_epi32(c0, c1); c3 ^= c0; c3 = rol32(c3, 16); 68 c2 = _mm_add_epi32(c2, c3); c1 ^= c2; c1 = rol32(c1, 12); 69 c0 = _mm_add_epi32(c0, c1); c3 ^= c0; c3 = rol32(c3, 8); 70 c2 = _mm_add_epi32(c2, c3); c1 ^= c2; c1 = rol32(c1, 7) 48 __m128i c0, c1, c2, c3; local in function:chacha_permute [all...] |
/src/usr.sbin/iostat/ |
iostat.c | 584 int c1, c2, c3; local in function:drive_stats 589 c3 = LAYOUT_DRIVE_1_VOLUME; 593 c3 = LAYOUT_DRIVE_1_SPEED; 607 printf("%*s", c1 + 1 + c2 + 1 + c3 + 1, ""); 638 (void)printf(" %*.*f", c3, 648 int c1, c2, c3; local in function:drive_stats2 653 c3 = LAYOUT_DRIVE_2_TBUSY; 657 c3 = LAYOUT_DRIVE_2_BUSY; 671 printf("%*s", c1 + 1 + c2 + 1 + c3 + 1, ""); 692 (void)printf(" %*.2f", c3, atime / dtime) [all...] |
/src/sys/dev/pci/ |
cs4280.c | 1132 uint8_t c0, c1, c2, c3; local in function:cs4280_download 1149 c3 = bus_space_read_1(sc->ba1t, sc->ba1h, offset+ctr*4+3); 1150 con = (c3 << 24) | (c2 << 16) | (c1 << 8) | c0;
|
/src/bin/ksh/ |
vi.c | 704 int cur, c1, c2, c3 = 0; local in function:vi_cmd 1010 c3 = 1; 1026 if (c3) {
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
amdgpu_color_gamma.c | 128 const struct fixed31_32 c3 = local in function:compute_pq 142 (dc_fixpt_mul(c3, l_pow_m1)))); 157 const struct fixed31_32 c3 = local in function:compute_de_pq 172 div = dc_fixpt_sub(c2, dc_fixpt_mul(c3, l_pow_m1));
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
ed25519_ref10.c | 1116 int64_t c3 = 2097151 & (load_4(c + 7) >> 7); local in function:sc25519_muladd 1178 s3 = c3 + a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0;
|
/src/sbin/newfs_udf/ |
udf_core.c | 154 char c1, c2, c3, c4; local in function:parse_udfversion 180 c3 = *pos++; 181 if (c3 < '0' || c3 > '9') 183 c3 -= '0'; 189 *version = c1 * 0x100 + c2 * 0x10 + c3;
|