Searched refs:hash2 (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java93 int hash2 = -1;
96 hash2 = currentTxn.hashCode();
97 assertTrue(hash == hash2);
101 hash2 = -1;
116 hash2 = currentTxn.hashCode();
119 assertTrue(hash == hash2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Djoin.t69 my %hash2 ;
92 ok 12, my $db2 = tie %hash2, 'BerkeleyDB::Hash',
232 untie %hash2 ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t1423 my %hash2 ;
1437 ok(167, tie(%hash2, 'DB_File',$Dfile2, O_RDWR|O_CREAT, 0640, $dbh2 ) );
1443 $hash2{defg} = 5;
1444 $hash2{xyz} = 2;
1445 $hash2{abcde} = 5;
1451 ok(171, safeUntie \%hash2);
H A Ddb-hash.t893 my %hash2 ;
907 ok(128, tie(%hash2, 'DB_File',$Dfile2, O_RDWR|O_CREAT, 0640, $dbh2 ) );
913 $hash2{defg} = 5;
914 $hash2{xyz} = 2;
915 $hash2{abcde} = 5;
921 ok(132, safeUntie \%hash2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf24 mangling method = hash2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c1131 u32 hash2; local
1164 hash2 = map[split].hash;
1165 continued = hash2 == map[split - 1].hash;
1167 dx_get_block(frame->at), hash2, split, count-split));
1178 if (hinfo->hash >= hash2)
1183 dx_insert_block (frame, hash2 + continued, newblock);
1503 unsigned hash2 = dx_get_hash(entries + icount1); local
1524 dx_insert_block (frames + 0, hash2, newblock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c1129 u32 hash2; local
1162 hash2 = map[split].hash;
1163 continued = hash2 == map[split - 1].hash;
1165 dx_get_block(frame->at), hash2, split, count-split));
1176 if (hinfo->hash >= hash2)
1181 dx_insert_block (frame, hash2 + continued, newblock);
1501 unsigned hash2 = dx_get_hash(entries + icount1); local
1522 dx_insert_block (frames + 0, hash2, newblock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dxircom_tulip_cb.c1537 u32 hash, hash2; local
1556 hash2 = hash + ((hash >> 4) << 4) +
1560 hash2 = 64 + hash + (hash >> 4) * 80;
1562 hptr = &hash_table[hash2 & ~0x1f];
1563 *hptr |= cpu_to_le32(1 << (hash2 & 0x1f));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtlan.c1326 u32 hash2 = 0; local
1351 hash2 |= ( 1 << ( offset - 32 ) );
1358 TLan_DioWrite32( dev->base_addr, TLAN_HASH_2, hash2 );

Completed in 178 milliseconds