Lines Matching refs:hash
54 uint32_t hash[MD5_HASH_WORDS];
60 uint32_t hash[MD5_HASH_WORDS];
207 diff = memcmp(i->hash, c->hash, sizeof(i->hash));
232 memcpy(c->hash, i->hash, sizeof(i->hash));
251 s = sizeof(items[i].hash) / sizeof(uint32_t);
252 r = bloom_set(bloom, items[i].hash, s);
261 static void crc_buf(void *buf, uint32_t *hash)
263 struct fio_md5_ctx ctx = { .hash = hash };
298 crc_buf(thisptr, items[i].hash);
473 printf("c hash %8x %8x %8x %8x, count %lu\n", c->hash[0], c->hash[1], c->hash[2], c->hash[3], (unsigned long) c->count);