Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 105 for 12p6 (0.05 sec)

  1. src/encoding/csv/reader.go

    	// The fields can be accessed by using the indexes in fieldIndexes.
    	// E.g., For the row `a,"b","c""d",e`, recordBuffer will contain `abc"de`
    	// and fieldIndexes will contain the indexes [1, 2, 5, 6].
    	recordBuffer []byte
    
    	// fieldIndexes is an index of fields inside recordBuffer.
    	// The i'th field ends at offset fieldIndexes[i] in recordBuffer.
    	fieldIndexes []int
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:32:28 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Reader.kt

         *
         * @param streamId stream which has a priority change.
         * @param streamDependency the stream ID this stream is dependent on.
         * @param weight relative proportion of priority in `[1..256]`.
         * @param exclusive inserts this stream ID as the sole child of `streamDependency`.
         */
        fun priority(
          streamId: Int,
          streamDependency: Int,
          weight: Int,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. src/net/ip.go

    func (ip IP) To4() IP {
    	if len(ip) == IPv4len {
    		return ip
    	}
    	if len(ip) == IPv6len &&
    		isZeros(ip[0:10]) &&
    		ip[10] == 0xff &&
    		ip[11] == 0xff {
    		return ip[12:16]
    	}
    	return nil
    }
    
    // To16 converts the IP address ip to a 16-byte representation.
    // If ip is not an IP address (it is the wrong length), To16 returns nil.
    func (ip IP) To16() IP {
    	if len(ip) == IPv4len {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. doc/godebug.md

    pages can be disabled for Go memory with the
    [`disablethp` setting](/pkg/runtime#hdr-Environment_Variable).
    This behavior was backported to Go 1.21.1, but the setting is only available
    starting with Go 1.21.6.
    This setting may be removed in a future release, and users impacted by this issue
    should adjust their Linux configuration according to the recommendations in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_CANNOT_OPEN_PROFILE                                                 syscall.Errno = 1205
    	ERROR_BAD_PROFILE                                                         syscall.Errno = 1206
    	ERROR_NOT_CONTAINER                                                       syscall.Errno = 1207
    	ERROR_EXTENDED_ERROR                                                      syscall.Errno = 1208
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  6. src/runtime/sys_linux_386.s

    	MOVL	$SYS_rt_sigaction, AX
    	MOVL	sig+0(FP), BX
    	MOVL	new+4(FP), CX
    	MOVL	old+8(FP), DX
    	MOVL	size+12(FP), SI
    	INVOKE_SYSCALL
    	MOVL	AX, ret+16(FP)
    	RET
    
    TEXT runtime·sigfwd(SB),NOSPLIT,$12-16
    	MOVL	fn+0(FP), AX
    	MOVL	sig+4(FP), BX
    	MOVL	info+8(FP), CX
    	MOVL	ctx+12(FP), DX
    	MOVL	SP, SI
    	SUBL	$32, SP
    	ANDL	$-15, SP	// align stack: handler might be a C function
    	MOVL	BX, 0(SP)
    	MOVL	CX, 4(SP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce

    00000380  31 35 40 aa 29 42 32 7e  42 2d af 79 e8 59 6a 10  |15@.)B2~B-.y.Yj.|
    00000390  c5 55 6b 70 53 53 ab 02  48 ba 1f df 07 59 f8 34  |.UkpSS..H....Y.4|
    000003a0  ee 1d d3 e9 12 86 8b 37  2b cc 27 78 fe e1 65 2b  |.......7+.'x..e+|
    000003b0  c3 1e f2 25 a4 6d 3c b1  d4 16 03 03 00 4a 50 98  |...%.m<......JP.|
    000003c0  cd ee ab 2c 94 95 d6 46  06 ef 63 65 5c aa 6d 6e  |...,...F..ce\.mn|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  8. pkg/controller/endpoint/endpoints_controller_test.go

    			{IP: "1.2.3.5", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}},
    			{IP: "1.2.3.6", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod2", Namespace: ns}},
    		},
    		Ports: []v1.EndpointPort{
    			{Name: "port0", Port: 8080, Protocol: "TCP"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/cpumanager/policy_test.go

    			245: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			66:  {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			186: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			126: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			246: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			73:  {CoreID: 26, SocketID: 1, NUMANodeID: 1},
    			193: {CoreID: 26, SocketID: 1, NUMANodeID: 1},
    			133: {CoreID: 26, SocketID: 1, NUMANodeID: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/tests/tfl_legalize_hlo.mlir

        %15 = "mhlo.compare"(%arg2, %arg4) {comparison_direction = #mhlo<comparison_direction LT>} : (tensor<i32>, tensor<i32>) -> tensor<i1>
        %16 = mhlo.and %14, %15 : tensor<i1>
        %17 = mhlo.or %12, %16 : tensor<i1>
        %18 = "mhlo.select"(%17, %arg2, %arg4) : (tensor<i1>, tensor<i32>, tensor<i32>) -> tensor<i32>
        "mhlo.return"(%13, %18) : (tensor<i16>, tensor<i32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 40.1K bytes
    - Viewed (0)
Back to top