Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for 4th (0.12 sec)

  1. src/internal/runtime/syscall/asm_linux_amd64.s

    // a5  | R8          | R8
    // a6  | R9          | R9
    //
    // r1  | AX          | AX
    // r2  | BX          | DX
    // err | CX          | part of AX
    //
    // Note that this differs from "standard" ABI convention, which would pass 4th
    // arg in CX, not R10.
    TEXT ·Syscall6<ABIInternal>(SB),NOSPLIT,$0
    	// a6 already in R9.
    	// a5 already in R8.
    	MOVQ	SI, R10 // a4
    	MOVQ	DI, DX  // a3
    	MOVQ	CX, SI  // a2
    	MOVQ	BX, DI  // a1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 21:28:32 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go

    	// adds support for resizing container terminals.
    	StreamProtocolV3Name = "v3.channel.k8s.io"
    
    	// The SPDY subprotocol "v4.channel.k8s.io" is used for remote command
    	// attachment/execution. It is the 4th version of the subprotocol and
    	// adds support for exit codes.
    	StreamProtocolV4Name = "v4.channel.k8s.io"
    
    	// The subprotocol "v5.channel.k8s.io" is used for remote command
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 18:37:18 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/doc/c4/README.adoc

    # Gradle Kotlin DSL C4 Model
    
    Core link:https://c4model.com/#coreDiagrams[C4 Model] diagrams for the Gradle Kotlin DSL.
    
    NOTE: The optional 4th level, UML diagrams, isn't provided, favoring the source code and inspection tools.
    
    ## Level 1: System Context diagram
    
    A developer uses the Gradle Kotlin DSL either via Gradle directly or in an IDE that uses the Kotlin DSL support via Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Nov 19 00:01:54 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/tests/duplicate_shape_determining_constants.mlir

      %5 = "tf.AddV2"(%strides, %strides) {device = ""} : (tensor<3xi32>, tensor<3xi32>) -> tensor<3xi32>
    
      return %0 : tensor<8x4x14x14x16xf32>
    }
    
    // Check that the constants that are input to XlaConvV2's 3rd, 4th, 5th, 6th
    // and 7th arguments are cloned with same value.
    // CHECK-DAG: %[[STRIDES:.*]] = "tf.Const"()
    // CHECK-SAME: value = dense<[3, 1, 1]> : tensor<3xi32>
    // CHECK-DAG: %[[STRIDES_COPY:.*]] = "tf.Const"()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 07:44:46 UTC 2022
    - 11K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/web-platform-test-toascii.json

    [
      {
        "comment": "Label with hyphens in 3rd and 4th position",
        "input": "aa--",
        "output": "aa--"
      },
      {
        "input": "a†--",
        "output": "xn--a---kp0a"
      },
      {
        "input": "ab--c",
        "output": "ab--c"
      },
      {
        "comment": "Label with leading hyphen",
        "input": "-x",
        "output": "-x"
      },
      {
        "input": "-†",
        "output": "xn----xhn"
      },
      {
        "input": "-x.xn--zca",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/util/NumberUtilTest.groovy

            ordinal == NumberUtil.ordinal(input)
    
            where:
            input | ordinal
            0     | "0th"
            1     | "1st"
            2     | "2nd"
            3     | "3rd"
            4     | "4th"
            10    | "10th"
            11    | "11th"
            12    | "12th"
            13    | "13th"
            14    | "14th"
            20    | "20th"
            21    | "21st"
            22    | "22nd"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  7. samples/kind-lb/README.md

    when it creates a k8s cluster. This parameter is used as the 3rd octet for the
    public IP v4 addresses when a load balancer is created. The default value is 255.
    The first two octets are determined by the docker network created by `KinD`, the 4th octet
    is hard coded as 200-240. As you might have guessed, for each k8s cluster one can
    create at most 40 public IP v4 addresses.
    
    The `ip-space` parameter is not required when you create just one cluster, however, when
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 19:08:19 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/asm_zos_s390x.s

    	MOVD 0(R7), R2
    
    	//  arg 3 --> R3
    	CMP  R8, $0
    	BEQ  docall
    	SUB  $1, R8
    	ADD  $8, R7
    	MOVD 0(R7), R3
    
    	CMP  R8, $0
    	BEQ  docall
    	MOVD $2176+16, R6 // starting LE stack address-8 to store 4th argument
    
    repeat:
    	ADD  $8, R7
    	MOVD 0(R7), R0      // advance arg pointer by 8 byte
    	ADD  $8, R6         // advance LE argument address by 8 byte
    	MOVD R0, (R4)(R6*1) // copy argument from go-slice to le-frame
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/fuse.go

    				s1, ss1 = b, ss0
    			} else {
    				return false
    			}
    		} else {
    			return false
    		}
    	}
    	ss := ss0
    
    	// s0 and s1 are equal with b if the corresponding block is missing
    	// (2nd, 3rd and 4th case in the figure).
    
    	for _, v := range ss.Values {
    		if v.Op == OpPhi && v.Uses > 0 && v.Args[i0] != v.Args[i1] {
    			return false
    		}
    	}
    
    	// We do not need to redirect the Preds of s0 and s1 to ss,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 20:45:54 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. src/runtime/sys_darwin_arm64.s

    	MOVD	48(R0), R5	// a6
    	MOVD	8(R0), R0	// a1
    
    	// If fn is declared as vararg, we have to pass the vararg arguments on the stack.
    	// See syscall above. The only function this applies to is openat, for which the 4th
    	// arg must be on the stack.
    	MOVD	R3, (RSP)
    
    	BL	(R12)
    
    	MOVD	8(RSP), R2	// pop structure pointer
    	ADD	$16, RSP
    	MOVD	R0, 56(R2)	// save r1
    	MOVD	R1, 64(R2)	// save r2
    	CMPW	$-1, R0
    	BNE	ok
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:59 UTC 2023
    - 18.3K bytes
    - Viewed (0)
Back to top