Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for fpack64 (1.61 sec)

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

    	Pad       uint16
    	Totalhigh uint64
    	Freehigh  uint64
    	Unit      uint32
    	_         [0]int8
    	_         [4]byte
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint64
    	Fname  [6]int8
    	Fpack  [6]int8
    	_      [4]byte
    }
    
    type EpollEvent struct {
    	Events uint32
    	_      int32
    	Fd     int32
    	Pad    int32
    }
    
    const (
    	OPEN_TREE_CLOEXEC = 0x80000
    )
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_386.go

    	Nodename   [65]int8
    	Release    [65]int8
    	Version    [65]int8
    	Machine    [65]int8
    	Domainname [65]int8
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint32
    	Fname  [6]int8
    	Fpack  [6]int8
    }
    
    type EpollEvent struct {
    	Events uint32
    	Fd     int32
    	Pad    int32
    }
    
    const (
    	_AT_FDCWD            = -0x64
    	_AT_REMOVEDIR        = 0x200
    	_AT_SYMLINK_NOFOLLOW = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_amd64.go

    	Release    [65]int8
    	Version    [65]int8
    	Machine    [65]int8
    	Domainname [65]int8
    }
    
    type Ustat_t struct {
    	Tfree     int32
    	Pad_cgo_0 [4]byte
    	Tinode    uint64
    	Fname     [6]int8
    	Fpack     [6]int8
    	Pad_cgo_1 [4]byte
    }
    
    type EpollEvent struct {
    	Events uint32
    	Fd     int32
    	Pad    int32
    }
    
    const (
    	_AT_FDCWD            = -0x64
    	_AT_REMOVEDIR        = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/callback.go

    var splitTests = []func(){
    	// Edit .+1,/^}/-1|seq 4 4 5000 | sed 's/.*/	stack&,/' | fmt
    	stack4, stack8, stack12, stack16, stack20, stack24, stack28,
    	stack32, stack36, stack40, stack44, stack48, stack52, stack56,
    	stack60, stack64, stack68, stack72, stack76, stack80, stack84,
    	stack88, stack92, stack96, stack100, stack104, stack108, stack112,
    	stack116, stack120, stack124, stack128, stack132, stack136,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"UserInfo10.FullName", Field, 0},
    		{"UserInfo10.Name", Field, 0},
    		{"UserInfo10.UsrComment", Field, 0},
    		{"Ustat", Func, 0},
    		{"Ustat_t", Type, 0},
    		{"Ustat_t.Fname", Field, 0},
    		{"Ustat_t.Fpack", Field, 0},
    		{"Ustat_t.Pad_cgo_0", Field, 0},
    		{"Ustat_t.Pad_cgo_1", Field, 0},
    		{"Ustat_t.Tfree", Field, 0},
    		{"Ustat_t.Tinode", Field, 0},
    		{"Utimbuf", Type, 0},
    		{"Utimbuf.Actime", 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. api/go1.txt

    pkg syscall (linux-386), type Ucred struct, Uid uint32
    pkg syscall (linux-386), type Ustat_t struct
    pkg syscall (linux-386), type Ustat_t struct, Fname [6]int8
    pkg syscall (linux-386), type Ustat_t struct, Fpack [6]int8
    pkg syscall (linux-386), type Ustat_t struct, Tfree int32
    pkg syscall (linux-386), type Ustat_t struct, Tinode uint32
    pkg syscall (linux-386), type Utimbuf struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Ucred struct, Uid uint32
    pkg syscall (linux-arm-cgo), type Ustat_t struct
    pkg syscall (linux-arm-cgo), type Ustat_t struct, Fname [6]uint8
    pkg syscall (linux-arm-cgo), type Ustat_t struct, Fpack [6]uint8
    pkg syscall (linux-arm-cgo), type Ustat_t struct, Tfree int32
    pkg syscall (linux-arm-cgo), type Ustat_t struct, Tinode uint32
    pkg syscall (linux-arm-cgo), type Utimbuf struct
    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