Searched refs:v2 (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | util.c | 448 U32 v2 = seed + PRIME32_2; in XXH32_endian_align() local 458 v2 += XXH_get32bits(p) * PRIME32_2; in XXH32_endian_align() 459 v2 = XXH_rotl32(v2, 13); in XXH32_endian_align() 460 v2 *= PRIME32_1; in XXH32_endian_align() 553 U64 v2 = seed + PRIME64_2; in XXH64_endian_align() local 565 v2 = XXH_rotl64(v2, 31); in XXH64_endian_align() 566 v2 *= PRIME64_1; in XXH64_endian_align() 586 v2 *= PRIME64_2; in XXH64_endian_align() 587 v2 = XXH_rotl64(v2, 31); in XXH64_endian_align() 588 v2 *= PRIME64_1; in XXH64_endian_align() [all …]
|
| /mOS-networking-stack/util/ |
| H A D | tdate_parse.c | 62 strlong_compare( v1, v2 ) in strlong_compare() argument 64 char* v2; 66 return strcmp( ((struct strlong*) v1)->s, ((struct strlong*) v2)->s );
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 5089 static struct block *gen_portrangeatom(off, v1, v2) in gen_portrangeatom() argument 5091 bpf_int32 v1, v2; 5095 if (v1 > v2) 5103 v1 = v2; 5104 v2 = vtemp; 5108 b2 = gen_cmp_le(OR_TRAN_IPV4, off, BPF_H, v2); 5194 bpf_int32 v1, v2; 5198 if (v1 > v2) 5206 v1 = v2; 5207 v2 = vtemp; [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | config.sub | 205 os=-sco3.2v2
|