Home
last modified time | relevance | path

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

/u-boot/lib/
A Dxxhash.c83 uint32_t v4 = seed - PRIME32_1; in xxh32() local
153 uint64_t v4 = seed - PRIME64_1; in xxh64() local
281 uint32_t v4 = state->v4; in xxh32_update() local
386 uint64_t v4 = state->v4; in xxh64_update() local
425 const uint64_t v4 = state->v4; in xxh64_digest() local
A Dnet_utils.c70 struct in_addr v4; in string_to_ip6() local
132 struct in_addr v4 = string_to_ip(s); in string_to_ip6() local
/u-boot/include/linux/
A Dxxhash.h122 uint32_t v4; member
135 uint64_t v4; member

Completed in 6 milliseconds