Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for x1in (0.04 sec)

  1. src/crypto/internal/nistec/p256_asm_amd64.s

    	MOVOU (16*3)(BX), X3
    	MOVOU (16*4)(BX), X4
    	MOVOU (16*5)(BX), X5
    
    	MOVOU X0, x1in(16*0)
    	MOVOU X1, x1in(16*1)
    	MOVOU X2, y1in(16*0)
    	MOVOU X3, y1in(16*1)
    	MOVOU X4, z1in(16*0)
    	MOVOU X5, z1in(16*1)
    
    	MOVOU (16*0)(CX), X0
    	MOVOU (16*1)(CX), X1
    
    	MOVOU X0, x2in(16*0)
    	MOVOU X1, x2in(16*1)
    	// Store pointer to result
    	MOVQ mul0, rptr
    	MOVL t1, sel_save
    	MOVL t2, zero_save
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_arm64.s

    	CSEL	CC, x0, t0, x0;\
    	CSEL	CC, x1, t1, x1;\
    	CSEL	CC, x2, t2, x2;\
    	CSEL	CC, x3, t3, x3;
    /* ---------------------------------------*/
    #define x1in(off) (off)(a_ptr)
    #define y1in(off) (off + 32)(a_ptr)
    #define z1in(off) (off + 64)(a_ptr)
    #define x2in(off) (off)(b_ptr)
    #define z2in(off) (off + 64)(b_ptr)
    #define x3out(off) (off)(res_ptr)
    #define y3out(off) (off + 32)(res_ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/autoscaler_contract/OWNERS

    # Disable inheritance as code changes under this package should be known to sig-autoscaling team.
    options:
      no_parent_owners: true
    approvers:
      - sig-autoscaling-maintainers
      - x13n
    reviewers:
      - sig-autoscaling-maintainers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 22 15:18:12 UTC 2022
    - 287 bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/mmu.go

    			quantiles = []float64{0, 1 - .999, 1 - .99, 1 - .95}
    			break
    		}
    	}
    
    	// Find a nice starting point for the plot.
    	xMin := time.Second
    	for xMin > 1 {
    		if mmu := mmuCurve.MMU(xMin); mmu < 0.0001 {
    			break
    		}
    		xMin /= 1000
    	}
    	// Cover six orders of magnitude.
    	xMax := xMin * 1e6
    	// But no more than the length of the trace.
    	minEvent, maxEvent := mu[0][0].Time, mu[0][len(mu[0])-1].Time
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  5. cluster/addons/metadata-agent/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-instrumentation-approvers
    reviewers:
      - sig-instrumentation-reviewers
    labels:
      - sig/instrumentation
    emeritus_approvers:
      - kawych
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 13:14:29 UTC 2022
    - 213 bytes
    - Viewed (0)
  6. cluster/addons/fluentd-gcp/OWNERS

    approvers:
      - sig-instrumentation-approvers
    reviewers:
      - sig-instrumentation-reviewers
    labels:
      - area/provider/gcp
      - sig/instrumentation
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 13:14:29 UTC 2022
    - 224 bytes
    - Viewed (0)
  7. src/crypto/elliptic/p256_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package elliptic
    
    import (
    	"math/big"
    	"testing"
    )
    
    type scalarMultTest struct {
    	k          string
    	xIn, yIn   string
    	xOut, yOut string
    }
    
    var p256MultTests = []scalarMultTest{
    	{
    		"2a265f8bcbdcaf94d58519141e578124cb40d64a501fba9c11847b28965bc737",
    		"023819813ac969847059028ea88a1f30dfbcde03fc791d3a252c6b41211882ea",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 16:58:48 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  8. src/hash/crc32/crc32_test.go

    	{0x26216a4b, 0x75eb77dd, "His money is twice tainted: 'taint yours and 'taint mine.", "crc\x01ʇ\x91M\\\x1an\x88", "crc\x01wB\x84\x81W\a8Z"},
    	{0x1abbe45e, 0x91ebe9f7, "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977", "crc\x01ʇ\x91M\xb7\xf5\xf2\xca", "crc\x01wB\x84\x81\xc4o\x9d\x85"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.10.md

    * Reduced excessive logging from fluentd-gcp-scaler. ([#68837](https://github.com/kubernetes/kubernetes/pull/68837), [@x13n](https://github.com/x13n))
    * locking fix in vSphere cleanup function ([#68388](https://github.com/kubernetes/kubernetes/pull/68388), [@wgliang](https://github.com/wgliang))
        * The vSphere cloud provider has a cleanup function with a loop,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  10. src/html/template/escape_test.go

    			"styleBidiKeywordPassed",
    			`<p style="dir: {{"ltr"}}">`,
    			`<p style="dir: ltr">`,
    		},
    		{
    			"styleBidiPropNamePassed",
    			`<p style="border-{{"left"}}: 0; border-{{"right"}}: 1in">`,
    			`<p style="border-left: 0; border-right: 1in">`,
    		},
    		{
    			"styleExpressionBlocked",
    			`<p style="width: {{"expression(alert(1337))"}}">`,
    			`<p style="width: ZgotmplZ">`,
    		},
    		{
    			"styleTagSelectorPassed",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
Back to top