Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zero1023_ssa (0.4 sec)

  1. src/cmd/compile/internal/test/testdata/zero_test.go

    	pre  [8]byte
    	mid  [10]byte
    	post [8]byte
    }
    
    //go:noinline
    func zero10_ssa(x *[10]byte) {
    	*x = [10]byte{}
    }
    func testZero10(t *testing.T) {
    	a := Z10{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [10]byte{255, 255, 255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    	zero10_ssa(&a.mid)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 49.6K bytes
    - Viewed (0)
Back to top