Home
last modified time | relevance | path

Searched refs:hash1 (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/ext2/src/ext3/
H A Dhtree.c115 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
119 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned()
123 hash1 = hash0; in dx_hack_hash_unsigned()
131 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
135 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373)); in dx_hack_hash_signed()
139 hash1 = hash0; in dx_hack_hash_signed()
/reactos/drivers/filesystems/btrfs/
H A Dscrub.c2115 uint8_t hash1[MAX_HASH_SIZE]; in scrub_raid6_stripe() local
2121 get_tree_checksum(Vcb, th1, hash1); in scrub_raid6_stripe()
2129 …if ((c->devices[parity1]->devobj && RtlCompareMemory(hash1, th1, Vcb->csum_size) == Vcb->csum_size… in scrub_raid6_stripe()
2131 …if (!c->devices[parity1]->devobj || RtlCompareMemory(hash1, th1, Vcb->csum_size) != Vcb->csum_size… in scrub_raid6_stripe()
2200 uint8_t hash1[MAX_HASH_SIZE]; in scrub_raid6_stripe() local
2204 get_sector_csum(Vcb, &context->parity_scratch[i << Vcb->sector_shift], hash1); in scrub_raid6_stripe()
2209 …if ((c->devices[parity1]->devobj && RtlCompareMemory(hash1, (uint8_t*)context->csum + (bad_off1 * … in scrub_raid6_stripe()
2215 …if (c->devices[parity1]->devobj && RtlCompareMemory(hash1, (uint8_t*)context->csum + (bad_off1 * V… in scrub_raid6_stripe()
/reactos/sdk/include/psdk/
H A Doleauto.h1001 #define IsHashValCompatible(hash1,hash2) ((hash1) & 0xff0000 == (hash2) & 0xff0000) argument