Symbol: k0
include/siphash.h
64
uint64_t k0;
lib/libc/gdtoa/dtoa.c
119
j, j1, k, k0, k_check, leftright, m2, m5, s2, s5,
lib/libc/gdtoa/dtoa.c
344
k0 = k;
lib/libc/gdtoa/dtoa.c
436
k = k0;
lib/libc/gdtoa/gdtoa.c
159
int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits;
lib/libc/gdtoa/gdtoa.c
347
k0 = k;
lib/libc/gdtoa/gdtoa.c
444
k = k0;
lib/libc/hash/siphash.c
57
uint64_t k0, k1;
lib/libc/hash/siphash.c
59
k0 = le64toh(key->k0);
lib/libc/hash/siphash.c
62
ctx->v[0] = 0x736f6d6570736575ULL ^ k0;
lib/libc/hash/siphash.c
64
ctx->v[2] = 0x6c7967656e657261ULL ^ k0;
sbin/unwind/libunbound/util/siphash.c
109
v2 ^= k0;
sbin/unwind/libunbound/util/siphash.c
111
v0 ^= k0;
sbin/unwind/libunbound/util/siphash.c
97
uint64_t k0 = U8TO64_LE(k);
sys/arch/mips64/include/frame.h
62
register_t k0;
sys/arch/mips64/mips64/db_machdep.c
115
{ "k0", (long *)&ddb_regs.k0, FCN_NULL },
sys/crypto/siphash.c
57
uint64_t k0, k1;
sys/crypto/siphash.c
59
k0 = lemtoh64(&key->k0);
sys/crypto/siphash.c
62
ctx->v[0] = 0x736f6d6570736575ULL ^ k0;
sys/crypto/siphash.c
64
ctx->v[2] = 0x6c7967656e657261ULL ^ k0;
sys/crypto/siphash.h
62
uint64_t k0;
usr.bin/ssh/umac.c
338
UINT32 k0,k1,k2,k3,k4,k5,k6,k7;
usr.bin/ssh/umac.c
346
k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
usr.bin/ssh/umac.c
348
h += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
371
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
usr.bin/ssh/umac.c
376
k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
usr.bin/ssh/umac.c
385
h1 += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
397
k0 = k8; k1 = k9; k2 = k10; k3 = k11;
usr.bin/ssh/umac.c
418
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
usr.bin/ssh/umac.c
424
k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
usr.bin/ssh/umac.c
434
h1 += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
450
k0 = k8; k1 = k9; k2 = k10; k3 = k11;
usr.bin/ssh/umac.c
473
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
usr.bin/ssh/umac.c
481
k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
usr.bin/ssh/umac.c
492
h1 += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
512
k0 = k8; k1 = k9; k2 = k10; k3 = k11;
usr.sbin/nsd/siphash.c
84
uint64_t k0 = U8TO64_LE(k);
usr.sbin/nsd/siphash.c
92
v2 ^= k0;
usr.sbin/nsd/siphash.c
94
v0 ^= k0;
usr.sbin/unbound/util/siphash.c
109
v2 ^= k0;
usr.sbin/unbound/util/siphash.c
111
v0 ^= k0;
usr.sbin/unbound/util/siphash.c
97
uint64_t k0 = U8TO64_LE(k);