Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext3/
Dhash.c38 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
42 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned()
46 hash1 = hash0; in dx_hack_hash_unsigned()
54 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
58 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373)); in dx_hack_hash_signed()
62 hash1 = hash0; in dx_hack_hash_signed()
/linux-3.4.99/fs/ext4/
Dhash.c40 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
44 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned()
48 hash1 = hash0; in dx_hack_hash_unsigned()
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
60 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373)); in dx_hack_hash_signed()
64 hash1 = hash0; in dx_hack_hash_signed()
/linux-3.4.99/arch/arm/mach-ux500/
Dclock.c388 static DEFINE_PRCC_CLK(6, hash1, 5, -1, NULL);
430 CLK(hash1, "hash1", NULL),
486 CLK(hash1, "hash1", NULL),
/linux-3.4.99/Documentation/dvb/
Dget_dvb_firmware557 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85";
567 verify($file1, $hash1);
/linux-3.4.99/drivers/net/ethernet/ti/
Dtlan.c1245 u32 hash1 = 0; in tlan_set_multicast_list() local
1276 hash1 |= (1 << offset); in tlan_set_multicast_list()
1284 tlan_dio_write32(dev->base_addr, TLAN_HASH_1, hash1); in tlan_set_multicast_list()
/linux-3.4.99/drivers/staging/et131x/
Det131x.c1099 u32 hash1 = 0; in et1310_setup_device_for_multicast() local
1122 hash1 |= (1 << result); in et1310_setup_device_for_multicast()
1139 writel(hash1, &rxmac->multi_hash1); in et1310_setup_device_for_multicast()