Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 870 for INT32 (0.06 sec)

  1. src/cmd/compile/internal/test/abiutils_test.go

            offsetToSpillArea: 56 spillAreaSize: 136
    `)
    
    	abitest(t, ft, exp)
    }
    
    func TestABIUtilsArrays(t *testing.T) {
    	// func(p1 [1]int32, p2 [0]int32, p3 [1][1]int32, p4 [2]int32)
    	//         (r1 [2]int32, r2 [1]int32, r3 [0]int32, r4 [1][1]int32) {
    	i32 := types.Types[types.TINT32]
    	ae := types.NewArray(i32, 0)
    	a1 := types.NewArray(i32, 1)
    	a2 := types.NewArray(i32, 2)
    	aa1 := types.NewArray(a1, 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	PGTHA_FILEPATH    = 0x40
    	PGTHA_THDSIGMASK  = 0x20
    	// thread quiece mode
    	QUIESCE_TERM       int32 = 1
    	QUIESCE_FORCE      int32 = 2
    	QUIESCE_QUERY      int32 = 3
    	QUIESCE_FREEZE     int32 = 4
    	QUIESCE_UNFREEZE   int32 = 5
    	FREEZE_THIS_THREAD int32 = 6
    	FREEZE_EXIT        int32 = 8
    	QUIESCE_SRB        int32 = 9
    )
    
    type Pgtha struct {
    	Pid        uint32 // 0
    	Tid0       uint32 // 4
    	Tid1       uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. pkg/apis/autoscaling/v2beta2/defaults_test.go

    	type TestCase struct {
    		rateDownPods                 int32
    		rateDownPodsPeriodSeconds    int32
    		rateDownPercent              int32
    		rateDownPercentPeriodSeconds int32
    		stabilizationSeconds         *int32
    		selectPolicy                 *autoscalingv2.ScalingPolicySelect
    
    		expectedPolicies      []autoscalingv2.HPAScalingPolicy
    		expectedStabilization *int32
    		expectedSelectPolicy  string
    		annotation            string
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_mips64.go

    	Pad_cgo_0  [4]byte
    	Iov        *Iovec
    	Iovlen     uint64
    	Control    *byte
    	Controllen uint64
    	Flags      int32
    	Pad_cgo_1  [4]byte
    }
    
    type Cmsghdr struct {
    	Len   uint64
    	Level int32
    	Type  int32
    }
    
    type Inet4Pktinfo struct {
    	Ifindex  int32
    	Spec_dst [4]byte /* in_addr */
    	Addr     [4]byte /* in_addr */
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_ppc64.go

    	Pad_cgo_0  [4]byte
    	Iov        *Iovec
    	Iovlen     uint64
    	Control    *byte
    	Controllen uint64
    	Flags      int32
    	Pad_cgo_1  [4]byte
    }
    
    type Cmsghdr struct {
    	Len   uint64
    	Level int32
    	Type  int32
    }
    
    type Inet4Pktinfo struct {
    	Ifindex  int32
    	Spec_dst [4]byte /* in_addr */
    	Addr     [4]byte /* in_addr */
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_s390x.go

    	_          [4]byte
    	Iov        *Iovec
    	Iovlen     uint64
    	Control    *byte
    	Controllen uint64
    	Flags      int32
    	_          [4]byte
    }
    
    type Cmsghdr struct {
    	Len   uint64
    	Level int32
    	Type  int32
    }
    
    type Inet4Pktinfo struct {
    	Ifindex  int32
    	Spec_dst [4]byte /* in_addr */
    	Addr     [4]byte /* in_addr */
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_arm64.go

    	Pad_cgo_0  [4]byte
    	Iov        *Iovec
    	Iovlen     uint64
    	Control    *byte
    	Controllen uint64
    	Flags      int32
    	Pad_cgo_1  [4]byte
    }
    
    type Cmsghdr struct {
    	Len   uint64
    	Level int32
    	Type  int32
    }
    
    type Inet4Pktinfo struct {
    	Ifindex  int32
    	Spec_dst [4]byte /* in_addr */
    	Addr     [4]byte /* in_addr */
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. src/syscall/ztypes_linux_mips64le.go

    	Pad_cgo_0  [4]byte
    	Iov        *Iovec
    	Iovlen     uint64
    	Control    *byte
    	Controllen uint64
    	Flags      int32
    	Pad_cgo_1  [4]byte
    }
    
    type Cmsghdr struct {
    	Len   uint64
    	Level int32
    	Type  int32
    }
    
    type Inet4Pktinfo struct {
    	Ifindex  int32
    	Spec_dst [4]byte /* in_addr */
    	Addr     [4]byte /* in_addr */
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  9. src/runtime/sys_linux_riscv64.s

    	MOV	$-1, A0
    	MOVW	A0, ret+8(FP)
    	RET
    
    // func write1(fd uintptr, p unsafe.Pointer, n int32) int32
    TEXT runtime·write1(SB),NOSPLIT|NOFRAME,$0-28
    	MOV	fd+0(FP), A0
    	MOV	p+8(FP), A1
    	MOVW	n+16(FP), A2
    	MOV	$SYS_write, A7
    	ECALL
    	MOVW	A0, ret+24(FP)
    	RET
    
    // func read(fd int32, p unsafe.Pointer, n int32) int32
    TEXT runtime·read(SB),NOSPLIT|NOFRAME,$0-28
    	MOVW	fd+0(FP), A0
    	MOV	p+8(FP), A1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  10. pkg/proxy/endpointslicecache_test.go

    			endpointSlices: []*discovery.EndpointSlice{
    				generateEndpointSlice("svc1", "ns1", 1, 3, 999, 999, []string{}, []*int32{ptr.To[int32](80)}),
    				generateEndpointSlice("svc2", "ns1", 2, 3, 999, 999, []string{}, []*int32{ptr.To[int32](80)}),
    				generateEndpointSlice("svc1", "ns2", 3, 3, 999, 999, []string{}, []*int32{ptr.To[int32](80)}),
    			},
    			expectedMap: map[ServicePortName][]*BaseEndpointInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
Back to top