Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 193 for Msglen (0.26 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go

    	SizeofIPv6MTUInfo      = 0x20
    	SizeofMsghdr           = 0x30
    	SizeofCmsghdr          = 0xc
    	SizeofICMPv6Filter     = 0x20
    )
    
    const (
    	SizeofIfMsghdr = 0x10
    )
    
    type IfMsgHdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Addrs   int32
    	Flags   int32
    	Index   uint16
    	Addrlen uint8
    	_       [1]byte
    }
    
    type FdSet struct {
    	Bits [1024]int64
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), type IfaMsghdr struct, Index uint16
    pkg syscall (freebsd-arm64), type IfaMsghdr struct, Metric int32
    pkg syscall (freebsd-arm64), type IfaMsghdr struct, Msglen uint16
    pkg syscall (freebsd-arm64), type IfaMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (freebsd-arm64), type IfaMsghdr struct, Type uint8
    pkg syscall (freebsd-arm64), type IfaMsghdr struct, Version uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type IfMsghdr struct, Flags int32
    pkg syscall (darwin-arm64), type IfMsghdr struct, Index uint16
    pkg syscall (darwin-arm64), type IfMsghdr struct, Msglen uint16
    pkg syscall (darwin-arm64), type IfMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (darwin-arm64), type IfMsghdr struct, Type uint8
    pkg syscall (darwin-arm64), type IfMsghdr struct, Version uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct #53466
    pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Index uint16 #53466
    pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Msglen uint16 #53466
    pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Name [16]int8 #53466
    pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Type uint8 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IfmaMsghdr.Index", Field, 0},
    		{"IfmaMsghdr.Msglen", Field, 0},
    		{"IfmaMsghdr.Pad_cgo_0", Field, 0},
    		{"IfmaMsghdr.Type", Field, 0},
    		{"IfmaMsghdr.Version", Field, 0},
    		{"IfmaMsghdr2", Type, 0},
    		{"IfmaMsghdr2.Addrs", Field, 0},
    		{"IfmaMsghdr2.Flags", Field, 0},
    		{"IfmaMsghdr2.Index", Field, 0},
    		{"IfmaMsghdr2.Msglen", Field, 0},
    		{"IfmaMsghdr2.Pad_cgo_0", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. src/syscall/js/js_test.go

    			src := make([]byte, tt.srcLen)
    			if tt.srcLen >= 2 {
    				src[1] = 42
    			}
    			dst := js.Global().Get("Uint8Array").New(tt.dstLen)
    
    			if got, want := js.CopyBytesToJS(dst, src), tt.copyLen; got != want {
    				t.Errorf("copied %d, want %d", got, want)
    			}
    			if tt.dstLen >= 2 {
    				if got, want := dst.Index(1).Int(), 42; got != want {
    					t.Errorf("got %d, want %d", got, want)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 14:35:26 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  7. src/internal/xcoff/file.go

    	if _, err := s.sr.Seek(0, io.SeekStart); err != nil {
    		return nil, err
    	}
    	var stlen uint32
    	var stoff uint64
    	var nsyms uint32
    	var symoff uint64
    	switch f.TargetMachine {
    	case U802TOCMAGIC:
    		lhdr := new(LoaderHeader32)
    		if err := binary.Read(s.sr, binary.BigEndian, lhdr); err != nil {
    			return nil, err
    		}
    		stlen = lhdr.Lstlen
    		stoff = uint64(lhdr.Lstoff)
    		nsyms = lhdr.Lnsyms
    		symoff = LDHDRSZ_32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 12 14:42:29 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/opGen.go

    		argLen: 0,
    		reg:    regInfo{},
    	},
    	{
    		name:   "FlagGT_UGT",
    		argLen: 0,
    		reg:    regInfo{},
    	},
    	{
    		name:   "FlagGT_ULT",
    		argLen: 0,
    		reg:    regInfo{},
    	},
    	{
    		name:    "MOVSSconst1",
    		auxType: auxFloat32,
    		argLen:  0,
    		reg: regInfo{
    			outputs: []outputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  9. src/math/rand/rng.go

    package rand
    
    /*
     * Uniform distribution
     *
     * algorithm by
     * DP Mitchell and JA Reeds
     */
    
    const (
    	rngLen   = 607
    	rngTap   = 273
    	rngMax   = 1 << 63
    	rngMask  = rngMax - 1
    	int32max = (1 << 31) - 1
    )
    
    var (
    	// rngCooked used for seeding. See gen_cooked.go for details.
    	rngCooked [rngLen]int64 = [...]int64{
    		-4181792142133755926, -4576982950128230565, 1395769623340756751, 5333664234075297259,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 04 14:20:53 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/sockcmsg_unix.go

    // Socket control messages
    
    package unix
    
    import (
    	"unsafe"
    )
    
    // CmsgLen returns the value to store in the Len field of the Cmsghdr
    // structure, taking into account any necessary alignment.
    func CmsgLen(datalen int) int {
    	return cmsgAlignOf(SizeofCmsghdr) + datalen
    }
    
    // CmsgSpace returns the number of bytes an ancillary element with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top