Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 273 for uint16 (0.15 sec)

  1. test/codegen/noextend.go

    	val16[1] = uint16(sval16[*u16>>2])
    
    }
    
    func setnox(x8 int8, u8 *uint8, y8 *int8, z8 *uint8, x16 *int16, u16 *uint16, x32 *int32, u32 *uint32) {
    
    	// ppc64x:-"MOVBZ\tR\\d+,\\sR\\d+"
    	val16[0] = uint16(*u8)
    
    	// AND not needed due to size
    	// ppc64x:-"ANDCC"
    	sval16[1] = 255 & int16(x8+*y8)
    
    	// ppc64x:-"ANDCC"
    	val16[1] = 255 & uint16(*u8+*z8)
    
    	// ppc64x:-"MOVH\tR\\d+,\\sR\\d+"
    	sval32[1] = int32(*x16)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go

    	Blksize uint32
    	Flags   uint32
    	Gen     uint32
    	Spare   [2]uint32
    	_       [4]byte
    }
    
    type Statfs_t [0]byte
    
    type Statvfs_t struct {
    	Flag        uint64
    	Bsize       uint64
    	Frsize      uint64
    	Iosize      uint64
    	Blocks      uint64
    	Bfree       uint64
    	Bavail      uint64
    	Bresvd      uint64
    	Files       uint64
    	Ffree       uint64
    	Favail      uint64
    	Fresvd      uint64
    	Syncreads   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go

    	Blksize uint32
    	Flags   uint32
    	Gen     uint32
    	Spare   [2]uint32
    	_       [4]byte
    }
    
    type Statfs_t [0]byte
    
    type Statvfs_t struct {
    	Flag        uint32
    	Bsize       uint32
    	Frsize      uint32
    	Iosize      uint32
    	Blocks      uint64
    	Bfree       uint64
    	Bavail      uint64
    	Bresvd      uint64
    	Files       uint64
    	Ffree       uint64
    	Favail      uint64
    	Fresvd      uint64
    	Syncreads   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go

    	Blksize uint32
    	Flags   uint32
    	Gen     uint32
    	Spare   [2]uint32
    	_       [4]byte
    }
    
    type Statfs_t [0]byte
    
    type Statvfs_t struct {
    	Flag        uint64
    	Bsize       uint64
    	Frsize      uint64
    	Iosize      uint64
    	Blocks      uint64
    	Bfree       uint64
    	Bavail      uint64
    	Bresvd      uint64
    	Files       uint64
    	Ffree       uint64
    	Favail      uint64
    	Fresvd      uint64
    	Syncreads   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. src/runtime/defs_darwin_amd64.go

    }
    
    type regs64 struct {
    	rax    uint64
    	rbx    uint64
    	rcx    uint64
    	rdx    uint64
    	rdi    uint64
    	rsi    uint64
    	rbp    uint64
    	rsp    uint64
    	r8     uint64
    	r9     uint64
    	r10    uint64
    	r11    uint64
    	r12    uint64
    	r13    uint64
    	r14    uint64
    	r15    uint64
    	rip    uint64
    	rflags uint64
    	cs     uint64
    	fs     uint64
    	gs     uint64
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. src/runtime/defs_linux_386.go

    }
    
    type sigcontext struct {
    	gs            uint16
    	__gsh         uint16
    	fs            uint16
    	__fsh         uint16
    	es            uint16
    	__esh         uint16
    	ds            uint16
    	__dsh         uint16
    	edi           uint32
    	esi           uint32
    	ebp           uint32
    	esp           uint32
    	ebx           uint32
    	edx           uint32
    	ecx           uint32
    	eax           uint32
    	trapno        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  7. src/internal/syscall/windows/registry/syscall.go

    //sys	regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) = advapi32.RegEnumValueW
    //sys	regDeleteValue(key syscall.Handle, name *uint16) (regerrno error) = advapi32.RegDeleteValueW
    //sys   regLoadMUIString(key syscall.Handle, name *uint16, buf *uint16, buflen uint32, buflenCopied *uint32, flags uint32, dir *uint16) (regerrno error) = advapi32.RegLoadMUIStringW
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 07:20:34 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. src/runtime/defs_linux_amd64.go

    	_xmm      [16]xmmreg
    	padding   [24]uint32
    }
    
    type fpxreg1 struct {
    	significand [4]uint16
    	exponent    uint16
    	padding     [3]uint16
    }
    
    type xmmreg1 struct {
    	element [4]uint32
    }
    
    type fpstate1 struct {
    	cwd       uint16
    	swd       uint16
    	ftw       uint16
    	fop       uint16
    	rip       uint64
    	rdp       uint64
    	mxcsr     uint32
    	mxcr_mask uint32
    	_st       [8]fpxreg1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  9. src/internal/types/testdata/check/const1.go

    	_ uint16 = 0 /* ERROR "overflows" */ - 1
    	_ uint16 = 0
    	_ uint16 = maxUint16
    	_ uint16 = maxUint16 /* ERROR "overflows" */ + 1
    	_ uint16 = smallestFloat64 /* ERROR "truncated" */
    
    	_ = uint16(0 /* ERROR "overflows" */ - 1)
    	_ = uint16(0)
    	_ = uint16(maxUint16)
    	_ = uint16(maxUint16 /* ERROR "overflows" */ + 1)
    	_ = uint16(smallestFloat64 /* ERROR "cannot convert" */)
    )
    
    const (
    	_ uint32 = 0 /* ERROR "overflows" */ - 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 16:11:16 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/route/binary.go

    )
    
    type binaryByteOrder interface {
    	Uint16([]byte) uint16
    	Uint32([]byte) uint32
    	PutUint16([]byte, uint16)
    	PutUint32([]byte, uint32)
    	Uint64([]byte) uint64
    }
    
    type binaryLittleEndian struct{}
    
    func (binaryLittleEndian) Uint16(b []byte) uint16 {
    	_ = b[1] // bounds check hint to compiler; see golang.org/issue/14808
    	return uint16(b[0]) | uint16(b[1])<<8
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top