Lines Matching full:uint64
201 return toInt(deb.uint64())
204 // uint64 returns and decodes the next unsigned integer, which must be present.
207 func (deb *debugger) uint64() uint64 {
247 n64, w, err := decodeUintReader(deb.r, deb.tmp) // deb.uint64 will error at EOF
272 // Convert the uint64 to a signed integer typeId
315 // uint returns the unsigned int at the input point, as a uint (not uint64).
317 return uint(deb.uint64())
332 x := int(deb.uint64())
345 delta := int(deb.uint64())
459 m := deb.uint64()
470 if nameLen := deb.uint64(); nameLen == 0 {
507 x := deb.uint64() // in case we want to ignore the value; we don't.
600 x := deb.uint64()
603 r := deb.uint64()
604 i := deb.uint64()
607 x := int(deb.uint64())
613 x := int(deb.uint64())
627 u := deb.uint64()
642 u := deb.uint64()
654 u := deb.uint64()
676 delta := deb.uint64()
696 len := deb.uint64()