Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/
H A Dutil.c447 U32 v1 = seed + PRIME32_1 + PRIME32_2; in XXH32_endian_align() local
454 v1 += XXH_get32bits(p) * PRIME32_2; in XXH32_endian_align()
455 v1 = XXH_rotl32(v1, 13); in XXH32_endian_align()
456 v1 *= PRIME32_1; in XXH32_endian_align()
552 U64 v1 = seed + PRIME64_1 + PRIME64_2; in XXH64_endian_align() local
561 v1 = XXH_rotl64(v1, 31); in XXH64_endian_align()
562 v1 *= PRIME64_1; in XXH64_endian_align()
580 v1 *= PRIME64_2; in XXH64_endian_align()
581 v1 = XXH_rotl64(v1, 31); in XXH64_endian_align()
582 v1 *= PRIME64_1; in XXH64_endian_align()
[all …]
/mOS-networking-stack/util/
H A Dtdate_parse.c62 strlong_compare( v1, v2 ) in strlong_compare() argument
63 char* v1; in strlong_compare()
66 return strcmp( ((struct strlong*) v1)->s, ((struct strlong*) v2)->s );
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c571 int v0, v1; member
603 static int F(code, v0, v1) in F() argument
605 int v0, v1;
611 hash = (u_int) code ^ (v0 << 4) ^ (v1 << 8);
615 if (p->code == code && p->v0 == v0 && p->v1 == v1)
628 p->v1 = v1;
647 static void fold_op(s, v0, v1) in fold_op() argument
649 int v0, v1;
654 b = vmap[v1].const_val;
H A Dsf_gencode.c5089 static struct block *gen_portrangeatom(off, v1, v2) in gen_portrangeatom() argument
5091 bpf_int32 v1, v2;
5095 if (v1 > v2)
5102 vtemp = v1;
5103 v1 = v2;
5107 b1 = gen_cmp_ge(OR_TRAN_IPV4, off, BPF_H, v1);
5194 bpf_int32 v1, v2;
5198 if (v1 > v2)
5205 vtemp = v1;
5206 v1 = v2;
[all …]