Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for 9159 (0.11 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_MUNLOCK                      = 4155
    	SYS_MLOCKALL                     = 4156
    	SYS_MUNLOCKALL                   = 4157
    	SYS_SCHED_SETPARAM               = 4158
    	SYS_SCHED_GETPARAM               = 4159
    	SYS_SCHED_SETSCHEDULER           = 4160
    	SYS_SCHED_GETSCHEDULER           = 4161
    	SYS_SCHED_YIELD                  = 4162
    	SYS_SCHED_GET_PRIORITY_MAX       = 4163
    	SYS_SCHED_GET_PRIORITY_MIN       = 4164
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. pkg/proxy/metrics/metrics.go

    			Help:      "In Cluster Network Programming Latency in seconds",
    			Buckets: metrics.MergeBuckets(
    				metrics.LinearBuckets(0.25, 0.25, 2), // 0.25s, 0.50s
    				metrics.LinearBuckets(1, 1, 59),      // 1s, 2s, 3s, ... 59s
    				metrics.LinearBuckets(60, 5, 12),     // 60s, 65s, 70s, ... 115s
    				metrics.LinearBuckets(120, 30, 7),    // 2min, 2.5min, 3min, ..., 5min
    			),
    			StabilityLevel: metrics.ALPHA,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	ECMSINITIAL        = Errno(156)
    	EMVSINITIAL        = Errno(156)
    	ECMSERR            = Errno(157)
    	EMVSERR            = Errno(157)
    	EMVSPARM           = Errno(158)
    	ECMSPFSFILE        = Errno(159)
    	EMVSPFSFILE        = Errno(159)
    	EMVSBADCHAR        = Errno(160)
    	ECMSPFSPERM        = Errno(162)
    	EMVSPFSPERM        = Errno(162)
    	EMVSSAFEXTRERR     = Errno(163)
    	EMVSSAF2ERR        = Errno(164)
    	EMVSTODNOTSET      = Errno(165)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  4. test/inline_big.go

    	a[901] = 0
    	a[902] = 0
    	a[903] = 0
    	a[904] = 0
    	a[905] = 0
    	a[906] = 0
    	a[907] = 0
    	a[908] = 0
    	a[909] = 0
    	a[910] = 0
    	a[911] = 0
    	a[912] = 0
    	a[913] = 0
    	a[914] = 0
    	a[915] = 0
    	a[916] = 0
    	a[917] = 0
    	a[918] = 0
    	a[919] = 0
    	a[920] = 0
    	a[921] = 0
    	a[922] = 0
    	a[923] = 0
    	a[924] = 0
    	a[925] = 0
    	a[926] = 0
    	a[927] = 0
    	a[928] = 0
    	a[929] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. src/strconv/ftoa.go

    		mant <<= 1
    		exp--
    	}
    
    	// Round if requested.
    	if prec >= 0 && prec < 15 {
    		shift := uint(prec * 4)
    		extra := (mant << shift) & (1<<60 - 1)
    		mant >>= 60 - shift
    		if extra|(mant&1) > 1<<59 {
    			mant++
    		}
    		mant <<= 60 - shift
    		if mant&(1<<61) != 0 {
    			// Wrapped around.
    			mant >>= 1
    			exp++
    		}
    	}
    
    	hex := lowerhex
    	if fmt == 'X' {
    		hex = upperhex
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce

    00000000  16 03 03 00 14 9b cb 75  61 99 76 30 9c 14 a5 12  |.......ua.v0....|
    00000010  92 de b7 95 cc 8f fe ad  f1                       |.........|
    >>> Flow 7 (client to server)
    00000000  16 03 03 01 1a c7 9a be  e1 2a 62 9f 01 59 e9 6a  |.........*b..Y.j|
    00000010  5f d6 32 88 bd 39 76 1b  34 fd 39 8d c7 31 cb 97  |_.2..9v.4.9..1..|
    00000020  c6 09 8b 00 c9 f3 f9 00  c5 b6 48 e1 28 ae b8 8b  |..........H.(...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___CHECK_RESOURCE_AUTH_NP        = 0x392 // 914
    	SYS___CONVERT_ID_NP                 = 0x393 // 915
    	SYS___OPENVMREL                     = 0x394 // 916
    	SYS_WMEMCHR                         = 0x395 // 917
    	SYS_WMEMCMP                         = 0x396 // 918
    	SYS_WMEMCPY                         = 0x397 // 919
    	SYS_WMEMMOVE                        = 0x398 // 920
    	SYS_WMEMSET                         = 0x399 // 921
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. pkg/adsc/adsc.go

    	for _, r := range configurations {
    		for _, h := range r.VirtualHosts {
    			vh++
    			for _, rt := range h.Routes {
    				rcount++
    				// Example: match:<prefix:"/" > route:<cluster:"outbound|9154||load-se-154.local" ...
    				adscLog.Debugf("Handle route %v, path %v, cluster %v", h.Name, rt.Match.PathSpecifier, rt.GetRoute().GetCluster())
    			}
    		}
    		rds[r.Name] = r
    		size += proto.Size(r)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 22:18:49 UTC 2024
    - 35K bytes
    - Viewed (0)
  9. src/encoding/json/encode.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package json implements encoding and decoding of JSON as defined in
    // RFC 7159. The mapping between JSON and Go values is described
    // in the documentation for the Marshal and Unmarshal functions.
    //
    // See "JSON and Go" for an introduction to this package:
    // https://golang.org/doc/articles/json_and_go.html
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    000002d0  71 89 9a f5 02 2e 44 94  72 6d 08 e1 89 9a e1 4c  |q.....D.rm.....L|
    000002e0  ee 2f 15 9c 0d b6 67 1e  0c 17 b0 e9 03 7d 66 1c  |./....g......}f.|
    000002f0  28 6b 57 6d c8 49 5d ef  ca 4c 51 59 ae 17 55 97  |(kWm.I]..LQY..U.|
    00000300  54 f1 f5 64 19 ec 36 27  96 33 0e fd 65 42 ac 50  |T..d..6'.3..eB.P|
    00000310  bb cf f9 da fe 98 3d 83  79 a0 24 0d 9f 91 5c b0  |......=.y.$...\.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top