Searched refs:hash1 (Results 1 - 13 of 13) 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;
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
60 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373));
64 hash1 = hash0;
/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;
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
60 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373));
64 hash1 = hash0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Djoin.t30 my %hash1 ;
35 ok 1, my $db1 = tie %hash1, 'BerkeleyDB::Hash',
68 my %hash1 ;
83 ok 11, my $db1 = tie %hash1, 'BerkeleyDB::Hash',
231 untie %hash1 ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dvfat.h49 unsigned char hash1; /* Always 0? */ member in struct:vfat_subentry
H A Dvfat.c265 vse->hash1 = vse->sector_l = vse->sector_u = 0;
/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-hash.t892 my %hash1 ;
906 ok(127, tie(%hash1, 'DB_File',$Dfile, O_RDWR|O_CREAT, 0640, $dbh1 ) );
909 $hash1{DEFG} = 5;
910 $hash1{XYZ} = 2;
911 $hash1{ABCDE} = 5;
920 ok(131, safeUntie \%hash1);
932 my %hash1;
935 tie %hash1, 'DB_File',$Dfile, undef;
938 untie %hash1;
940 tie %hash1, 'DB_Fil
[all...]
H A Ddb-btree.t1422 my %hash1 ;
1436 ok(166, tie(%hash1, 'DB_File',$Dfile, O_RDWR|O_CREAT, 0640, $dbh1 ) );
1439 $hash1{DEFG} = 5;
1440 $hash1{XYZ} = 2;
1441 $hash1{ABCDE} = 5;
1450 ok(170, safeUntie \%hash1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h314 // md4cmp -- replacement for memcmp(hash1,hash2,16)
315 // Like 'memcmp' this function returns 0, if hash1==hash2, and !0, if hash1!=hash2.
316 // NOTE: Do *NOT* use that function for determining if hash1<hash2 or hash1>hash2.
317 inline int md4cmp(const void* hash1, const void* hash2) argument
319 return memcmp(hash1, hash2, 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_mac.c540 uint32_t hash1 = 0; local
559 hash1 |= (1 << result);
576 writel(hash1, &rxmac->multi_hash1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Dclock.c438 static DEFINE_PRCC_CLK(6, hash1, 5, -1, NULL);
488 CLK(hash1, "hash1", NULL),
586 CLK(hash1, "hash1", NULL),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/dvb/
H A Dget_dvb_firmware555 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85";
562 verify($file1, $hash1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtlan.c1317 u32 hash1 = 0; local
1345 hash1 |= ( 1 << offset );
1353 TLan_DioWrite32( dev->base_addr, TLAN_HASH_1, hash1 );

Completed in 265 milliseconds