Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 96 of 96 for _base (0.04 sec)

  1. platforms/documentation/docs/src/docs/dsl/org.gradle.platform.base.SourceComponentSpec.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 513 bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/main/resources/META-INF/gradle-plugins/org.gradle.component-model-base.properties

    implementation-class=org.gradle.language.base.plugins.ComponentModelBasePlugin...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 79 bytes
    - Viewed (0)
  3. src/crypto/sha512/sha512block_arm64.s

    	SHA512H	V7.D2, V6, i3 \
    	VADD	i3.D2, i1.D2, i4.D2 \
    	SHA512H2	i0.D2, i1, i3
    
    // func blockAsm(dig *digest, p []byte)
    TEXT ·blockAsm(SB),NOSPLIT,$0
    	MOVD	dig+0(FP), R0
    	MOVD	p_base+8(FP), R1
    	MOVD	p_len+16(FP), R2
    	MOVD	·_K+0(SB), R3
    
    	// long enough to prefetch
    	PRFM	(R3), PLDL3KEEP
    	// load digest
    	VLD1	(R0), [V8.D2, V9.D2, V10.D2, V11.D2]
    loop:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. src/cmd/internal/notsha256/sha256block_386.s

    #define SHA256ROUND1(index, const, a, b, c, d, e, f, g, h) \
    	MSGSCHEDULE1(index); \
    	SHA256ROUND(index, const, a, b, c, d, e, f, g, h)
    
    TEXT ·block(SB),0,$296-16
    	MOVL	p_base+4(FP), SI
    	MOVL	p_len+8(FP), DX
    	SHRL	$6, DX
    	SHLL	$6, DX
    
    	LEAL	(SI)(DX*1), DI
    	MOVL	DI, 288(SP)
    	CMPL	SI, DI
    	JEQ	end
    
    	LEAL	256(SP), DI		// variables
    
    	MOVL	dig+0(FP), BP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  5. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Terminal_Punctuation <type 1>;
    var Thaana <type 1>;
    var Thai <type 1>;
    var Tibetan <type 1>;
    var Tifinagh <type 1>;
    var Tirhuta <type 1>;
    var Title <type 1>;
    const TitleCase = 2 ;
    func To (_case <type -11>, r <type -21>) <type -21>;
    func ToLower (r <type -21>) <type -21>;
    func ToTitle (r <type -21>) <type -21>;
    func ToUpper (r <type -21>) <type -21>;
    var TurkishCase <type 10>;
    var Ugaritic <type 1>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  6. src/crypto/sha512/sha512block_riscv64.s

    #define SHA512ROUND1(index, a, b, c, d, e, f, g, h) \
    	MSGSCHEDULE1(index); \
    	SHA512ROUND(index, a, b, c, d, e, f, g, h)
    
    // func block(dig *digest, p []byte)
    TEXT ·block(SB),0,$128-32
    	MOV	p_base+8(FP), X29
    	MOV	p_len+16(FP), X30
    	SRL	$7, X30
    	SLL	$7, X30
    
    	ADD	X29, X30, X28
    	BEQ	X28, X29, end
    
    	MOV	·_K(SB), X18		// const table
    	ADD	$8, X2, X19		// message schedule
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top