[inline]
Definition at line 16 of file hash.h.
00017 { 00018 static murmurhash2 pet(0xe086c5ff); 00019 return pet(key, length); 00020 }