Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 19041 (0.05 sec)

  1. src/cmd/compile/internal/test/testdata/copy_test.go

    	if a != want {
    		t.Errorf("t1040copy got=%v, want %v\n", a, want)
    	}
    }
    
    type T1041 struct {
    	pre  [8]byte
    	mid  [1041]byte
    	post [8]byte
    }
    
    //go:noinline
    func t1041copy_ssa(y, x *[1041]byte) {
    	*y = *x
    }
    func testCopy1041(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___FMTMSG_A                      = 0x76C // 1900
    	SYS___INITGROUPS_A                  = 0x76D // 1901
    	SYS_____LOGIN_A                     = 0x76E // 1902
    	SYS___MSGRCV_A                      = 0x76F // 1903
    	SYS___MSGSND_A                      = 0x770 // 1904
    	SYS___MSGXRCV_A                     = 0x771 // 1905
    	SYS___NFTW_A                        = 0x772 // 1906
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/proxier_test.go

    	populateEndpointSlices(fp,
    		makeTestEndpointSlice("ns4", "svc4", 1, func(eps *discovery.EndpointSlice) {
    			eps.AddressType = discovery.AddressTypeIPv4
    			eps.Endpoints = []discovery.Endpoint{{
    				Addresses: []string{"10.0.4.1"},
    			}}
    			eps.Ports = []discovery.EndpointPort{{
    				Name:     ptr.To("p80"),
    				Port:     ptr.To[int32](80),
    				Protocol: ptr.To(v1.ProtocolTCP),
    			}}
    		}),
    	)
    	fp.syncProxyRules()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  4. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^140352 mod p(x), x^140288 mod p(x) */
    DATA ·IEEEConst+1888(SB)/8,$0x0000000005a4fd8a
    DATA ·IEEEConst+1896(SB)/8,$0x0000000199d8746c
    
    	/* x^139328 mod p(x), x^139264 mod p(x) */
    DATA ·IEEEConst+1904(SB)/8,$0x0000000139f9fc46
    DATA ·IEEEConst+1912(SB)/8,$0x00000000ce9ca8a0
    
    	/* x^138304 mod p(x), x^138240 mod p(x) */
    DATA ·IEEEConst+1920(SB)/8,$0x000000015a1fa824
    DATA ·IEEEConst+1928(SB)/8,$0x00000000136edece
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	0xc75a, 0xc95b, 0xcb5c, 0xcd5d, 0xcf66,
    }
    
    // Size: 2128 bytes
    var variantIndex = map[string]uint8{
    	"1606nict": 0x0,
    	"1694acad": 0x1,
    	"1901":     0x2,
    	"1959acad": 0x3,
    	"1994":     0x67,
    	"1996":     0x4,
    	"abl1943":  0x5,
    	"akuapem":  0x6,
    	"alalc97":  0x69,
    	"aluku":    0x7,
    	"ao1990":   0x8,
    	"aranes":   0x9,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/test/callback.go

    func stack1896() { var buf [1896]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1900() { var buf [1900]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1904() { var buf [1904]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1908() { var buf [1908]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1912() { var buf [1912]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  7. src/unicode/tables.go

    		{0x11f40, 0x11f42, 2},
    		{0x13440, 0x13447, 7},
    		{0x13448, 0x13455, 1},
    		{0x16af0, 0x16af4, 1},
    		{0x16b30, 0x16b36, 1},
    		{0x16f4f, 0x16f8f, 64},
    		{0x16f90, 0x16f92, 1},
    		{0x16fe4, 0x1bc9d, 19641},
    		{0x1bc9e, 0x1cf00, 4706},
    		{0x1cf01, 0x1cf2d, 1},
    		{0x1cf30, 0x1cf46, 1},
    		{0x1d167, 0x1d169, 1},
    		{0x1d17b, 0x1d182, 1},
    		{0x1d185, 0x1d18b, 1},
    		{0x1d1aa, 0x1d1ad, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Sal Gemmæ. | 17 to 11 | 1'388 | 2'143 | 6477 Alume. | 35 to 24 | 1'1267 | 1'714 | 6570 Borax. | 22 to 15 | 1'1511 | 1'714 | 6716 Niter. | 32 to 21 | 1'345 | 1'9 | 7079 Dantzick Vitriol. | 303 to 200 | 1'295 | 1'715 | 7551 Oil of Vitriol. | 10 to 7 | 1'041 | 1'7 | 6124 Rain Water. | 529 to 396 | 0'7845 | 1' | 7845 Gum Arabick. | 31 to 21 | 1'179 | 1'375 | 8574 Spirit of Wine well | | | | rectified. | 100 to 73 | 0'8765 | 0'866 | 10121 Camphire. | 3 to 2 | 1'25 | 0'996 | 12551 Oil Olive. | 22 to 15 |...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top