Searched refs:hash0 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dhash.c40 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
44 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373));
48 hash1 = hash0;
49 hash0 = hash;
51 return hash0 << 1;
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
60 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373));
64 hash1 = hash0;
65 hash0 = hash;
67 return hash0 <<
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dhash.c40 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
44 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373));
48 hash1 = hash0;
49 hash0 = hash;
51 return hash0 << 1;
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
60 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373));
64 hash1 = hash0;
65 hash0 = hash;
67 return hash0 <<
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddirhash.c122 __u32 hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
124 __u32 hash = hash1 + (hash0 ^ (*name++ * 7152373));
127 hash1 = hash0;
128 hash0 = hash;
130 return (hash0 << 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Dclock.c442 static DEFINE_PRCC_CLK(6, hash0, 2, -1, NULL);
490 CLK(hash0, "hash0", NULL),

Completed in 70 milliseconds