HomeSort by relevance Sort by last modified time
    Searched refs:hashval2 (Results 1 - 4 of 4) sorted by null

  /external/zopfli/src/zopfli/
hash.h 40 int* hashval2; /* Index to hash value at this index. */ member in struct:ZopfliHash
hash.c 55 h->hashval2 = (int*)malloc(sizeof(*h->hashval2) * window_size);
61 h->hashval2[i] = -1;
74 free(h->hashval2);
121 h->hashval2[hpos] = h->val2;
122 if (h->head2[h->val2] != -1 && h->hashval2[h->head2[h->val2]] == h->val2) {
lz77.c 334 h->val2 == h->hashval2[p]) {
338 hhashval = h->hashval2;
  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_security_test.py 50 hashval2 = security.hash_password(unicode(password), 'sha1', u'bar')
52 self.assertEqual(hashval1, hashval2)
55 hashval2 = security.hash_password(unicode(password), 'md5', None)
57 self.assertEqual(hashval1, hashval2)

Completed in 56 milliseconds