Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for X__pad0 (0.24 sec)

  1. src/runtime/defs_darwin_arm64.go

    }
    
    type siginfo struct {
    	si_signo  int32
    	si_errno  int32
    	si_code   int32
    	si_pid    int32
    	si_uid    uint32
    	si_status int32
    	si_addr   *byte
    	si_value  [8]byte
    	si_band   int64
    	__pad     [7]uint64
    }
    
    type timeval struct {
    	tv_sec    int64
    	tv_usec   int32
    	pad_cgo_0 [4]byte
    }
    
    func (tv *timeval) set_usec(x int32) {
    	tv.tv_usec = x
    }
    
    type itimerval struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. src/runtime/defs_linux_ppc64le.go

    	u [4]uint32
    }
    
    type stackt struct {
    	ss_sp     *byte
    	ss_flags  int32
    	pad_cgo_0 [4]byte
    	ss_size   uintptr
    }
    
    type sigcontext struct {
    	_unused     [4]uint64
    	signal      int32
    	_pad0       int32
    	handler     uint64
    	oldmask     uint64
    	regs        *ptregs
    	gp_regs     [48]uint64
    	fp_regs     [33]float64
    	v_regs      *vreg
    	vmx_reserve [101]int64
    }
    
    type ucontext struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. src/runtime/defs_linux_ppc64.go

    	u [4]uint32
    }
    
    type stackt struct {
    	ss_sp     *byte
    	ss_flags  int32
    	pad_cgo_0 [4]byte
    	ss_size   uintptr
    }
    
    type sigcontext struct {
    	_unused     [4]uint64
    	signal      int32
    	_pad0       int32
    	handler     uint64
    	oldmask     uint64
    	regs        *ptregs
    	gp_regs     [48]uint64
    	fp_regs     [33]float64
    	v_regs      *vreg
    	vmx_reserve [101]int64
    }
    
    type ucontext struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  4. src/runtime/defs_darwin_amd64.go

    }
    
    type siginfo struct {
    	si_signo  int32
    	si_errno  int32
    	si_code   int32
    	si_pid    int32
    	si_uid    uint32
    	si_status int32
    	si_addr   uint64
    	si_value  [8]byte
    	si_band   int64
    	__pad     [7]uint64
    }
    
    type timeval struct {
    	tv_sec    int64
    	tv_usec   int32
    	pad_cgo_0 [4]byte
    }
    
    func (tv *timeval) set_usec(x int32) {
    	tv.tv_usec = x
    }
    
    type itimerval struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_ppc64le.go

    type _Gid_t uint32
    
    type Stat_t struct {
    	Dev                uint64
    	Ino                uint64
    	Nlink              uint64
    	Mode               uint32
    	Uid                uint32
    	Gid                uint32
    	X__pad2            int32
    	Rdev               uint64
    	Size               int64
    	Blksize            int64
    	Blocks             int64
    	Atim               Timespec
    	Mtim               Timespec
    	Ctim               Timespec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_ppc64.go

    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type Stat_t struct {
    	Dev        uint64
    	Ino        uint64
    	Nlink      uint64
    	Mode       uint32
    	Uid        uint32
    	Gid        uint32
    	X__pad2    int32
    	Rdev       uint64
    	Size       int64
    	Blksize    int64
    	Blocks     int64
    	Atim       Timespec
    	Mtim       Timespec
    	Ctim       Timespec
    	X__unused4 uint64
    	X__unused5 uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Stat_t.Qspare", Field, 0},
    		{"Stat_t.Rdev", Field, 0},
    		{"Stat_t.Size", Field, 0},
    		{"Stat_t.Spare", Field, 2},
    		{"Stat_t.Uid", Field, 0},
    		{"Stat_t.X__pad0", Field, 0},
    		{"Stat_t.X__pad1", Field, 0},
    		{"Stat_t.X__pad2", Field, 0},
    		{"Stat_t.X__st_birthtim", Field, 2},
    		{"Stat_t.X__st_ino", Field, 0},
    		{"Stat_t.X__unused", Field, 0},
    		{"Statfs", Func, 0},
    		{"Statfs_t", Type, 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)
  8. src/cmd/cgo/out.go

    			pad := t.Align - off%t.Align
    			fmt.Fprintf(&buf, "\t\tchar __pad%d[%d];\n", off, pad)
    			off += pad
    		}
    		c := t.Typedef
    		if c == "" {
    			c = t.C.String()
    		}
    		fmt.Fprintf(&buf, "\t\t%s p%d;\n", c, i)
    		off += t.Size
    	}
    	if off%p.PtrSize != 0 {
    		pad := p.PtrSize - off%p.PtrSize
    		fmt.Fprintf(&buf, "\t\tchar __pad%d[%d];\n", off, pad)
    		off += pad
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (linux-386), type Stat_t struct, Size int64
    pkg syscall (linux-386), type Stat_t struct, Uid uint32
    pkg syscall (linux-386), type Stat_t struct, X__pad1 uint16
    pkg syscall (linux-386), type Stat_t struct, X__pad2 uint16
    pkg syscall (linux-386), type Stat_t struct, X__st_ino uint32
    pkg syscall (linux-386), type Statfs_t struct
    pkg syscall (linux-386), type Statfs_t struct, Bavail uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Stat_t struct, Size int64
    pkg syscall (linux-arm-cgo), type Stat_t struct, Uid uint32
    pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad1 uint16
    pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad2 uint16
    pkg syscall (linux-arm-cgo), type Stat_t struct, X__st_ino uint32
    pkg syscall (linux-arm-cgo), type Statfs_t struct
    pkg syscall (linux-arm-cgo), type Statfs_t struct, Bavail uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top