Lines Matching full:sum64
13 type @"hash".Hash64 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum64() (? uint64); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
14 func @"".New64 () (? @"hash".Hash64) { var @"".s·2 @"".sum64; @"".s·2 = @"".sum64(0xcbf29ce484222325); return &@"".s·2 }
32 type @"".sum64 uint64
33 func (@"".s·2 *@"".sum64 "esc:0x1") BlockSize () (? int) { return 0x1 }
34 func (@"".s·1 *@"".sum64 "esc:0x1") Reset () { *@"".s·1 = @"".sum64(0xcbf29ce484222325) }
35 func (@"".s·2 *@"".sum64 "esc:0x1") Size () (? int) { return 0x8 }
36 func (@"".s·2 *@"".sum64 "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".v·4 uint64; @"".v·4 = uint64(*@"".s·2); return append(@"".in·3, byte(@"".v·4 >> 0x38), byte(@"".v·4 >> 0x30), byte(@"".v·4 >> 0x28), byte(@"".v·4 >> 0x20), byte(@"".v·4 >> 0x18), byte(@"".v·4 >> 0x10), byte(@"".v·4 >> 0x8), byte(@"".v·4)) }
37 func (@"".s·2 *@"".sum64 "esc:0x1") Sum64 () (? uint64) { return uint64(*@"".s·2) }
38 func (@"".s·3 *@"".sum64 "esc:0x1") Write (@"".data·4 []byte "esc:0x1") (? int, ? error)
45 func (@"".s·2 *@"".sum64a "esc:0x1") Sum64 () (? uint64) { return uint64(*@"".s·2) }
70 L type."".sum64