Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 0_7070 (0.13 sec)

  1. src/cmd/link/internal/mips64/asm.go

    	case objabi.R_ADDRMIPSTLS:
    		// thread pointer is at 0x7000 offset from the start of TLS data area
    		t := ldr.SymValue(rs) + r.Add() - 0x7000
    		if target.IsOpenbsd() {
    			// OpenBSD mips64 does not currently offset TLS by 0x7000,
    			// as such we need to add this back to get the correct offset.
    			t += 0x7000
    		}
    		if t < -32768 || t >= 32678 {
    			ldr.Errorf(s, "TLS offset out of range %d", t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_simulation_test.go

    					Call: simulation.Call{
    						Port:       8080,
    						HostHeader: "example.com",
    						Protocol:   simulation.HTTP,
    					},
    					Result: simulation.Result{
    						ListenerMatched:    "0.0.0.0_8080",
    						ClusterMatched:     "outbound|80||a.default",
    						RouteConfigMatched: "http.8080",
    						VirtualHostMatched: "example.com:80",
    					},
    				},
    				{
    					Name: "target port 2",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/operand_test.go

    	{"$((1<<63)-1)", "$9223372036854775807"},
    	{"$(-64*1024)", "$-65536"},
    	{"$(1024 * 8)", "$8192"},
    	{"$-1", "$-1"},
    	{"$-24(R4)", "$-24(R4)"},
    	{"$0", "$0"},
    	{"$0(R1)", "$(R1)"},
    	{"$0.5", "$(0.5)"},
    	{"$0x7000", "$28672"},
    	{"$0x88888eef", "$2290650863"},
    	{"$1", "$1"},
    	{"$_main<>(SB)", "$_main<>(SB)"},
    	{"$argframe(FP)", "$argframe(FP)"},
    	{"$runtime·tlsg(SB)", "$runtime.tlsg(SB)"},
    	{"$~3", "$-4"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_builder_test.go

    			{Name: "virtualInbound", Type: listenertest.MTLSTCP},
    			{Name: "virtualInbound", Type: listenertest.PlainTCP},
    			{Name: "virtualInbound", Type: listenertest.StandardTLS},
    			{Name: "0.0.0.0_8080", Type: listenertest.MTLSHTTP},
    			{Name: "0.0.0.0_8080", Type: listenertest.PlainTCP},
    		},
    		Filters: []string{
    			wellknown.OriginalDestination,
    			wellknown.TLSInspector,
    			wellknown.HTTPInspector,
    		},
    		TotalMatch: true,
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  5. pilot/pkg/xds/lds_test.go

    		}
    
    		// s1tcp:2000 outbound, bind=true (to reach other instances of the service)
    		// s1:5005 outbound, bind=true
    		// :443 - https external, bind=false
    		// 10.11.0.1_7070, bind=true -> inbound|2000|s1 - on port 7070, fwd to 37070
    		// virtual
    		if len(adscon.GetTCPListeners()) == 0 {
    			t.Fatal("No response")
    		}
    
    		for _, s := range []string{"lds_tcp", "lds_http", "rds", "cds", "ecds"} {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. src/syscall/types_windows.go

    	SO_BROADCAST              = 32
    	SO_LINGER                 = 128
    	SO_RCVBUF                 = 0x1002
    	SO_SNDBUF                 = 0x1001
    	SO_UPDATE_ACCEPT_CONTEXT  = 0x700b
    	SO_UPDATE_CONNECT_CONTEXT = 0x7010
    
    	IOC_OUT                            = 0x40000000
    	IOC_IN                             = 0x80000000
    	IOC_VENDOR                         = 0x18000000
    	IOC_INOUT                          = IOC_IN | IOC_OUT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	RTC_UIE_OFF                      = 0x7004
    	RTC_UIE_ON                       = 0x7003
    	RTC_VL_CLR                       = 0x7014
    	RTC_VL_READ                      = 0x80047013
    	RTC_WIE_OFF                      = 0x7010
    	RTC_WIE_ON                       = 0x700f
    	RTC_WKALM_RD                     = 0x80287010
    	RTC_WKALM_SET                    = 0x4028700f
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPING_OPT_STATS       = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	RTC_UIE_OFF                      = 0x7004
    	RTC_UIE_ON                       = 0x7003
    	RTC_VL_CLR                       = 0x7014
    	RTC_VL_READ                      = 0x80047013
    	RTC_WIE_OFF                      = 0x7010
    	RTC_WIE_ON                       = 0x700f
    	RTC_WKALM_RD                     = 0x80287010
    	RTC_WKALM_SET                    = 0x4028700f
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPING_OPT_STATS       = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	RTC_UIE_OFF                      = 0x7004
    	RTC_UIE_ON                       = 0x7003
    	RTC_VL_CLR                       = 0x7014
    	RTC_VL_READ                      = 0x80047013
    	RTC_WIE_OFF                      = 0x7010
    	RTC_WIE_ON                       = 0x700f
    	RTC_WKALM_RD                     = 0x80287010
    	RTC_WKALM_SET                    = 0x4028700f
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPING_OPT_STATS       = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	RTC_UIE_OFF                      = 0x7004
    	RTC_UIE_ON                       = 0x7003
    	RTC_VL_CLR                       = 0x7014
    	RTC_VL_READ                      = 0x80047013
    	RTC_WIE_OFF                      = 0x7010
    	RTC_WIE_ON                       = 0x700f
    	RTC_WKALM_RD                     = 0x80287010
    	RTC_WKALM_SET                    = 0x4028700f
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPING_OPT_STATS       = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top