Home
last modified time | relevance | path

Searched refs:hashString (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/cg/
DPixelDumpSupportCG.cpp71 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext()
104 hashString[0] = '\0'; in computeMD5HashStringForBitmapContext()
106 snprintf(hashString, 33, "%s%02x", hashString, hash[i]); in computeMD5HashStringForBitmapContext()
/external/webkit/Tools/WebKitTestRunner/cg/
DTestInvocationCG.cpp65 void computeMD5HashStringForContext(CGContextRef bitmapContext, char hashString[33]) in computeMD5HashStringForContext()
97 hashString[0] = '\0'; in computeMD5HashStringForContext()
99 snprintf(hashString, 33, "%s%02x", hashString, hash[i]); in computeMD5HashStringForContext()
/external/webkit/Tools/DumpRenderTree/cairo/
DPixelDumpSupportCairo.cpp64 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33]) in computeMD5HashStringForBitmapContext()
84 snprintf(hashString, 33, "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x", in computeMD5HashStringForBitmapContext()
/external/webkit/Tools/DumpRenderTree/
DPixelDumpSupport.h38 void computeMD5HashStringForBitmapContext(BitmapContext*, char hashString[33]);
/external/srec/portable/src/
Dphashtable.c69 static unsigned int hashString(const void *key) in hashString() function
101 tmp->args.hashFunction = hashString; in PHashTableCreate()