/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/ |
gk20a.h | 33 int c4; member in struct:cvb_coef
|
/src/lib/libcrypt/ |
bcrypt.c | 109 u_int8_t c1, c2, c3, c4; local in function:decode_base64 130 c4 = CHAR64(*(p + 3)); 131 if (c4 == 255) 133 *bp++ = ((c3 & 0x03) << 6) | c4;
|
/src/sys/dev/rasops/ |
rasops24.c | 139 uint32_t c1, uint32_t c2, uint32_t c3, uint32_t c4) 144 xstamp[2] = (c3 << 24) | c4; 166 uint32_t bg, fg, c1, c2, c3, c4; local in function:rasops24_makestamp 179 c4 = i & 4 ? fg : bg; 184 c4 = i & 32 ? fg : bg; 186 rasops24_makestamp1(ri, &stamp[i], c1, c2, c3, c4);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
ed25519_ref10.c | 1117 int64_t c4 = 2097151 & (load_4(c + 10) >> 4); local in function:sc25519_muladd 1179 s4 = c4 + a0 * b4 + a1 * b3 + a2 * b2 + a3 * b1 + a4 * b0;
|
/src/sbin/newfs_udf/ |
udf_core.c | 154 char c1, c2, c3, c4; local in function:parse_udfversion 185 c4 = *pos++; 186 if (c4 != 0)
|