Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 69 for quint8 (0.17 sec)

  1. src/cmd/internal/obj/loong64/asm.go

    	pc         int64
    }
    
    // Instruction layout.
    
    const (
    	FuncAlign = 4
    	loopAlign = 16
    )
    
    type Optab struct {
    	as    obj.As
    	from1 uint8
    	reg   uint8
    	from3 uint8
    	to1   uint8
    	to2   uint8
    	type_ int8
    	size  int8
    	param int16
    	flag  uint8
    }
    
    const (
    	NOTUSETMP = 1 << iota // p expands to multiple instructions, but does NOT use REGTMP
    
    	// branchLoopHead marks loop entry.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	// Fields may not be an exact match. Some fields have no equivalent.
    	var tcpinfo TCPInfo
    	tcpinfo.State = uint8(conn.state)
    	tcpinfo.Ca_state = 0 // dummy
    	tcpinfo.Retransmits = uint8(tcpStats.retransSegs)
    	tcpinfo.Probes = uint8(tcpStats.outWinProbes)
    	tcpinfo.Backoff = 0 // dummy
    	tcpinfo.Options = 0 // dummy
    	tcpinfo.Rto = tcpStats.retransTimeouts
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm/asm5.go

    		size  uint32
    		extra uint32
    	}
    }
    
    type Optab struct {
    	as       obj.As
    	a1       uint8
    	a2       int8
    	a3       uint8
    	type_    uint8
    	size     int8
    	param    int16
    	flag     int8
    	pcrelsiz uint8
    	scond    uint8 // optional flags accepted by the instruction
    }
    
    type Opcross [32][2][32]uint8
    
    const (
    	LFROM  = 1 << 0
    	LTO    = 1 << 1
    	LPOOL  = 1 << 2
    	LPCREL = 1 << 3
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/mips/asm0.go

    const (
    	mips64FuncAlign = 8
    )
    
    const (
    	r0iszero = 1
    )
    
    type Optab struct {
    	as     obj.As
    	a1     uint8
    	a2     uint8
    	a3     uint8
    	type_  int8
    	size   int8
    	param  int16
    	family sys.ArchFamily // 0 means both sys.MIPS and sys.MIPS64
    	flag   uint8
    }
    
    const (
    	// Optab.flag
    	NOTUSETMP = 1 << iota // p expands to multiple instructions, but does NOT use REGTMP
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (SRWconst (ANDconst [m] x) [s]) && mergePPC64RShiftMask(m>>uint(s),s,32) == 0 => (MOVDconst [0])
    (SRWconst (ANDconst [m] x) [s]) && mergePPC64AndSrwi(m>>uint(s),s) != 0 => (RLWINM [mergePPC64AndSrwi(m>>uint(s),s)] x)
    (SRWconst (AND (MOVDconst [m]) x) [s]) && mergePPC64RShiftMask(m>>uint(s),s,32) == 0 => (MOVDconst [0])
    (SRWconst (AND (MOVDconst [m]) x) [s]) && mergePPC64AndSrwi(m>>uint(s),s) != 0 => (RLWINM [mergePPC64AndSrwi(m>>uint(s),s)] x)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    // Convert the name of a golang type to the name of a JSON type
    func typeToJSON(typeName string) string {
    	switch typeName {
    	case "bool", "*bool":
    		return "boolean"
    	case "uint8", "*uint8", "int", "*int", "int32", "*int32", "int64", "*int64", "uint32", "*uint32", "uint64", "*uint64":
    		return "integer"
    	case "float64", "*float64", "float32", "*float32":
    		return "number"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *CertificateSigningRequest) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = m.ObjectMeta.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *CertificateSigningRequest) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = m.ObjectMeta.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *Endpoint) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	if len(m.Addresses) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  10. src/syscall/syscall_windows.go

    	Port   uint16
    	Addr   [4]byte /* in_addr */
    	Zero   [8]uint8
    }
    
    type RawSockaddrInet6 struct {
    	Family   uint16
    	Port     uint16
    	Flowinfo uint32
    	Addr     [16]byte /* in6_addr */
    	Scope_id uint32
    }
    
    type RawSockaddr struct {
    	Family uint16
    	Data   [14]int8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [100]int8
    }
    
    type Sockaddr interface {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
Back to top