Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for 5368709120 (0.13 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_example_test.go

    	fmt.Printf("milliCores = %v (%v)\n", cores.MilliValue(), cores.Format)
    
    	cores2 := resource.MustParse("5.4")
    	fmt.Printf("milliCores = %v (%v)\n", cores2.MilliValue(), cores2.Format)
    
    	// Output:
    	// memorySize = 5368709120 (BinarySI)
    	// diskSize = 5000000000 (DecimalSI)
    	// milliCores = 5300 (DecimalSI)
    	// milliCores = 5400 (DecimalSI)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 29 20:41:44 UTC 2017
    - 1.7K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/podresources/server_v1_test.go

    				},
    			},
    		},
    	}
    
    	allCPUs := []int64{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}
    
    	allMemory := []*podresourcesapi.ContainerMemory{
    		{
    			MemoryType: "memory",
    			Size_:      5368709120,
    			Topology: &podresourcesapi.TopologyInfo{
    				Nodes: []*podresourcesapi.NUMANode{
    					{
    						ID: 0,
    					},
    				},
    			},
    		},
    		{
    			MemoryType: "hugepages-2Mi",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    	_, _, m, err := createTestRuntimeManager()
    	assert.NoError(t, err)
    	m.machineInfo.MemoryCapacity = 42949672960 // 40Gb == 40 * 1024^3
    	m.machineInfo.SwapCapacity = 5368709120    // 5Gb == 5 * 1024^3
    
    	pod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			UID:       "12345678",
    			Name:      "foo",
    			Namespace: "bar",
    		},
    		Spec: v1.PodSpec{
    			Containers: []v1.Container{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
  4. src/runtime/asm_wasm.s

    	DISPATCH(runtime·call33554432, 33554432)
    	DISPATCH(runtime·call67108864, 67108864)
    	DISPATCH(runtime·call134217728, 134217728)
    	DISPATCH(runtime·call268435456, 268435456)
    	DISPATCH(runtime·call536870912, 536870912)
    	DISPATCH(runtime·call1073741824, 1073741824)
    	JMP runtime·badreflectcall(SB)
    
    #define CALLFN(NAME, MAXSIZE) \
    TEXT NAME(SB), WRAPPER, $MAXSIZE-48; \
    	NO_LOCAL_POINTERS; \
    	MOVW stackArgsSize+24(FP), R0; \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 21:26:51 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  5. api/go1.3.txt

    pkg syscall (freebsd-386), const SIGLIBRT Signal
    pkg syscall (freebsd-386), const SOCK_CLOEXEC = 268435456
    pkg syscall (freebsd-386), const SOCK_CLOEXEC ideal-int
    pkg syscall (freebsd-386), const SOCK_NONBLOCK = 536870912
    pkg syscall (freebsd-386), const SOCK_NONBLOCK ideal-int
    pkg syscall (freebsd-386), const SO_VENDOR = 2147483648
    pkg syscall (freebsd-386), const SO_VENDOR ideal-int
    pkg syscall (freebsd-386), const SYS_ACCEPT4 = 541
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java

        public static final int SE_GROUP_ENABLED = 4;
        public static final int SE_GROUP_OWNER = 8;
        public static final int SE_GROUP_USE_FOR_DENY_ONLY = 16;
        public static final int SE_GROUP_RESOURCE = 536870912;
        public static final int SE_GROUP_LOGON_ID = -1073741824;
    
        public static class SamrRidWithAttribute extends NdrObject {
    
            public int rid;
            public int attributes;
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 14K bytes
    - Viewed (0)
  7. src/main/java/jcifs/dcerpc/msrpc/samr.java

        public static final int SE_GROUP_ENABLED = 4;
        public static final int SE_GROUP_OWNER = 8;
        public static final int SE_GROUP_USE_FOR_DENY_ONLY = 16;
        public static final int SE_GROUP_RESOURCE = 536870912;
        public static final int SE_GROUP_LOGON_ID = -1073741824;
    
        public static class SamrRidWithAttribute extends NdrObject {
    
            public int rid;
            public int attributes;
    
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:40:13 UTC 2019
    - 15.1K bytes
    - Viewed (0)
  8. src/runtime/asm_mips64x.s

    	DISPATCH(runtime·call33554432, 33554432)
    	DISPATCH(runtime·call67108864, 67108864)
    	DISPATCH(runtime·call134217728, 134217728)
    	DISPATCH(runtime·call268435456, 268435456)
    	DISPATCH(runtime·call536870912, 536870912)
    	DISPATCH(runtime·call1073741824, 1073741824)
    	MOVV	$runtime·badreflectcall(SB), R4
    	JMP	(R4)
    
    #define CALLFN(NAME,MAXSIZE)			\
    TEXT NAME(SB), WRAPPER, $MAXSIZE-48;		\
    	NO_LOCAL_POINTERS;			\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 19:45:59 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  9. src/runtime/asm_riscv64.s

    	DISPATCH(runtime·call33554432, 33554432)
    	DISPATCH(runtime·call67108864, 67108864)
    	DISPATCH(runtime·call134217728, 134217728)
    	DISPATCH(runtime·call268435456, 268435456)
    	DISPATCH(runtime·call536870912, 536870912)
    	DISPATCH(runtime·call1073741824, 1073741824)
    	MOV	$runtime·badreflectcall(SB), T2
    	JALR	ZERO, T2
    
    #define CALLFN(NAME,MAXSIZE)			\
    TEXT NAME(SB), WRAPPER, $MAXSIZE-48;		\
    	NO_LOCAL_POINTERS;			\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 27K bytes
    - Viewed (0)
  10. src/runtime/asm_s390x.s

    	DISPATCH(runtime·call33554432, 33554432)
    	DISPATCH(runtime·call67108864, 67108864)
    	DISPATCH(runtime·call134217728, 134217728)
    	DISPATCH(runtime·call268435456, 268435456)
    	DISPATCH(runtime·call536870912, 536870912)
    	DISPATCH(runtime·call1073741824, 1073741824)
    	MOVD	$runtime·badreflectcall(SB), R5
    	BR	(R5)
    
    #define CALLFN(NAME,MAXSIZE)			\
    TEXT NAME(SB), WRAPPER, $MAXSIZE-48;		\
    	NO_LOCAL_POINTERS;			\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 09:18:28 UTC 2024
    - 28.1K bytes
    - Viewed (0)
Back to top