Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dhash_inlines.h96 const uint32_t c2 = 0x1b873593; in hash_x86_32() local
108 k1 *= c2; in hash_x86_32()
126 k1 *= c2; h1 ^= k1; in hash_x86_32()
151 const uint32_t c2 = 0xab0e9789; in hash_x86_128() local
166 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1; in hash_x86_128()
171 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
212 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
218 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1; in hash_x86_128()
251 const uint64_t c2 = KQU(0x4cf5ad432745937f); in hash_x64_128() local
262 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1; in hash_x64_128()
[all …]
/third_party/lib/acpica/source/components/utilities/
A Dutnonansi.c150 int c2; in AcpiUtStricmp() local
156 c2 = tolower ((int) *String2); in AcpiUtStricmp()
161 while ((c1 == c2) && (c1)); in AcpiUtStricmp()
163 return (c1 - c2); in AcpiUtStricmp()
/third_party/ulib/jemalloc/bin/
A Djeprof.in1723 my $c2 = 0;
1726 $c2 += GetEntry($cumulative, $a);
1732 HtmlPrintNumber($c2),
1761 $running2 += $c2;
1763 $total2 += $c2;
1929 my $c2 = 0;
1932 $c2 += GetEntry($cumulative, $a);
1935 push(@cum_count, $c2);
1937 $cum_total += $c2;

Completed in 10 milliseconds