Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 1810000000 (0.24 sec)

  1. src/cmd/asm/internal/asm/operand_test.go

    	{"$0x7fffffe00000", "$140737486258176"},
    	{"$0xfffffffffffff001", "$-4095"},
    	{"$1", "$1"},
    	{"$1.0", "$(1.0)"},
    	{"$10", "$10"},
    	{"$1000", "$1000"},
    	{"$1000000", "$1000000"},
    	{"$1000000000", "$1000000000"},
    	{"$__tsan_func_enter(SB)", "$__tsan_func_enter(SB)"},
    	{"$main(SB)", "$main(SB)"},
    	{"$masks<>(SB)", "$masks<>(SB)"},
    	{"$setg_gcc<>(SB)", "$setg_gcc<>(SB)"},
    	{"$shifts<>(SB)", "$shifts<>(SB)"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/ppc64.s

    	SUBC R3, $65537, R4             // 3fe0000163ff00017c83f810
    
    	MULLW R3, R4                    // 7c8419d6
    	MULLW R3, R4, R5                // 7ca419d6
    	MULLW $10, R3                   // 1c63000a
    	MULLW $10000000, R3             // 641f009863ff96807c7f19d6
    
    	MULLWCC R3, R4, R5              // 7ca419d7
    	MULHW R3, R4, R5                // 7ca41896
    
    	MULHWU R3, R4, R5               // 7ca41816
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  3. src/archive/tar/strconv_test.go

    		{077, "77\x00", true},
    		{0100, "\x80\x00\x40", true},
    		{0, "0000000\x00", true},
    		{0123, "0000123\x00", true},
    		{07654321, "7654321\x00", true},
    		{07777777, "7777777\x00", true},
    		{010000000, "\x80\x00\x00\x00\x00\x20\x00\x00", true},
    		{0, "00000000000\x00", true},
    		{000001234567, "00001234567\x00", true},
    		{076543210321, "76543210321\x00", true},
    		{012345670123, "12345670123\x00", true},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  4. src/archive/tar/reader_test.go

    			Name:     "file3",
    			ModTime:  time.Unix(0, 0),
    			Format:   FormatUSTAR,
    		}, {
    			Typeflag:   TypeReg,
    			Name:       "file4",
    			ModTime:    time.Unix(1400000000, 0),
    			PAXRecords: map[string]string{"mtime": "1400000000"},
    			Format:     FormatPAX,
    		}},
    	}, {
    		file: "testdata/nil-uid.tar", // golang.org/issue/5290
    		headers: []*Header{{
    			Name:     "P1050238.JPG.log",
    			Mode:     0664,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
    pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
    pkg time, const Saturday = 6
    pkg time, const Second = 1000000000
    pkg time, const September = 9
    pkg time, const Stamp = "Jan _2 15:04:05"
    pkg time, const StampMicro = "Jan _2 15:04:05.000000"
    pkg time, const StampMilli = "Jan _2 15:04:05.000"
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. src/archive/tar/writer_test.go

    			testHeader{Header{
    				Typeflag: TypeReg, Name: "file3",
    			}, nil},
    			testHeader{Header{
    				Typeflag:   TypeReg,
    				Name:       "file4",
    				ModTime:    time.Unix(1400000000, 0),
    				PAXRecords: map[string]string{"mtime": "1400000000"},
    			}, nil},
    			testClose{nil},
    		},
    	}, {
    		file: "testdata/gnu-utf8.tar",
    		tests: []testFnc{
    			testHeader{Header{
    				Typeflag: TypeReg,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 27 16:39:23 GMT 2024
    - 38.7K bytes
    - Viewed (0)
Back to top