Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for b4 (0.02 sec)

  1. guava/src/com/google/common/primitives/Longs.java

       * order; equivalent to {@code Longs.fromByteArray(new byte[] {b1, b2, b3, b4, b5, b6, b7, b8})}.
       *
       * @since 7.0
       */
      public static long fromBytes(
          byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, byte b8) {
        return (b1 & 0xFFL) << 56
            | (b2 & 0xFFL) << 48
            | (b3 & 0xFFL) << 40
            | (b4 & 0xFFL) << 32
            | (b5 & 0xFFL) << 24
            | (b6 & 0xFFL) << 16
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS

    00000290  5f 58 cb 3b 74 16 03 03  00 88 0f 00 00 84 08 04  |_X.;t...........|
    000002a0  00 80 2e 4c af b1 f2 9c  de 14 92 81 c4 7d d1 2f  |...L.........}./|
    000002b0  a3 ba ba df 6f 26 da 2d  86 b4 1f 60 cd fe e7 c1  |....o&.-...`....|
    000002c0  77 02 a5 58 3f 6a fc 1d  ef 93 23 0a 9c c9 70 93  |w..X?j....#...p.|
    000002d0  f8 0c 67 fd 58 83 96 85  62 da 31 e7 a6 78 9f 1c  |..g.X...b.1..x..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA

    000000d0  65 6c 20 53 69 6e 67 30  81 9b 30 10 06 07 2a 86  |el Sing0..0...*.|
    000000e0  48 ce 3d 02 01 06 05 2b  81 04 00 23 03 81 86 00  |H.=....+...#....|
    000000f0  04 00 95 8c 91 75 14 c0  5e c4 57 b4 d4 c3 6f 8d  |.....u..^.W...o.|
    00000100  ae 68 1e dd 6f ce 86 e1  7e 6e b2 48 3e 81 e5 4e  |.h..o...~n.H>..N|
    00000110  e2 c6 88 4b 64 dc f5 30  bb d3 ff 65 cc 5b f4 dd  |...Kd..0...e.[..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. src/go/printer/testdata/declarations.input

    // formatting of multi-line variable declarations
    var a1, b1, c1 int  // all on one line
    
    var a2, b2,
    c2 int  // this line should be indented
    
    var (a3, b3,
    c3, d3 int  // this line should be indented
    a4, b4, c4 int  // this line should be indented
    )
    
    // Test case from issue 3304: multi-line declarations must end
    // a formatting section and not influence indentation of the
    // next line.
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.5K bytes
    - Viewed (0)
  5. src/go/printer/testdata/declarations.golden

    // formatting of multi-line variable declarations
    var a1, b1, c1 int	// all on one line
    
    var a2, b2,
    	c2 int	// this line should be indented
    
    var (
    	a3, b3,
    	c3, d3	int	// this line should be indented
    	a4, b4, c4	int	// this line should be indented
    )
    
    // Test case from issue 3304: multi-line declarations must end
    // a formatting section and not influence indentation of the
    // next line.
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    	X12
    	X13
    	X14
    	X15
    	X16
    	X17
    	X18
    	X19
    	X20
    	X21
    	X22
    	X23
    	X24
    	X25
    	X26
    	X27
    	X28
    	X29
    	X30
    	XZR
    
    	B0
    	B1
    	B2
    	B3
    	B4
    	B5
    	B6
    	B7
    	B8
    	B9
    	B10
    	B11
    	B12
    	B13
    	B14
    	B15
    	B16
    	B17
    	B18
    	B19
    	B20
    	B21
    	B22
    	B23
    	B24
    	B25
    	B26
    	B27
    	B28
    	B29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  7. src/net/ip_test.go

    	{"fe80::1%911", nil},
    	{"", nil},
    	//6 zeroes in one group
    	{"0:0:0:0:000000:ffff:127.1.2.3", nil},
    	//5 zeroes in one group edge case
    	{"0:0:0:0:00000:ffff:127.1.2.3", nil},
    	{"a1:a2:a3:a4::b1:b2:b3:b4", nil}, // Issue 6628
    	{"127.001.002.003", nil},
    	{"::ffff:127.001.002.003", nil},
    	{"123.000.000.000", nil},
    	{"1.2..4", nil},
    	{"0123.0.0.1", nil},
    }
    
    func TestParseIP(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:17:29 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  8. pkg/config/validation/agent/validation_test.go

    			localities: []string{"a/b", "a/b/c"},
    			valid:      false,
    		},
    		{
    			name:       "valid localities",
    			localities: []string{"a1/*", "a2/*", "a3/b3/c3", "a4/b4", "a5/b5/*"},
    			valid:      true,
    		},
    	}
    	for _, c := range cases {
    		t.Run(c.name, func(t *testing.T) {
    			err := validateLocalities(c.localities)
    			if !c.valid && err == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  9. src/go/types/issues_test.go

    			""}, // no error expected
    
    		{nil, `package b3; type S struct{}; func (S) M(); var _ interface { M() } = S{}`,
    			""}, // no error expected
    
    		{nil, `package b4; type S struct{}; func (S) M(); var _ interface { m() } = S{}`,
    			"S does not implement interface{m()} (missing method m) have M() want m()"},
    
    		{nil, `package b5; type S struct{}; func (S) M(); var _ interface { n() } = S{}`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/issues_test.go

    			""}, // no error expected
    
    		{nil, `package b3; type S struct{}; func (S) M(); var _ interface { M() } = S{}`,
    			""}, // no error expected
    
    		{nil, `package b4; type S struct{}; func (S) M(); var _ interface { m() } = S{}`,
    			"S does not implement interface{m()} (missing method m) have M() want m()"},
    
    		{nil, `package b5; type S struct{}; func (S) M(); var _ interface { n() } = S{}`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
Back to top