Lines Matching full:sum64
15 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) }
24 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint64; @"".s·4 = @"".d·2.Sum64(); return append(@"".in·3, byte(@"".s·4 >> 0x38), byte(@"".s·4 >> 0x30), byte(@"".s·4 >> 0x28), byte(@"".s·4 >> 0x20), byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
25 func (@"".d·2 *@"".digest "esc:0x1") Sum64 () (? uint64) { return @"".d·2.@"".crc }
79 T<