Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for 268435455 (0.16 sec)

  1. src/cmd/compile/internal/test/testdata/arith_test.go

    func testLargeConst(t *testing.T) {
    	if want, got := uint32(268435440), invalidAdd_ssa(1); want != got {
    		t.Errorf("testLargeConst add failed, wanted %d got %d", want, got)
    	}
    	if want, got := uint32(4026531858), invalidSub_ssa(1); want != got {
    		t.Errorf("testLargeConst sub failed, wanted %d got %d", want, got)
    	}
    	if want, got := uint32(268435455), invalidMul_ssa(1); want != got {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:30:59 UTC 2023
    - 43.5K bytes
    - Viewed (0)
  2. test/codegen/bits.go

    	n += a | (1 << 31)
    
    	// amd64:"ORL\t[$]268435456"
    	n += a | (1 << 28)
    
    	// amd64:"ORL\t[$]1"
    	n += a | (1 << 0)
    
    	return n
    }
    
    func bitoff32(a, b uint32) (n uint32) {
    	// amd64:"BTRL"
    	n += b &^ (1 << (a & 31))
    
    	// amd64:"ANDL\t[$]2147483647"
    	n += a &^ (1 << 31)
    
    	// amd64:"ANDL\t[$]-268435457"
    	n += a &^ (1 << 28)
    
    	// amd64:"ANDL\t[$]-2"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_sandbox_linux_test.go

    		cgroupVersion    CgroupVersion
    	}{
    		{
    			description: "pod with overhead defined",
    			pod:         getPodWithOverhead(),
    			expectedResource: &runtimeapi.LinuxContainerResources{
    				MemoryLimitInBytes: 268435456,
    				CpuPeriod:          100000,
    				CpuQuota:           400000,
    				CpuShares:          2048,
    			},
    			expectedOverhead: &runtimeapi.LinuxContainerResources{
    				MemoryLimitInBytes: 134217728,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const IN_CLASSC_HOST = 255
    pkg syscall (darwin-386), const IN_CLASSC_NET = 4294967040
    pkg syscall (darwin-386), const IN_CLASSC_NSHIFT = 8
    pkg syscall (darwin-386), const IN_CLASSD_HOST = 268435455
    pkg syscall (darwin-386), const IN_CLASSD_NET = 4026531840
    pkg syscall (darwin-386), const IN_CLASSD_NSHIFT = 28
    pkg syscall (darwin-386), const IN_LINKLOCALNETNUM = 2851995648
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. src/crypto/x509/oid_test.go

    	{[]byte{41, 2, 3}, true, "1.1.2.3", []uint64{1, 1, 2, 3}},
    	{[]byte{86, 2, 3}, true, "2.6.2.3", []uint64{2, 6, 2, 3}},
    
    	{[]byte{41, 255, 255, 255, 127}, true, "1.1.268435455", []uint64{1, 1, 268435455}},
    	{[]byte{41, 0x87, 255, 255, 255, 127}, true, "1.1.2147483647", []uint64{1, 1, 2147483647}},
    	{[]byte{41, 255, 255, 255, 255, 127}, true, "1.1.34359738367", []uint64{1, 1, 34359738367}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 19:10:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  6. src/runtime/asm_wasm.s

    	DISPATCH(runtime·call16777216, 16777216)
    	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; \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 21:26:51 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NSHIFT = 8
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NSHIFT ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_HOST = 268435455
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_HOST ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NET = 4026531840
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NET ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IN_CLASSC_NET ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSC_NSHIFT = 8
    pkg syscall (darwin-arm64), const IN_CLASSC_NSHIFT ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSD_HOST = 268435455
    pkg syscall (darwin-arm64), const IN_CLASSD_HOST ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSD_NET = 4026531840
    pkg syscall (darwin-arm64), const IN_CLASSD_NET ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.3.txt

    pkg syscall (freebsd-386), const RT_NORTREF ideal-int
    pkg syscall (freebsd-386), const SIGLIBRT = 33
    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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IN_CLASSC_NET ideal-int
    pkg syscall (freebsd-arm64), const IN_CLASSC_NSHIFT = 8
    pkg syscall (freebsd-arm64), const IN_CLASSC_NSHIFT ideal-int
    pkg syscall (freebsd-arm64), const IN_CLASSD_HOST = 268435455
    pkg syscall (freebsd-arm64), const IN_CLASSD_HOST ideal-int
    pkg syscall (freebsd-arm64), const IN_CLASSD_NET = 4026531840
    pkg syscall (freebsd-arm64), const IN_CLASSD_NET ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top