Home
last modified time | relevance | path

Searched refs:HashFunction (Results 1 – 20 of 20) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dhash.h73 typedef T (*HashFunction)(const char *);
74 HashFunction function;
92 inline NamedHashFunction<uint16_t>::HashFunction FindHashFunction16(
103 inline NamedHashFunction<uint32_t>::HashFunction FindHashFunction32(
114 inline NamedHashFunction<uint64_t>::HashFunction FindHashFunction64(
/third_party/flatbuffers/src/
Dflathash.cpp60 flatbuffers::NamedHashFunction<uint16_t>::HashFunction hash_function16 = in main()
62 flatbuffers::NamedHashFunction<uint32_t>::HashFunction hash_function32 = in main()
64 flatbuffers::NamedHashFunction<uint64_t>::HashFunction hash_function64 = in main()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h250 enum HashFunction { XX_HASH, MURMUR_HASH_2 }; enum
251 HashFunction hash_function;
Dxds_api.cc1837 cds_update.hash_function = XdsApi::CdsUpdate::HashFunction::XX_HASH; in CdsResponseParse()
1843 XdsApi::CdsUpdate::HashFunction::MURMUR_HASH_2; in CdsResponseParse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp122 uint16_t HashFunction = dwarf::DW_hash_function_djb; member
285 Asm->emitInt16(HashFunction); in emit()
626 << "Hash Function: " << HashFunction << "\n" in print()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h121 ShHashFunction64 getHashFunction() const { return mResources.HashFunction; } in getHashFunction()
Dgen_builtin_symbols.py614 class HashFunction: class
1367 hashfn = HashFunction(f1, f2, G)
DShaderLang.cpp229 resources->HashFunction = nullptr; in InitBuiltInResources()
DCompiler.cpp767 mResources.HashFunction, &mSymbolTable, mShaderType, mExtensionBehavior); in checkAndSimplifyAST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h137 ShHashFunction64 getHashFunction() const { return mResources.HashFunction; } in getHashFunction()
Dgen_builtin_symbols.py1312 class HashFunction: class
2096 mangled_hashfn = HashFunction(f1, f2, mangled_G)
2108 unmangled_hashfn = HashFunction(f1, f2, unmangled_G)
DShaderLang.cpp256 resources->HashFunction = nullptr; in InitBuiltInResources()
DCompiler.cpp968 &mShaderStorageBlocks, mResources.HashFunction, &mSymbolTable, mShaderType, in checkAndSimplifyAST()
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h386 ShHashFunction64 HashFunction; member
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dcds.cc455 case XdsApi::CdsUpdate::HashFunction::XX_HASH: in OnClusterChanged()
458 case XdsApi::CdsUpdate::HashFunction::MURMUR_HASH_2: in OnClusterChanged()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h451 ShHashFunction64 HashFunction; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp54 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
141 W.printHex("Hash function", HashFunction); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h87 uint16_t HashFunction; member
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DCollectVariables_test.cpp795 resources.HashFunction = SimpleTestHash; in SetUp()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DCollectVariables_test.cpp821 resources.HashFunction = SimpleTestHash; in SetUp()