Home
last modified time | relevance | path

Searched defs:v3 (Results 1 – 4 of 4) sorted by relevance

/lib/
Dxxhash.c112 uint32_t v3 = seed + 0; in xxh32() local
182 uint64_t v3 = seed + 0; in xxh64() local
310 uint32_t v3 = state->v3; in xxh32_update() local
415 uint64_t v3 = state->v3; in xxh64_update() local
454 const uint64_t v3 = state->v3; in xxh64_digest() local
Drandom32.c338 unsigned long v3; member
366 unsigned long v0 = s->v0, v1 = s->v1, v2 = s->v2, v3 = s->v3; in siprand_u32() local
441 unsigned long v2 = state->v2, v3 = state->v3; in prandom_seed() local
465 unsigned long v0, v1, v2, v3; in prandom_init_early() local
510 unsigned long v1 = get_random_long(), v3 = v1 ^ PRND_K1; in prandom_reseed() local
Datomic64_test.c152 long long v3 = 0x8000000000000000LL; in test_atomic64() local
/lib/mpi/
Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; in mpi_invm() local