Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 40 for 1b7fffffffffffffff (0.29 sec)

  1. src/internal/fuzz/encoding_test.go

    			want: `go test fuzz v1
    rune('\x00')
    rune('A')
    int32(-1)
    rune('�')
    int32(55296)
    rune('\U0010ffff')
    int32(1114112)`,
    		},
    		{
    			desc: "int overflow",
    			in: `go test fuzz v1
    int(0x7fffffffffffffff)
    uint(0xffffffffffffffff)`,
    			want: func() string {
    				switch strconv.IntSize {
    				case 32:
    					return `go test fuzz v1
    int(-1)
    uint(4294967295)`
    				case 64:
    					return `go test fuzz v1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 00:20:34 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

          fail();
        } catch (NumberFormatException expected) {
        }
      }
    
      public void testToString() {
        String[] tests = {
          "0",
          "ffffffffffffffff",
          "7fffffffffffffff",
          "ff1a618b7f65ea12",
          "5a4316b8c153ac4d",
          "6cf78a4b139a4e2a"
        };
        int[] bases = {2, 5, 7, 8, 10, 16};
        for (int base : bases) {
          for (String x : tests) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:36:17 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/ws/WebSocketReaderTest.kt

        assertFailsWith<ProtocolException> {
          clientReader.processNextFrame()
        }.also { expected ->
          assertThat(expected.message).isEqualTo(
            "Frame length 0x8000000000000000 > 0x7FFFFFFFFFFFFFFF",
          )
        }
      }
    
      @Test fun serverHelloTwoChunks() {
        data.write("818537fa213d7f9f4d".decodeHex()) // Hel
        data.write("5158".decodeHex()) // lo
        serverReader.processNextFrame()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

          fail();
        } catch (NumberFormatException expected) {
        }
      }
    
      public void testToString() {
        String[] tests = {
          "0",
          "ffffffffffffffff",
          "7fffffffffffffff",
          "ff1a618b7f65ea12",
          "5a4316b8c153ac4d",
          "6cf78a4b139a4e2a"
        };
        int[] bases = {2, 5, 7, 8, 10, 16};
        for (int base : bases) {
          for (String x : tests) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:36:17 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  5. src/strconv/atoi_test.go

    	// base 8
    	{"-10", 8, -8, nil},
    	{"57635436545", 8, 057635436545, nil},
    	{"100000000", 8, 1 << 24, nil},
    
    	// base 16
    	{"10", 16, 16, nil},
    	{"-123456789abcdef", 16, -0x123456789abcdef, nil},
    	{"7fffffffffffffff", 16, 1<<63 - 1, nil},
    
    	// underscores
    	{"-0x_1_2_3_4_5", 0, -0x12345, nil},
    	{"0x_1_2_3_4_5", 0, 0x12345, nil},
    	{"-_0x12345", 0, 0, ErrSyntax},
    	{"_-0x12345", 0, 0, ErrSyntax},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 21 05:09:21 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	CAP_GETSOCKNAME                = 0x200000200000000
    	CAP_GETSOCKOPT                 = 0x200000400000000
    	CAP_IOCTL                      = 0x400000000000080
    	CAP_IOCTLS_ALL                 = 0x7fffffffffffffff
    	CAP_KQUEUE                     = 0x400000000100040
    	CAP_KQUEUE_CHANGE              = 0x400000000100000
    	CAP_KQUEUE_EVENT               = 0x400000000000040
    	CAP_LINKAT_SOURCE              = 0x200020000000400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	CAP_GETSOCKNAME                = 0x200000200000000
    	CAP_GETSOCKOPT                 = 0x200000400000000
    	CAP_IOCTL                      = 0x400000000000080
    	CAP_IOCTLS_ALL                 = 0x7fffffffffffffff
    	CAP_KQUEUE                     = 0x400000000100040
    	CAP_KQUEUE_CHANGE              = 0x400000000100000
    	CAP_KQUEUE_EVENT               = 0x400000000000040
    	CAP_LINKAT_SOURCE              = 0x200020000000400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	CAP_GETSOCKNAME                = 0x200000200000000
    	CAP_GETSOCKOPT                 = 0x200000400000000
    	CAP_IOCTL                      = 0x400000000000080
    	CAP_IOCTLS_ALL                 = 0x7fffffffffffffff
    	CAP_KQUEUE                     = 0x400000000100040
    	CAP_KQUEUE_CHANGE              = 0x400000000100000
    	CAP_KQUEUE_EVENT               = 0x400000000000040
    	CAP_LINKAT_SOURCE              = 0x200020000000400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  9. pkg/registry/core/service/ipallocator/ipallocator_test.go

    			offset:  255,
    			want:    netip.MustParseAddr("192.168.0.255"),
    		},
    		{
    			name:    "IPv6 offset last",
    			address: netip.MustParseAddr("fd00:1:2:3::"),
    			offset:  0x7FFFFFFFFFFFFFFF,
    			want:    netip.MustParseAddr("fd00:1:2:3:7FFF:FFFF:FFFF:FFFF"),
    		},
    		{
    			name:    "IPv4 offset middle",
    			address: netip.MustParseAddr("192.168.0.0"),
    			offset:  128,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 25 13:14:46 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	RLIMIT_NOFILE                 = 0x7
    	RLIMIT_NPROC                  = 0x9
    	RLIMIT_RSS                    = 0x5
    	RLIMIT_STACK                  = 0x3
    	RLIM_INFINITY                 = 0x7fffffffffffffff
    	RTAX_AUTHOR                   = 0x6
    	RTAX_BRD                      = 0x7
    	RTAX_DST                      = 0x0
    	RTAX_GATEWAY                  = 0x1
    	RTAX_GENMASK                  = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top