Searched defs:hashFunction (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputESSL.cpp11 ShHashFunction64 hashFunction,
15 : TOutputGLSLBase(objSink, clampingStrategy, hashFunction, nameMap, symbolTable, shaderVersion)
9 TOutputESSL(TInfoSinkBase& objSink, ShArrayIndexClampingStrategy clampingStrategy, ShHashFunction64 hashFunction, NameMap& nameMap, TSymbolTable& symbolTable, int shaderVersion) argument
H A DOutputGLSL.cpp11 ShHashFunction64 hashFunction,
15 : TOutputGLSLBase(objSink, clampingStrategy, hashFunction, nameMap, symbolTable, shaderVersion)
9 TOutputGLSL(TInfoSinkBase& objSink, ShArrayIndexClampingStrategy clampingStrategy, ShHashFunction64 hashFunction, NameMap& nameMap, TSymbolTable& symbolTable, int shaderVersion) argument
H A DCompiler.h79 ShHashFunction64 getHashFunction() const { return hashFunction; }
175 ShHashFunction64 hashFunction; member in class:TCompiler
H A DVariableInfo.cpp134 ShHashFunction64 hashFunction)
143 mHashFunction(hashFunction)
254 NameHashingTraverser(ShHashFunction64 hashFunction) argument
255 : mHashFunction(hashFunction)
129 CollectVariables(std::vector<sh::Attribute> *attribs, std::vector<sh::Attribute> *outputVariables, std::vector<sh::Uniform> *uniforms, std::vector<sh::Varying> *varyings, std::vector<sh::InterfaceBlock> *interfaceBlocks, ShHashFunction64 hashFunction) argument
H A DOutputGLSLBase.cpp45 ShHashFunction64 hashFunction,
53 mHashFunction(hashFunction),
43 TOutputGLSLBase(TInfoSinkBase &objSink, ShArrayIndexClampingStrategy clampingStrategy, ShHashFunction64 hashFunction, NameMap &nameMap, TSymbolTable &symbolTable, int shaderVersion) argument
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionsTest.java41 private static void assertInvariants(HashFunction hashFunction) { argument
46 HashCode hashcode1 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
47 HashCode hashcode2 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
49 assertEquals(hashFunction.bits(), hashcode1.bits());
50 assertEquals(hashFunction.bits(), hashcode1.asBytes().length * 8);
55 assertHashBytesThrowsCorrectExceptions(hashFunction);
58 private static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) { argument
59 hashFunction.hashBytes(new byte[64], 0, 0);
62 hashFunction.hashBytes(new byte[128], -1, 128);
66 hashFunction
[all...]
H A DHashTestUtils.java46 static void verifyHashFunction(HashFn hashFunction, int hashbits, int expected) { argument
56 byte[] hash = hashFunction.hash(Arrays.copyOf(key, i), seed);
61 byte[] result = hashFunction.hash(hashes, 0);
/external/srec/portable/include/
H A Dphashtable.h111 PHashFunction hashFunction; member in struct:PHashTableArgs_t
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.c149 ** The name of the function is "hashFunction". The function takes a
150 ** single parameter "keyClass". The return value of hashFunction()
152 ** of hashFunction() is a pointer to a function that takes two parameters
155 static int (*hashFunction(int keyClass))(const void*,int){ function
242 xHash = hashFunction(pH->keyClass);
326 xHash = hashFunction(pH->keyClass);
357 xHash = hashFunction(pH->keyClass);
H A Dfts1_hash.c129 ** The name of the function is "hashFunction". The function takes a
130 ** single parameter "keyClass". The return value of hashFunction()
132 ** of hashFunction() is a pointer to a function that takes two parameters
135 static int (*hashFunction(int keyClass))(const void*,int){ function
200 xHash = hashFunction(pH->keyClass);
284 xHash = hashFunction(pH->keyClass);
320 xHash = hashFunction(pH->keyClass);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.c134 ** The name of the function is "hashFunction". The function takes a
135 ** single parameter "keyClass". The return value of hashFunction()
137 ** of hashFunction() is a pointer to a function that takes two parameters
140 static int (*hashFunction(int keyClass))(const void*,int){ function
205 xHash = hashFunction(pH->keyClass);
289 xHash = hashFunction(pH->keyClass);
325 xHash = hashFunction(pH->keyClass);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2024 milliseconds