Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for s9 (0.06 sec)

  1. test/func.go

    	assertequal(r6, 6, "6")
    	r7, s7 := f7(1)
    	assertequal(r7, 7, "r7")
    	assertequal(int(s7), 7, "s7")
    	r8, s8 := f8(1)
    	assertequal(r8, 8, "r8")
    	assertequal(int(s8), 8, "s8")
    	r9, s9 := f9(1)
    	assertequal(r9, 9, "r9")
    	assertequal(int(s9), 9, "s9")
    	var t *T = new(T)
    	t.x = 1
    	t.y = 2
    	r10 := t.m10(1, 3.0)
    	assertequal(r10, 10, "10")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 03:28:53 UTC 2012
    - 1.3K bytes
    - Viewed (0)
  2. test/fixedbugs/issue13337.go

    func (S0) m() {}
    
    type S1 struct{ S0 }
    type S2 struct{ S1 }
    type S3 struct{ S2 }
    type S4 struct{ S3 }
    type S5 struct{ S4 }
    type S6 struct{ S5 }
    type S7 struct{ S6 }
    type S8 struct{ S7 }
    type S9 struct{ S8 }
    type S10 struct{ S9 }
    type S11 struct{ S10 }
    type S12 struct{ S11 }
    type S13 struct{ S12 }
    
    var _ = S13{}.f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 653 bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testsanitizers/testdata/asan_linkerx/main.go

    }
    
    func main() {
    	all := []*string{
    		&S1, &S2, &S3, &S4, &S5, &S6, &S7, &S8, &S9, &S10,
    		&p.S1, &p.S2, &p.S3, &p.S4, &p.S5, &p.S6, &p.S7, &p.S8, &p.S9, &p.S10,
    	}
    	for _, ps := range all {
    		pstring(ps)
    	}
    }
    
    var S1 string
    var S2 string
    var S3 string
    var S4 string
    var S5 string
    var S6 string
    var S7 string
    var S8 string
    var S9 string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 471 bytes
    - Viewed (0)
  4. test/ken/robfunc.go

    	assertequal(int(s7), 7, "s7")
    	var r8 int
    	var s8 float64
    	r8, s8 = f8(1)
    	assertequal(r8, 8, "r8")
    	assertequal(int(s8), 8, "s8")
    	var r9 int
    	var s9 float64
    	r9, s9 = f9(1)
    	assertequal(r9, 9, "r9")
    	assertequal(int(s9), 9, "s9")
    	var t *T = new(T)
    	t.x = 1
    	t.y = 2
    	r10 := t.m10(1, 3.0)
    	assertequal(r10, 10, "10")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 05:24:24 UTC 2012
    - 1.4K bytes
    - Viewed (0)
  5. src/internal/types/testdata/check/decls3.go

    }
    
    // The X in S6 and S7 annihilate, but they also block the X in S8.S9.
    type S5 struct {
    	S6
    	S7
    	S8
    }
    
    type S6 struct {
    	X int
    }
    
    type S7 S6
    
    type S8 struct {
    	S9
    }
    
    type S9 struct {
    	X int
    	Y int
    }
    
    // The X in S11.S6 and S12.S6 annihilate, but they also block the X in S13.S8.S9.
    type S10 struct {
    	S11
    	S12
    	S13
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 23:16:04 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testsanitizers/testdata/asan_linkerx/p/p.go

    package p
    
    var S1 string
    var S2 string
    var S3 string
    var S4 string
    var S5 string
    var S6 string
    var S7 string
    var S8 string
    var S9 string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 152 bytes
    - Viewed (0)
  7. src/runtime/signal_riscv64.go

    	print("s3  ", hex(c.s3()), "\t")
    	print("s4  ", hex(c.s4()), "\n")
    	print("s5  ", hex(c.s5()), "\t")
    	print("s6  ", hex(c.s6()), "\n")
    	print("s7  ", hex(c.s7()), "\t")
    	print("s8  ", hex(c.s8()), "\n")
    	print("s9  ", hex(c.s9()), "\t")
    	print("s10 ", hex(c.s10()), "\n")
    	print("s11 ", hex(c.s11()), "\t")
    	print("t3  ", hex(c.t3()), "\n")
    	print("t4  ", hex(c.t4()), "\t")
    	print("t5  ", hex(c.t5()), "\n")
    	print("t6  ", hex(c.t6()), "\t")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:17 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. src/runtime/signal_linux_riscv64.go

    func (c *sigctxt) s6() uint64  { return c.regs().sc_regs.s6 }
    func (c *sigctxt) s7() uint64  { return c.regs().sc_regs.s7 }
    func (c *sigctxt) s8() uint64  { return c.regs().sc_regs.s8 }
    func (c *sigctxt) s9() uint64  { return c.regs().sc_regs.s9 }
    func (c *sigctxt) s10() uint64 { return c.regs().sc_regs.s10 }
    func (c *sigctxt) s11() uint64 { return c.regs().sc_regs.s11 }
    func (c *sigctxt) t3() uint64  { return c.regs().sc_regs.t3 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 17 18:54:48 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  9. src/runtime/signal_openbsd_riscv64.go

    func (c *sigctxt) s6() uint64  { return uint64(c.regs().sc_s[6]) }
    func (c *sigctxt) s7() uint64  { return uint64(c.regs().sc_s[7]) }
    func (c *sigctxt) s8() uint64  { return uint64(c.regs().sc_s[8]) }
    func (c *sigctxt) s9() uint64  { return uint64(c.regs().sc_s[9]) }
    func (c *sigctxt) s10() uint64 { return uint64(c.regs().sc_s[10]) }
    func (c *sigctxt) s11() uint64 { return uint64(c.regs().sc_s[11]) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:17 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  10. src/internal/cpu/cpu_arm64_hwcap.go

    	ARM64.HasSHA2 = isSet(HWCap, hwcap_SHA2)
    	ARM64.HasCRC32 = isSet(HWCap, hwcap_CRC32)
    	ARM64.HasCPUID = isSet(HWCap, hwcap_CPUID)
    	ARM64.HasSHA512 = isSet(HWCap, hwcap_SHA512)
    
    	// The Samsung S9+ kernel reports support for atomics, but not all cores
    	// actually support them, resulting in SIGILL. See issue #28431.
    	// TODO(elias.naur): Only disable the optimization on bad chipsets on android.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top