Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dhash.c39 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
43 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned()
47 hash1 = hash0; in dx_hack_hash_unsigned()
55 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
59 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373)); in dx_hack_hash_signed()
63 hash1 = hash0; in dx_hack_hash_signed()
/linux-4.4.14/Documentation/dvb/
Dget_dvb_firmware571 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85";
581 verify($file1, $hash1);
714 my $hash1 = "02fcf11174eda84745dae7e61c5ff9ba";
723 verify("$fwfile1", $hash1);
/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.c1283 u32 hash1 = 0; in tlan_set_multicast_list() local
1314 hash1 |= (1 << offset); in tlan_set_multicast_list()
1322 tlan_dio_write32(dev->base_addr, TLAN_HASH_1, hash1); in tlan_set_multicast_list()
/linux-4.4.14/drivers/net/ethernet/agere/
Det131x.c948 u32 hash1 = 0; in et1310_setup_device_for_multicast() local
971 hash1 |= (1 << result); in et1310_setup_device_for_multicast()
988 writel(hash1, &rxmac->multi_hash1); in et1310_setup_device_for_multicast()