Searched defs:v1 (Results 1 – 3 of 3) sorted by relevance
110 uint32_t v1 = seed + PRIME32_1 + PRIME32_2; in xxh32() local180 uint64_t v1 = seed + PRIME64_1 + PRIME64_2; in xxh64() local306 uint64_t v1 = state->v1; in xxh64_update() local345 const uint64_t v1 = state->v1; in xxh64_digest() local
107 int v1 = 0xdeadbeef; in test_atomic() local150 long long v1 = 0xdeadbeefdeafcafeLL; in test_atomic64() local
563 static bool __bpf_alu_result(u64 *res, u64 v1, u64 v2, u8 op) in __bpf_alu_result()2293 static bool __bpf_match_jmp_cond(s64 v1, s64 v2, u8 op) in __bpf_match_jmp_cond()
Completed in 18 milliseconds