Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 108 for I386 (0.04 sec)

  1. src/cmd/go/internal/help/helpdoc.go

    Operators have the same meaning as in Go.
    
    For example, the following build constraint constrains a file to
    build when the "linux" and "386" constraints are satisfied, or when
    "darwin" is satisfied and "cgo" is not:
    
    	//go:build (linux && 386) || (darwin && !cgo)
    
    It is an error for a file to have more than one //go:build line.
    
    During a particular build, the following build tags are satisfied:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_RENAMEAT2                    = 382
    	SYS_SECCOMP                      = 383
    	SYS_GETRANDOM                    = 384
    	SYS_MEMFD_CREATE                 = 385
    	SYS_BPF                          = 386
    	SYS_EXECVEAT                     = 387
    	SYS_USERFAULTFD                  = 388
    	SYS_MEMBARRIER                   = 389
    	SYS_MLOCK2                       = 390
    	SYS_COPY_FILE_RANGE              = 391
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  3. src/crypto/md5/md5block_386.s

    // Original source:
    //	http://www.zorinaq.com/papers/md5-amd64.html
    //	http://www.zorinaq.com/papers/md5-amd64.tar.bz2
    //
    // Translated from Perl generating GNU assembly into
    // #defines generating 8a assembly, and adjusted for 386,
    // by the Go Authors.
    
    //go:build !purego
    
    #include "textflag.h"
    
    // MD5 optimized for AMD64.
    //
    // Author: Marc Bevand <bevand_m (at) epita.fr>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  4. test/codegen/memcombine.go

    	_ = b[2]
    	// arm64:`MOVH\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB`
    	// 386:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    	// amd64:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    	// ppc64le:`MOVH\s`,-`MOVB`
    	// ppc64:`MOVHBR`,-`MOVB`
    	b[1], b[2] = byte(val), byte(val>>8)
    }
    
    func store_le_byte_2_inv(b []byte, val uint16) {
    	_ = b[2]
    	// 386:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    	// amd64:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 19:45:41 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go

    	SYS_PWRITEV2                = 381
    	SYS_KEXEC_FILE_LOAD         = 382
    	SYS_STATX                   = 383
    	SYS_PKEY_ALLOC              = 384
    	SYS_PKEY_FREE               = 385
    	SYS_PKEY_MPROTECT           = 386
    	SYS_RSEQ                    = 387
    	SYS_IO_PGETEVENTS           = 388
    	SYS_SEMTIMEDOP              = 392
    	SYS_SEMGET                  = 393
    	SYS_SEMCTL                  = 394
    	SYS_SHMGET                  = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go

    	SYS_PWRITEV2                = 381
    	SYS_KEXEC_FILE_LOAD         = 382
    	SYS_STATX                   = 383
    	SYS_PKEY_ALLOC              = 384
    	SYS_PKEY_FREE               = 385
    	SYS_PKEY_MPROTECT           = 386
    	SYS_RSEQ                    = 387
    	SYS_IO_PGETEVENTS           = 388
    	SYS_SEMTIMEDOP              = 392
    	SYS_SEMGET                  = 393
    	SYS_SEMCTL                  = 394
    	SYS_SHMGET                  = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_KEXEC_FILE_LOAD              = 382
    	SYS_STATX                        = 383
    	SYS_PKEY_ALLOC                   = 384
    	SYS_PKEY_FREE                    = 385
    	SYS_PKEY_MPROTECT                = 386
    	SYS_RSEQ                         = 387
    	SYS_IO_PGETEVENTS                = 388
    	SYS_SEMGET                       = 393
    	SYS_SEMCTL                       = 394
    	SYS_SHMGET                       = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  8. src/make.bat

    :: GO_GCFLAGS: Additional go tool compile arguments...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformerTest.java

        }
    
        public void test_encodeUrl_valid() {
            String url = "http://TEST.com/hoge/;jsessionid?p=id&test=ใƒ†ใ‚นใƒˆ&u=18718&v=123%3d#test";
            String result = "http://TEST.com/hoge/;jsessionid?p=id&test=%E3%83%86%E3%82%B9%E3%83%88&u=18718&v=123%3d#test";
            assertEquals(result, htmlTransformer.encodeUrl(url, "UTF-8"));
    
            url = ".-*_:/+%=&?#[]@~!$'(),;";
            result = ".-*_:/+%=&?#[]@~!$'(),;";
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  10. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ApplicationPluginIntegrationTest.groovy

            when:
            succeeds("run")
    
            then:
            executed(':compileJava', ':processResources', ':classes', ':jar', ':run')
        }
    
        @Issue("https://github.com/gradle/gradle-private/issues/3386")
        @Requires(UnitTestPreconditions.UnixDerivative)
        def "does not execute code in user-set environment variable"() {
            when:
            succeeds('installDist')
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top