Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 79 for _len (0.04 sec)

  1. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_MADVISE                  = 75  // { int madvise(void *addr, size_t len, int behav); }
    	SYS_MINCORE                  = 78  // { int mincore(const void *addr, size_t len, char *vec); }
    	SYS_GETGROUPS                = 79  // { int getgroups(u_int gidsetsize, gid_t *gidset); }
    	SYS_SETGROUPS                = 80  // { int setgroups(u_int gidsetsize, gid_t *gidset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_dragonfly.go

    	return osreldate >= ver
    }
    
    // SockaddrDatalink implements the Sockaddr interface for AF_LINK type sockets.
    type SockaddrDatalink struct {
    	Len    uint8
    	Family uint8
    	Index  uint16
    	Type   uint8
    	Nlen   uint8
    	Alen   uint8
    	Slen   uint8
    	Data   [12]int8
    	Rcf    uint16
    	Route  [16]uint16
    	raw    RawSockaddrDatalink
    }
    
    func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 10 16:32:44 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_openbsd.go

    import (
    	"sort"
    	"syscall"
    	"unsafe"
    )
    
    // SockaddrDatalink implements the Sockaddr interface for AF_LINK type sockets.
    type SockaddrDatalink struct {
    	Len    uint8
    	Family uint8
    	Index  uint16
    	Type   uint8
    	Nlen   uint8
    	Alen   uint8
    	Slen   uint8
    	Data   [24]int8
    	raw    RawSockaddrDatalink
    }
    
    func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
    	return nil, EAFNOSUPPORT
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 11K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/addressingmodes.go

    	[2]Op{OpAMD64SETAEstore, OpAMD64LEAQ1}: OpAMD64SETAEstoreidx1,
    
    	// These instructions are re-split differently for performance, see needSplit above.
    	// TODO if 386 versions are created, also update needSplit and _gen/386splitload.rules
    	[2]Op{OpAMD64CMPBload, OpAMD64ADDQ}: OpAMD64CMPBloadidx1,
    	[2]Op{OpAMD64CMPWload, OpAMD64ADDQ}: OpAMD64CMPWloadidx1,
    	[2]Op{OpAMD64CMPLload, OpAMD64ADDQ}: OpAMD64CMPLloadidx1,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 26 17:19:57 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  5. src/cmd/internal/notsha256/sha256block_ppc64x.s

    #else
    #define VPERMLE(va,vb,vc,vt)
    #endif
    
    // func block(dig *digest, p []byte)
    TEXT ·block(SB),0,$0-32
    	MOVD	dig+0(FP), CTX
    	MOVD	p_base+8(FP), INP
    	MOVD	p_len+16(FP), LEN
    
    	SRD	$6, LEN
    	SLD	$6, LEN
    	ADD	INP, LEN, END
    
    	CMP	INP, END
    	BEQ	end
    
    	MOVD	$·kcon(SB), TBL_STRT
    	MOVD	$0x10, R_x010
    
    #ifdef GOARCH_ppc64le
    	MOVWZ	$8, TEMP
    	LVSL	(TEMP)(R0), LEMASK
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_MADVISE                  = 75  // { int madvise(void *addr, size_t len, \
    	SYS_MINCORE                  = 78  // { int mincore(const void *addr, size_t len, \
    	SYS_GETGROUPS                = 79  // { int getgroups(u_int gidsetsize, \
    	SYS_SETGROUPS                = 80  // { int setgroups(u_int gidsetsize, \
    	SYS_GETPGRP                  = 81  // { int getpgrp(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewritePPC64latelower.go

    // Code generated from _gen/PPC64latelower.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "internal/buildcfg"
    
    func rewriteValuePPC64latelower(v *Value) bool {
    	switch v.Op {
    	case OpPPC64ADD:
    		return rewriteValuePPC64latelower_OpPPC64ADD(v)
    	case OpPPC64AND:
    		return rewriteValuePPC64latelower_OpPPC64AND(v)
    	case OpPPC64ANDconst:
    		return rewriteValuePPC64latelower_OpPPC64ANDconst(v)
    	case OpPPC64CMPconst:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  8. src/crypto/sha1/sha1block_amd64.s

    #define ROUND4(a, b, c, d, e, index) \
    	SHUFFLE(index); \
    	FUNC4(a, b, c, d, e); \
    	MIX(a, b, c, d, e, 0xCA62C1D6)
    
    TEXT ·blockAMD64(SB),NOSPLIT,$64-32
    	MOVQ	dig+0(FP),	BP
    	MOVQ	p_base+8(FP),	SI
    	MOVQ	p_len+16(FP),	DX
    	SHRQ	$6,		DX
    	SHLQ	$6,		DX
    
    	LEAQ	(SI)(DX*1),	DI
    	MOVL	(0*4)(BP),	AX
    	MOVL	(1*4)(BP),	BX
    	MOVL	(2*4)(BP),	CX
    	MOVL	(3*4)(BP),	DX
    	MOVL	(4*4)(BP),	BP
    
    	CMPQ	SI,		DI
    	JEQ	end
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteARM64latelower.go

    // Code generated from _gen/ARM64latelower.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    func rewriteValueARM64latelower(v *Value) bool {
    	switch v.Op {
    	case OpARM64ADDSconstflags:
    		return rewriteValueARM64latelower_OpARM64ADDSconstflags(v)
    	case OpARM64ADDconst:
    		return rewriteValueARM64latelower_OpARM64ADDconst(v)
    	case OpARM64ANDconst:
    		return rewriteValueARM64latelower_OpARM64ANDconst(v)
    	case OpARM64CMNWconst:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/main.go

    type intPair struct {
    	key, val int
    }
    type byKey []intPair
    
    func (a byKey) Len() int           { return len(a) }
    func (a byKey) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }
    func (a byKey) Less(i, j int) bool { return a[i].key < a[j].key }
    
    type ArchsByName []arch
    
    func (x ArchsByName) Len() int           { return len(x) }
    func (x ArchsByName) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 16.9K bytes
    - Viewed (0)
Back to top