Searched refs:GetPermutedValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/variations/
H A Dcaching_permuted_entropy_provider.h41 virtual uint16 GetPermutedValue(uint32 randomization_seed) const OVERRIDE;
H A Dcaching_permuted_entropy_provider.cc41 uint16 CachingPermutedEntropyProvider::GetPermutedValue( function in class:metrics::CachingPermutedEntropyProvider
47 value = PermutedEntropyProvider::GetPermutedValue(randomization_seed);
H A Dentropy_provider.cc122 return GetPermutedValue(randomization_seed) /
126 uint16 PermutedEntropyProvider::GetPermutedValue( function in class:metrics::PermutedEntropyProvider
H A Dentropy_provider.h83 virtual uint16 GetPermutedValue(uint32 randomization_seed) const;

Completed in 80 milliseconds