Esempio n. 1
0
 // Token: 0x06000D79 RID: 3449 RVA: 0x00034BB4 File Offset: 0x00032DB4
 public static int SINT_BLOCK(Array key, uint seed)
 {
     return((int)MurmurHash2.UINT_BLOCK(key, Buffer.ByteLength(key), seed));
 }
Esempio n. 2
0
 // Token: 0x06000D78 RID: 3448 RVA: 0x00034BA8 File Offset: 0x00032DA8
 public static int SINT_BLOCK(Array key, int len, uint seed)
 {
     return((int)MurmurHash2.UINT_BLOCK(key, len, seed));
 }