Searched defs:hash_seed (Results 1 - 6 of 6) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_cluster.h11 __u32 hash_seed; member in struct:xt_cluster_match_info
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler_frontend.cc89 std::string hash_seed = cmd_line->GetSwitchValueASCII(kHashSeed); local
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) {
H A Djtl_compiler.cc201 const std::string& hash_seed,
207 jtl::Hasher hasher(hash_seed);
200 Compile(const std::string& source_code, const std::string& hash_seed, std::string* output_bytecode, CompileError* error_details) argument
/external/e2fsprogs/debugfs/
H A Dhtree.c301 __u32 hash_seed[4]; local
303 hash_seed[0] = hash_seed[1] = hash_seed[2] = hash_seed[3] = 0;
314 if (uuid_parse(optarg, (unsigned char *) hash_seed)) {
327 "[-s hash_seed] filename");
331 hash_seed, &hash, &minor_hash);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter.cc44 const char kAutomaticProfileResetStudyHashSeedParameterName[] = "hash_seed";
100 // |hash_seed| to use instead of the baked-in ones, retrieves those and returns
103 std::string* hash_seed) {
105 DCHECK(hash_seed);
113 hash_seed->swap(params[kAutomaticProfileResetStudyHashSeedParameterName]);
637 const std::string& hash_seed,
640 JtlInterpreter interpreter(hash_seed, program, program_input.get());
102 GetProgramAndHashSeedOverridesFromExperiment(std::string* program, std::string* hash_seed) argument
636 EvaluateConditionsOnWorkerPoolThread( const std::string& hash_seed, const std::string& program, scoped_ptr<base::DictionaryValue> program_input) argument
H A Dautomatic_profile_resetter_unittest.cc531 void SetTestingHashSeed(const std::string& hash_seed) { argument
532 testing_hash_seed_ = hash_seed;
553 variation_params["hash_seed"] = testing_hash_seed_;

Completed in 362 milliseconds