Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 104 for 0123456x (0.14 sec)

  1. src/encoding/asn1/marshal_test.go

    }
    
    var marshalTests = []marshalTest{
    	{10, "02010a"},
    	{127, "02017f"},
    	{128, "02020080"},
    	{-128, "020180"},
    	{-129, "0202ff7f"},
    	{intStruct{64}, "3003020140"},
    	{bigIntStruct{big.NewInt(0x123456)}, "30050203123456"},
    	{twoIntStruct{64, 65}, "3006020140020141"},
    	{nestedStruct{intStruct{127}}, "3005300302017f"},
    	{[]byte{1, 2, 3}, "0403010203"},
    	{implicitTagTest{64}, "3003850140"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 10K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	ANDW	$0x6006000060060, R27, R5                        // ERROR "cannot use REGTMP as source"
    	STP	(R3, R4), 0x1234567(R27)                         // ERROR "REGTMP used in large offset store"
    	LDP	0x1234567(R27), (R3, R4)                         // ERROR "REGTMP used in large offset load"
    	STP	(R26, R27), 700(R2)                              // ERROR "cannot use REGTMP as source"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  3. src/archive/tar/strconv_test.go

    		{"032033\x00 ", 032033, true},
    		{"320330\x00 ", 0320330, true},
    		{"0000660\x00 ", 0660, true},
    		{"\x00 0000660\x00 ", 0660, true},
    		{"0123456789abcdef", 0, false},
    		{"0123456789\x00abcdef", 0, false},
    		{"01234567\x0089abcdef", 342391, true},
    		{"0123\x7e\x5f\x264123", 0, false},
    	}
    
    	for _, v := range vectors {
    		var p parser
    		got := p.parseNumeric([]byte(v.in))
    		ok := (p.err == nil)
    		if ok != v.ok {
    			if v.ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 09 05:28:50 UTC 2021
    - 14K bytes
    - Viewed (0)
  4. test/codegen/bits.go

    	// arm64: "ADDS\t[$]7",-"MOVD\t[$]7"
    	d, b := bits.Add64(x, 7, 0)
    	return b & d
    }
    
    func foldConstOutOfRange(a uint64) uint64 {
    	// arm64: "MOVD\t[$]19088744",-"ADD\t[$]19088744"
    	return a + 0x1234568
    }
    
    // Verify sign-extended values are not zero-extended under a bit mask (#61297)
    func signextendAndMask8to64(a int8) (s, z uint64) {
    	// ppc64x: "MOVB", "ANDCC\t[$]1015,"
    	s = uint64(a) & 0x3F7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. pkg/registry/core/service/allocator/bitmap_test.go

    		},
    	}
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			subTests := []sets.Int{
    				sets.NewInt(),
    				sets.NewInt(0),
    				sets.NewInt(0, 2, 5),
    				sets.NewInt(0, 1, 2, 3, 4, 5, 6, 7),
    			}
    
    			for i, ts := range subTests {
    				m := tc.allocator(tc.max, "test", tc.reserved)
    				for offset := range ts {
    					if ok, _ := m.Allocate(offset); !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 10 08:56:31 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  6. src/time/time_test.go

    		}
    	}
    }
    
    var notEncodableTimes = []struct {
    	time Time
    	want string
    }{
    	{Date(0, 1, 2, 3, 4, 5, 6, FixedZone("", -1*60)), "Time.MarshalBinary: unexpected zone offset"},
    	{Date(0, 1, 2, 3, 4, 5, 6, FixedZone("", -32769*60)), "Time.MarshalBinary: unexpected zone offset"},
    	{Date(0, 1, 2, 3, 4, 5, 6, FixedZone("", 32768*60)), "Time.MarshalBinary: unexpected zone offset"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. cmd/testdata/xl-many-parts.meta

    "��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��#�#�#�#�#�#�#�#�#�#	�#
    L294:�#�#�#
    �#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�# �#!�#"�##�#$�#%�#&�#'�#(�#)�#*�#+�#,�#-�#.�#/�#0�#1�#2�#3�#4�#5�#6�#7�#8�PartETags��PartSizes�#8�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 02 21:40:38 UTC 2023
    - 808.8K bytes
    - Viewed (0)
  8. src/strconv/atoi_test.go

    	{"-0_1_2_3_4_5", 0, -012345, nil}, // octal
    	{"0_1_2_3_4_5", 0, 012345, nil},   // octal
    	{"-_012345", 0, 0, ErrSyntax},
    	{"_-012345", 0, 0, ErrSyntax},
    	{"_012345", 0, 0, ErrSyntax},
    	{"0__12345", 0, 0, ErrSyntax},
    	{"01234__5", 0, 0, ErrSyntax},
    	{"012345_", 0, 0, ErrSyntax},
    
    	{"+0xf", 0, 0xf, nil},
    	{"-0xf", 0, -0xf, nil},
    	{"0x+f", 0, 0, ErrSyntax},
    	{"0x-f", 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)
  9. src/strconv/quote.go

    			// single-byte string, possibly not UTF-8
    			value = v
    			break
    		}
    		if !utf8.ValidRune(v) {
    			err = ErrSyntax
    			return
    		}
    		value = v
    		multibyte = true
    	case '0', '1', '2', '3', '4', '5', '6', '7':
    		v := rune(c) - '0'
    		if len(s) < 2 {
    			err = ErrSyntax
    			return
    		}
    		for j := 0; j < 2; j++ { // one digit already; two more
    			x := rune(s[j]) - '0'
    			if x < 0 || x > 7 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/topologymanager/policy_test.go

    			1: {11, 10, 12, 12},
    			2: {12, 12, 10, 11},
    			3: {12, 12, 11, 10},
    		},
    	}
    }
    
    func commonNUMAInfoEightNodes() *NUMAInfo {
    	return &NUMAInfo{
    		Nodes: []int{0, 1, 2, 3, 4, 5, 6, 7},
    		NUMADistances: NUMADistances{
    			0: {10, 11, 12, 12, 30, 30, 30, 30},
    			1: {11, 10, 12, 12, 30, 30, 30, 30},
    			2: {12, 12, 10, 11, 30, 30, 30, 30},
    			3: {12, 12, 11, 10, 30, 30, 30, 30},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 16:52:08 UTC 2022
    - 34.6K bytes
    - Viewed (0)
Back to top