Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for in1 (0.02 sec)

  1. src/crypto/aes/gcm_ppc64x.s

    	LXVD2X (INP)(R10), VIN3
    	ADD    $0x40, INP, INP
    #ifdef GOARCH_ppc64le
    	VPERM  IN0, IN0, LEMASK, IN0
    	VPERM  IN1, IN1, LEMASK, IN1
    	VPERM  IN2, IN2, LEMASK, IN2
    	VPERM  IN3, IN3, LEMASK, IN3
    #endif
    
    	VXOR IN0, XL, XH
    
    	VPMSUMD IN1, H3L, XL1
    	VPMSUMD IN1, H3, XM1
    	VPMSUMD IN1, H3H, XH1
    
    	VPERM   H2, H, HIPERM, H21L
    	VPERM   IN2, IN3, LOPERM, T0
    	VPERM   H2, H, LOPERM, H21H
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  2. src/crypto/aes/asm_ppc64x.s

    	VSPLTW	$3, IN0, KEY        // vspltw 3,1,3
    	VSLDOI	$12, ZERO, IN1, TMP // vsldoi 6,0,2,12
    	VSBOX	KEY, KEY            // vsbox 3,3
    
    	VXOR	IN1, TMP, IN1       // vxor 2,2,6
    	VSLDOI	$12, ZERO, TMP, TMP // vsldoi 6,0,6,12
    	VXOR	IN1, TMP, IN1       // vxor 2,2,6
    	VSLDOI	$12, ZERO, TMP, TMP // vsldoi 6,0,6,12
    	VXOR	IN1, TMP, IN1       // vxor 2,2,6
    
    	VXOR	IN1, KEY, IN1 // vxor 2,2,3
    	JMP	loop256       // b .Loop256
    
    done:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/impl/DirectorySnapshotterTest.groovy

            relativePaths == [
                "in1", "in1/linked",
                "in1/linked/in2", "in1/linked/in2/some", "in1/linked/in2/some/dir", "in1/linked/in2/some/dir/file.txt",
                "in1/linked/other", "in1/linked/other/linked3",
                "in1/linked/other/linked3/another", "in1/linked/other/linked3/another/fileLink",
                "in1/linked/other/linked3/in3", "in1/linked/other/linked3/in3/my", "in1/linked/other/linked3/in3/my/file.txt",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 23.6K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    // position.
    #define EXPAND(in0, in1, d0, d1, d2, d3, d4) \
    	VPERM  in0, in1, EX0, d0 \
    	VPERM  in0, in1, EX1, d2 \
    	VPERM  in0, in1, EX2, d4 \
    	VESRLG $26, d0, d1       \
    	VESRLG $30, d2, d3       \
    	VESRLG $4, d2, d2        \
    	VN     MOD26, d0, d0     \ // [in0₂₆[0], in1₂₆[0]]
    	VN     MOD26, d3, d3     \ // [in0₂₆[3], in1₂₆[3]]
    	VN     MOD26, d1, d1     \ // [in0₂₆[1], in1₂₆[1]]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm.go

    // If zero is 0, sets res = in2. If sel is 0, sets res = in1.
    // If sign is not 0, sets res = in1 + -in2. Otherwise, sets res = in1 + in2
    //
    //go:noescape
    func p256PointAddAffineAsm(res, in1 *P256Point, in2 *p256AffinePoint, sign, sel, zero int)
    
    // Point addition. Sets res = in1 + in2. Returns one if the two input points
    // were equal and zero otherwise. If in1 or in2 are the point at infinity, res
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/tests/decompose.mlir

    // CHECK-NEXT: %[[in0:.*]] = "tfr.cast"(%arg0) : (tensor<1x2x3x4x!tf_type.string>) -> !tfr.tensor
    // CHECK-NEXT: %[[in1:.*]] = "tfr.cast"(%arg1) : (tensor<f32>) -> !tfr.tensor
    // CHECK-NEXT: %[[id0:.*]] = tfr.call @tf__risc(%[[in0]]) : (!tfr.tensor) -> !tfr.tensor
    // CHECK-NEXT: %[[id1:.*]] = tfr.call @tf__risc(%[[in1]]) : (!tfr.tensor) -> !tfr.tensor
    // CHECK-NEXT: %[[back:.*]] = "tfr.cast"(%[[id1]]) : (!tfr.tensor) -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  7. src/crypto/internal/nistec/p256_asm_arm64.s

    	MOVD	y3, x3
    	CBNZ	b_ptr, sqrLoop
    
    	STP	(y0, y1), 0*16(res_ptr)
    	STP	(y2, y3), 1*16(res_ptr)
    	RET
    /* ---------------------------------------*/
    // func p256Mul(res, in1, in2 *p256Element)
    TEXT ·p256Mul(SB),NOSPLIT,$0
    	MOVD	res+0(FP), res_ptr
    	MOVD	in1+8(FP), a_ptr
    	MOVD	in2+16(FP), b_ptr
    
    	MOVD	p256const0<>(SB), const0
    	MOVD	p256const1<>(SB), const1
    
    	LDP	0*16(a_ptr), (x0, x1)
    	LDP	1*16(a_ptr), (x2, x3)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  8. src/cmd/internal/dwarf/dwarf.go

    // its two arguments, then returns the new list.
    func MergeRanges(in1, in2 []Range) []Range {
    	out := make([]Range, 0, len(in1)+len(in2))
    	i, j := 0, 0
    	for {
    		var cur Range
    		if i < len(in2) && j < len(in1) {
    			if in2[i].Start < in1[j].Start {
    				cur = in2[i]
    				i++
    			} else {
    				cur = in1[j]
    				j++
    			}
    		} else if i < len(in2) {
    			cur = in2[i]
    			i++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p256_asm_amd64.s

    	MOVQ acc3, (8*3)(res_ptr)
    	MOVQ res_ptr, x_ptr
    	DECQ BX
    	JNE  sqrLoop
    
    	RET
    /* ---------------------------------------*/
    // func p256Mul(res, in1, in2 *p256Element)
    TEXT ·p256Mul(SB),NOSPLIT,$0
    	MOVQ res+0(FP), res_ptr
    	MOVQ in1+8(FP), x_ptr
    	MOVQ in2+16(FP), y_ptr
    	// x * y[0]
    	MOVQ (8*0)(y_ptr), t0
    
    	MOVQ (8*0)(x_ptr), AX
    	MULQ t0
    	MOVQ AX, acc0
    	MOVQ DX, acc1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  10. test/chan/powser1.go

    			dat[0] = nil
    		case it = <-dat[1]:
    			out[1] = it
    			dat[1] = nil
    		}
    	}
    	return out
    }
    
    // Get one rat from each of 2 demand channels
    
    func get2(in0 *dch, in1 *dch) []rat {
    	return getn([]*dch{in0, in1})
    }
    
    func copy(in *dch, out *dch) {
    	for {
    		<-out.req
    		out.dat <- get(in)
    	}
    }
    
    func repeat(dat rat, out *dch) {
    	for {
    		put(dat, out)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 22:22:20 UTC 2020
    - 12.7K bytes
    - Viewed (0)
Back to top