Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 86 for 65533 (0.49 sec)

  1. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Psalter_Pahlavi <type 1>;
    var Punct <type 1>;
    var Quotation_Mark <type 1>;
    var Radical <type 1>;
    type <type 5>;
    type <type 8>;
    type <type 2>;
    var Rejang <type 1>;
    const ReplacementChar = 65533' ;
    var Runic <type 1>;
    var S <type 1>;
    var STerm <type 1>;
    var Samaritan <type 1>;
    var Saurashtra <type 1>;
    var Sc <type 1>;
    var Scripts <type 28 map [<type -16>] <type 1>>;
    var Sentence_Terminal <type 1>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/divconst_test.go

    	t.Run("257", testdiv(257, func(n uint64) (uint64, uint64) { return n / 257, n % 257 }))
    	t.Run("65535", testdiv(65535, func(n uint64) (uint64, uint64) { return n / 65535, n % 65535 }))
    	t.Run("65536", testdiv(65536, func(n uint64) (uint64, uint64) { return n / 65536, n % 65536 }))
    	t.Run("65537", testdiv(65537, func(n uint64) (uint64, uint64) { return n / 65537, n % 65537 }))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 00:07:35 UTC 2020
    - 7.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/test/mulconst_test.go

    			x *= -120
    		}
    		mulSinkI32 = x
    	})
    	// 65537x = 65536x + x
    	b.Run("65537", func(b *testing.B) {
    		x := int32(1)
    		for i := 0; i < b.N; i++ {
    			x *= 65537
    		}
    		mulSinkI32 = x
    	})
    	// 65538x = 65536x + 2x
    	b.Run("65538", func(b *testing.B) {
    		x := int32(1)
    		for i := 0; i < b.N; i++ {
    			x *= 65538
    		}
    		mulSinkI32 = x
    	})
    }
    
    func BenchmarkMulconstI64(b *testing.B) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 18 15:39:44 UTC 2020
    - 4.3K bytes
    - Viewed (0)
  4. docker/iptables.yaml

        - libgcc
    archs:
      - x86_64
      - aarch64
    paths:
    - path: /run
      type: directory
      permissions: 0o755
    accounts:
      users:
        - username: nonroot
          uid: 65532
        - username: nobody
          uid: 65534
      run-as: 65532
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 17:24:41 UTC 2024
    - 541 bytes
    - Viewed (0)
  5. src/internal/types/testdata/fixedbugs/issue63563.go

    	_ = int16(1 /* ERROR "constant 65535 overflows int16" */ <<16 - 1)
    	_ = int32(1 /* ERROR "constant 4294967295 overflows int32" */ <<32 - 1)
    	_ = int64(1 /* ERROR "constant 18446744073709551615 overflows int64" */ <<64 - 1)
    
    	_ = uint8(1 /* ERROR "constant 256 overflows uint8" */ << 8)
    	_ = uint16(1 /* ERROR "constant 65536 overflows uint16" */ << 16)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 16:11:16 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  6. src/net/net_fake_test.go

    		ln.Close()
    		for _, c := range dialed {
    			c.Close()
    		}
    		<-done
    	}()
    
    	// Since this test is not running in parallel, we expect to be able to open
    	// all 65535 valid (fake) ports. The listener is already using one, so
    	// we should be able to Dial the remaining 65534.
    	for len(dialed) < (1<<16)-2 {
    		c, err := Dial(ln.Addr().Network(), ln.Addr().String())
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/loong64enc2.s

    	AND	$65536, R4		// 1e02001484f81400
    	AND	$4096, R4		// 3e00001484f81400
    	SGT	$65536, R4, R5		// 1e02001485781200
    	SGT	$4096, R4, R5		// 3e00001485781200
    	SGT	$65536, R4		// 1e02001484781200
    	SGT	$4096, R4		// 3e00001484781200
    	SGTU	$65536, R4, R5		// 1e02001485f81200
    	SGTU	$4096, R4, R5		// 3e00001485f81200
    	SGTU	$65536, R4		// 1e02001484f81200
    	SGTU	$4096, R4		// 3e00001484f81200
    	ADDU	$65536, R4, R5		// 1e02001485781000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 10 15:50:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/loong64enc3.s

    	MOVB	y+4097(FP), R4			// 3e000014de8f1000c4270028
    	MOVBU	y+4097(FP), R4			// 3e000014de8f1000c427002a
    	MOVW	65536(R5), R4			// 1e020014de971000c4038028
    	MOVWU	65536(R5), R4			// 1e020014de971000c403802a
    	MOVV	65536(R5), R4			// 1e020014de971000c403c028
    	MOVB	65536(R5), R4			// 1e020014de971000c4030028
    	MOVBU	65536(R5), R4			// 1e020014de971000c403002a
    	MOVW	4096(R5), R4			// 3e000014de971000c4038028
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 14 23:57:43 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/external-forward-proxy-deployment.yaml

        matchLabels:
          app: external-forward-proxy
      template:
        metadata:
          labels:
            app: external-forward-proxy
        spec:
          securityContext:
            runAsUser: 65534
            runAsGroup: 65534
            fsGroup: 65534
          containers:
          - name: external-forward-proxy
            image: envoyproxy/envoy:v1.21.0
            imagePullPolicy: IfNotPresent
            volumeMounts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 11 08:07:45 UTC 2023
    - 701 bytes
    - Viewed (0)
  10. src/runtime/memmove_linux_amd64_test.go

    	if errno != 0 {
    		t.Skipf("could not create memory mapping: %s", errno)
    	}
    	syscall.Syscall(syscall.SYS_MUNMAP, base, 3<<30, 0)
    
    	for off := uintptr(0); off < 3<<30; off += 65536 {
    		_, _, errno := syscall.Syscall6(syscall.SYS_MMAP,
    			base+off, 65536, syscall.PROT_READ|syscall.PROT_WRITE, syscall.MAP_SHARED|syscall.MAP_FIXED, tmp.Fd(), 0)
    		if errno != 0 {
    			t.Skipf("could not map a page at requested 0x%x: %s", base+off, errno)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:48:30 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top