File: stub.go

package info (click to toggle)
golang-github-mmcloughlin-avo 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 15,024 kB
  • sloc: xml: 71,029; asm: 14,862; sh: 194; makefile: 21; ansic: 11
file content (15 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by command: go run asm.go -out issue336.s -stubs stub.go. DO NOT EDIT.

package issue336

// Not8 returns the boolean negation of x using a 8-bit intermediate.
func Not8(x bool) bool

// Not16 returns the boolean negation of x using a 16-bit intermediate.
func Not16(x bool) bool

// Not32 returns the boolean negation of x using a 32-bit intermediate.
func Not32(x bool) bool

// Not64 returns the boolean negation of x using a 64-bit intermediate.
func Not64(x bool) bool