Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for sub2 (0.13 sec)

  1. src/math/bits/bits.go

    // --- Subtract with borrow ---
    
    // Sub returns the difference of x, y and borrow: diff = x - y - borrow.
    // The borrow input must be 0 or 1; otherwise the behavior is undefined.
    // The borrowOut output is guaranteed to be 0 or 1.
    //
    // This function's execution time does not depend on the inputs.
    func Sub(x, y, borrow uint) (diff, borrowOut uint) {
    	if UintSize == 32 {
    		d32, b32 := Sub32(uint32(x), uint32(y), uint32(borrow))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

         * 
         * @see DialectVersion
         * @return maximum protocol version to use/allow
         * @since 2.1
         */
        DialectVersion getMaximumVersion ();
    
    
        /**
         * Use SMB2 non-backward compatible negotiation style
         * 
         * Property <tt>jcifs.smb.client.useSMB2Negotiation</tt> (boolean, default false)
         * 
         * @return whether to use non-backward compatible protocol negotiation
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  3. src/hash/crc32/crc32_ppc64le.s

    	CMP     R14,$1
    	BNE     castshTable
    	MOVD    $·IEEEConst(SB),R3
    	ADD	$4080,R3
    	BR      startshConst
    castshTable:
    	MOVD    $·CastConst(SB),R3
    	ADD	$4080,R3
    
    startshConst:
    	SUBC	R5,$256,R6	// sub from 256
    	ADD	R3,R6,R3
    
    	// calculate where to start
    
    	SRD	$4,R5,R7
    	MOVD	R7,CTR
    
    	VXOR	V19,V19,V19
    	VXOR	V20,V20,V20
    
    	LVX	(R4),V0
    	LVX	(R3),V16
    	VXOR	V0,V8,V0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 12:09:50 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/test/java/jcifs/tests/FileAttributesTest.java

            super(name, properties);
        }
    
    
        @Parameters ( name = "{0}" )
        public static Collection<Object> configs () {
            return getConfigs("smb1", "noUnicode", "forceUnicode", "noNTStatus", "noNTSmbs", "smb2", "smb30", "smb31");
        }
    
    
        @Test
        public void testBaseFile () throws MalformedURLException, CIFSException {
            try ( SmbResource f = getDefaultShareRoot() ) {
                checkConnection(f);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  5. src/test/java/jcifs/tests/EnumTest.java

            super(name, properties);
        }
    
    
        @Parameters ( name = "{0}" )
        public static Collection<Object> configs () {
            return getConfigs("smb1", "noUnicode", "forceUnicode", "noNTStatus", "noNTSmbs", "smb2", "smb30", "smb31");
        }
    
    
        @Ignore ( "This causes a connection to whatever local master browser is available, config may be incompatible with it" )
        @Test
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationDependenciesBuildOperationIntegrationTest.groovy

            setup:
            def m1 = mavenHttpRepo.module('org.foo', 'some-dep').publish()
    
            createDirs("projectB", "projectB/sub1")
            file("projectB/settings.gradle") << """
            rootProject.name = 'project-b'
            include "sub1"
            """
    
            file("projectB/build.gradle") << """
                    buildscript {
                        repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    		{name: "ADDD", argLength: 2, reg: fp21, asm: "ADDD", commutative: true}, // arg0 + arg1
    		{name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"},                    // arg0 - arg1
    		{name: "SUBD", argLength: 2, reg: fp21, asm: "SUBD"},                    // arg0 - arg1
    		{name: "MULF", argLength: 2, reg: fp21, asm: "MULF", commutative: true}, // arg0 * arg1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go

    		{name: "ADDD", argLength: 2, reg: fp21, asm: "ADDD", commutative: true}, // arg0 + arg1
    		{name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"},                    // arg0 - arg1
    		{name: "SUBD", argLength: 2, reg: fp21, asm: "SUBD"},                    // arg0 - arg1
    		{name: "MULF", argLength: 2, reg: fp21, asm: "MULF", commutative: true}, // arg0 * arg1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 03:36:31 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  9. src/crypto/aes/gcm_ppc64x.s

    	LXVD2X (HTBL)(R10), VH2H
    
    loop_2x:
    	LXVD2X (INP)(R0), VIN1
    #ifdef GOARCH_ppc64le
    	VPERM  IN1, IN1, LEMASK, IN1
    #endif
    
    	SUBC    $32, LEN, LEN
    	VPMSUMD IN, H2L, XL   // H^2.lo·Xi.lo
    	VPMSUMD IN1, HL, XL1  // H.lo·Xi+1.lo
    	SUBE    R11, R11, R11 // borrow?-1:0
    	VPMSUMD IN, H2, XM    // H^2.hi·Xi.lo+H^2.lo·Xi.hi
    	VPMSUMD IN1, H, XM1   // H.hi·Xi+1.lo+H.lo·Xi+1.hi
    	AND     LEN, R11, R11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  10. src/regexp/syntax/regexp.go

    		} else {
    			b.WriteRune('(')
    		}
    		if re.Sub[0].Op != OpEmptyMatch {
    			writeRegexp(b, re.Sub[0], flags[re.Sub[0]], flags)
    		}
    		b.WriteRune(')')
    	case OpStar, OpPlus, OpQuest, OpRepeat:
    		p := printFlags(0)
    		sub := re.Sub[0]
    		if sub.Op > OpCapture || sub.Op == OpLiteral && len(sub.Rune) > 1 {
    			p = flagPrec
    		}
    		writeRegexp(b, sub, p, flags)
    
    		switch re.Op {
    		case OpStar:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:51 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top