Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,130 for quint8 (0.22 sec)

  1. api/go1.23.txt

    pkg crypto/tls, type QUICSessionTicketOptions struct, Extra [][]uint8 #63691
    pkg crypto/x509, func ParseOID(string) (OID, error) #66249
    pkg crypto/x509, method (*OID) UnmarshalBinary([]uint8) error #66249
    pkg crypto/x509, method (*OID) UnmarshalText([]uint8) error #66249
    pkg crypto/x509, method (OID) MarshalBinary() ([]uint8, error) #66249
    pkg crypto/x509, method (OID) MarshalText() ([]uint8, error) #66249
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 20:48:49 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. test/fixedbugs/bug456.go

    // Issue 3907: out of fixed registers in nested byte multiply.
    // Used to happen with both 6g and 8g.
    
    package main
    
    func F(a, b, c, d uint8) uint8 {
    	return a * (b * (c * (d *
    		(a * (b * (c * (d *
    			(a * (b * (c * (d *
    				a * (b * (c * d)))))))))))))
    }
    
    func main() {
    	var a, b, c, d uint8 = 1, 1, 1, 1
    	x := F(a, b, c, d)
    	if x != 1 {
    		println(x)
    		panic("x != 1")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 544 bytes
    - Viewed (0)
  3. test/ken/convert.go

    			i8 = int8(v); i64 = int64(i8); w = big(i64)
    		case ti8*100 + tu64:
    			i8 = int8(v); u64 = uint64(i8); w = big(u64)
    		case ti8*100 + tf32:
    			i8 = int8(v); f32 = float32(i8); w = big(f32)
    		case ti8*100 + tf64:
    			i8 = int8(v); f64 = float64(i8); w = big(f64)
    
    		case tu8*100 + ti8:
    			u8 = uint8(v); i8 = int8(u8); w = big(i8)
    		case tu8*100 + tu8:
    			u8 = uint8(v); u8 = uint8(u8); w = big(u8)
    		case tu8*100 + ti16:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 05:24:24 UTC 2012
    - 14.9K bytes
    - Viewed (0)
  4. test/fixedbugs/issue20530.go

    package main
    
    var a uint8
    
    //go:noinline
    func f() {
    	b := int8(func() int32 { return -1 }())
    	a = uint8(b)
    	if int32(a) != 255 {
    		// Failing case prints 'got 255 expected 255'
    		println("got", a, "expected 255")
    	}
    }
    
    //go:noinline
    func g() {
    	b := int8(func() uint32 { return 0xffffffff }())
    	a = uint8(b)
    	if int32(a) != 255 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 31 14:44:02 UTC 2017
    - 614 bytes
    - Viewed (0)
  5. test/codegen/noextend.go

    var sval32 [8]int32
    var sval16 [8]int16
    var sval8 [8]int8
    var val64 [8]uint64
    var val32 [8]uint32
    var val16 [8]uint16
    var val8 [8]uint8
    
    // Avoid zero/sign extensions following a load
    // which has extended the value correctly.
    // Note: No tests are done for int8 since
    // an extra extension is usually needed due to
    // no signed byte load.
    
    func set16(x8 int8, u8 *uint8, y8 int8, z8 uint8) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. src/internal/runtime/atomic/atomic_wasm.go

    //go:noinline
    func Xchguintptr(ptr *uintptr, new uintptr) uintptr {
    	old := *ptr
    	*ptr = new
    	return old
    }
    
    //go:nosplit
    //go:noinline
    func And8(ptr *uint8, val uint8) {
    	*ptr = *ptr & val
    }
    
    //go:nosplit
    //go:noinline
    func Or8(ptr *uint8, val uint8) {
    	*ptr = *ptr | val
    }
    
    // NOTE: Do not add atomicxor8 (XOR is not idempotent).
    
    //go:nosplit
    //go:noinline
    func And(ptr *uint32, val uint32) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  7. internal/grid/msg_gen.go

    		return
    	}
    	{
    		var zb0002 uint8
    		zb0002, err = dc.ReadUint8()
    		if err != nil {
    			err = msgp.WrapError(err, "Handler")
    			return
    		}
    		z.Handler = HandlerID(zb0002)
    	}
    	{
    		var zb0003 uint8
    		zb0003, err = dc.ReadUint8()
    		if err != nil {
    			err = msgp.WrapError(err, "Op")
    			return
    		}
    		z.Op = Op(zb0003)
    	}
    	{
    		var zb0004 uint8
    		zb0004, err = dc.ReadUint8()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Nov 21 01:09:35 UTC 2023
    - 18.8K bytes
    - Viewed (0)
  8. api/go1.3.txt

    pkg syscall (freebsd-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
    pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [6]uint8
    pkg syscall (freebsd-arm), type Flock_t struct, Pad_cgo_0 [4]uint8
    pkg syscall (freebsd-arm), type IfData struct, Pad_cgo_0 [4]uint8
    pkg syscall (freebsd-arm), type Termios struct
    pkg syscall (freebsd-arm), type Termios struct, Cc [20]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  9. test/fixedbugs/bug296.go

    package main
    
    type I interface {
    	m(a, b, c, d, e, f, g, h byte)
    }
    
    type Int8 int8
    
    func (x Int8) m(a, b, c, d, e, f, g, h byte) {
    	check("Int8", int64(x), 0x01, a, b, c, d, e, f, g, h)
    }
    
    type Uint8 uint8
    
    func (x Uint8) m(a, b, c, d, e, f, g, h byte) {
    	check("Uint8", int64(x), 0x01, a, b, c, d, e, f, g, h)
    }
    
    type Int16 int16
    
    func (x Int16) m(a, b, c, d, e, f, g, h byte) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.8K bytes
    - Viewed (0)
  10. api/go1.6.txt

    pkg math/big, method (*Float) MarshalText() ([]uint8, error)
    pkg math/big, method (*Float) UnmarshalText([]uint8) error
    pkg math/big, method (*Int) Append([]uint8, int) []uint8
    pkg math/big, method (*Int) Text(int) string
    pkg math/rand, func Read([]uint8) (int, error)
    pkg math/rand, method (*Rand) Read([]uint8) (int, error)
    pkg net, type DNSError struct, IsTemporary bool
    pkg net, type Dialer struct, Cancel <-chan struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 13 23:40:13 UTC 2016
    - 12.9K bytes
    - Viewed (0)
Back to top