Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for 65520 (0.06 sec)

  1. src/cmd/internal/obj/arm64/a.out.go

    	C_UAUTO32K    // 0 to 32760, 0 mod 8 + C_PSAUTO
    	C_UAUTO64K    // 0 to 65520, 0 mod 16 + C_PSAUTO
    	C_LAUTOPOOL   // any other constant up to 64 bits (needs pool literal)
    	C_LAUTO       // any other constant up to 64 bits
    
    	C_SEXT1  // 0 to 4095, direct
    	C_SEXT2  // 0 to 8190
    	C_SEXT4  // 0 to 16380
    	C_SEXT8  // 0 to 32760
    	C_SEXT16 // 0 to 65520
    	C_LEXT
    
    	C_ZOREG     // 0(R)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	FMOVS	F1, 4(R2) // 410400bd
    	FMOVS	F20, (R0) // 140000bd
    	FMOVD	F1, 1(R2) // 411000fc
    	FMOVD	F1, 8(R2) // 410400fd
    	FMOVD	F20, (R2) // 540000fd
    	FMOVQ	F0, 32(R5)// a008803d
    	FMOVQ	F10, 65520(R10) // 4afdbf3d
    	FMOVQ	F11, 64(RSP)    // eb13803d
    	FMOVQ	F11, 8(R20)     // 8b82803c
    	FMOVQ	F11, 4(R20)     // 8b42803c
    
    	MOVB	1(R1), R2 // 22048039
    	MOVH	1(R1), R2 // 22108078
    	MOVH	2(R1), R2 // 22048079
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/loong64enc3.s

    	SC	R4, 65536(R5)			// 1e020014de971000c4030021
    	SC	R4, 4096(R5)	   		// 3e000014de971000c4030021
    	MOVW	y+65540(FP), R4			// 1e020014de8f1000c4338028
    	MOVWU	y+65540(FP), R4			// 1e020014de8f1000c433802a
    	MOVV	y+65540(FP), R4			// 1e020014de8f1000c433c028
    	MOVB	y+65540(FP), R4			// 1e020014de8f1000c4330028
    	MOVBU	y+65540(FP), R4			// 1e020014de8f1000c433002a
    	MOVW	y+4097(FP), R4			// 3e000014de8f1000c4278028
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 14 23:57:43 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  4. test/inline_big.go

    	a[640] = 0
    	a[641] = 0
    	a[642] = 0
    	a[643] = 0
    	a[644] = 0
    	a[645] = 0
    	a[646] = 0
    	a[647] = 0
    	a[648] = 0
    	a[649] = 0
    	a[650] = 0
    	a[651] = 0
    	a[652] = 0
    	a[653] = 0
    	a[654] = 0
    	a[655] = 0
    	a[656] = 0
    	a[657] = 0
    	a[658] = 0
    	a[659] = 0
    	a[660] = 0
    	a[661] = 0
    	a[662] = 0
    	a[663] = 0
    	a[664] = 0
    	a[665] = 0
    	a[666] = 0
    	a[667] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/PmdExtension.java

            this.ruleSets = project.getObjects().listProperty(String.class);
        }
    
        /**
         * The built-in rule sets to be used. See the <a href="https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_rules_java.html">official list</a> of built-in rule sets.
         *
         * If not configured explicitly, the returned conventional value is "category/java/errorprone.xml", unless {@link #getRuleSetConfig()} returns.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  6. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/Pmd.java

        public void setPmdClasspath(FileCollection pmdClasspath) {
            this.pmdClasspath = pmdClasspath;
        }
    
        /**
         * The built-in rule sets to be used. See the <a href="https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_rules_java.html">official list</a> of built-in rule sets.
         *
         * <pre>
         *     ruleSets = ["basic", "braces"]
         * </pre>
         */
        @Input
        public List<String> getRuleSets() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 19 14:14:11 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  7. src/hash/adler32/adler32.go

    //	are done modulo 65521. s1 is initialized to 1, s2 to zero.  The
    //	Adler-32 checksum is stored as s2*65536 + s1 in most-
    //	significant-byte first (network) order.
    package adler32
    
    import (
    	"errors"
    	"hash"
    	"internal/byteorder"
    )
    
    const (
    	// mod is the largest prime that is less than 65536.
    	mod = 65521
    	// nmax is the largest n such that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 12 05:36:29 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. src/cmd/internal/bio/buf_mmap.go

    // distinct mapped regions per process. As of this writing:
    //
    //	Darwin    unlimited
    //	DragonFly   1000000 (vm.max_proc_mmap)
    //	FreeBSD   unlimited
    //	Linux         65530 (vm.max_map_count) // TODO: query /proc/sys/vm/max_map_count?
    //	NetBSD    unlimited
    //	OpenBSD   unlimited
    var mmapLimit int32 = 1<<31 - 1
    
    func init() {
    	// Linux is the only practically concerning OS.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:20:31 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. platforms/jvm/code-quality/src/test/groovy/org/gradle/api/plugins/quality/PmdPluginTest.groovy

        }
    
        def "pmd 6.55.0 is loading the right dependencies"() {
            expect:
            PmdPlugin.calculateDefaultDependencyNotation("6.55.0") == Collections.singleton("net.sourceforge.pmd:pmd-java:6.55.0")
        }
    
        def "pmd 5.1.0 is loading the right dependencies"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 14:47:31 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  10. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/JavaExecWithLongCommandLineIntegrationTest.groovy

            outputContains("Shortening Java classpath")
        }
    
        private static List<String> getLongCommandLine(int maxCommandLength = getMaxArgs()) {
            final int maxIndividualArgLength = 65530
            List<String> result = new ArrayList<>()
            while (maxCommandLength > 0) {
                result.add('a' * maxIndividualArgLength)
                maxCommandLength -= maxIndividualArgLength
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top