Home
last modified time | relevance | path

Searched defs:v4 (Results 1 – 2 of 2) sorted by relevance

/lib/
Dxxhash.c113 uint32_t v4 = seed - PRIME32_1; in xxh32() local
183 uint64_t v4 = seed - PRIME64_1; in xxh64() local
311 uint32_t v4 = state->v4; in xxh32_update() local
416 uint64_t v4 = state->v4; in xxh64_update() local
455 const uint64_t v4 = state->v4; in xxh64_digest() local
Dvsprintf.c1627 struct sockaddr_in v4; in ip_addr_string() member