Searched defs:Hash (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.hpp42 typedef int (*Hash)(const void *key); typedef
48 class bucket *_bin; // Hash table is array of buckets
51 const Hash _hash; // Hashing function
59 Dict( CmpKey cmp, Hash hash );
60 Dict( CmpKey cmp, Hash hash, Arena *arena, int size=16 );
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.hpp40 typedef int (*Hash)(const void *key); typedef
47 class bucket *_bin; // Hash table is array of buckets
50 const Hash _hash; // Hashing function
58 Dict( CmpKey cmp, Hash hash );
59 Dict( CmpKey cmp, Hash hash, Arena *arena );
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java164 Hash = 128, field in class:Token

Completed in 32 milliseconds