Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for 5e10 (0.29 sec)

  1. src/archive/tar/writer_test.go

    						Typeflag: TypeGNUSparse,
    						Name:     "gnu-sparse",
    						Size:     6e10,
    						SparseHoles: []sparseEntry{
    							{Offset: 0e10, Length: 1e10 - 100},
    							{Offset: 1e10, Length: 1e10 - 100},
    							{Offset: 2e10, Length: 1e10 - 100},
    							{Offset: 3e10, Length: 1e10 - 100},
    							{Offset: 4e10, Length: 1e10 - 100},
    							{Offset: 5e10, Length: 1e10 - 100},
    						},
    					}, nil},
    					testReadFrom{fileOps{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	SYS_FSTAT                   = 5005
    	SYS_LSTAT                   = 5006
    	SYS_POLL                    = 5007
    	SYS_LSEEK                   = 5008
    	SYS_MMAP                    = 5009
    	SYS_MPROTECT                = 5010
    	SYS_MUNMAP                  = 5011
    	SYS_BRK                     = 5012
    	SYS_RT_SIGACTION            = 5013
    	SYS_RT_SIGPROCMASK          = 5014
    	SYS_IOCTL                   = 5015
    	SYS_PREAD64                 = 5016
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_FSTAT                   = 5005
    	SYS_LSTAT                   = 5006
    	SYS_POLL                    = 5007
    	SYS_LSEEK                   = 5008
    	SYS_MMAP                    = 5009
    	SYS_MPROTECT                = 5010
    	SYS_MUNMAP                  = 5011
    	SYS_BRK                     = 5012
    	SYS_RT_SIGACTION            = 5013
    	SYS_RT_SIGPROCMASK          = 5014
    	SYS_IOCTL                   = 5015
    	SYS_PREAD64                 = 5016
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. helm-releases/minio-5.1.0.tgz

    minio-5.1.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2024-03-03T17-50-39Z description: High Performance Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 5.1.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 03 18:49:37 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. analysis/analysis-api-fe10/resources/META-INF/analysis-api/analysis-api-fe10.xml

        />
    
        <projectService
            serviceInterface="org.jetbrains.kotlin.idea.references.KotlinReferenceProviderContributor"
            serviceImplementation="org.jetbrains.kotlin.references.fe10.base.KtFe10KotlinReferenceProviderContributor"
        />
    
        <projectService
            serviceInterface="org.jetbrains.kotlin.idea.references.ReadWriteAccessChecker"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. src/internal/fmtsort/sort_test.go

    	ct(reflect.TypeOf(uintptr(0)), 0, 1, 5),
    	ct(reflect.TypeOf(string("")), "", "a", "ab"),
    	ct(reflect.TypeOf(float32(0)), math.NaN(), math.Inf(-1), -1e10, 0, 1e10, math.Inf(1)),
    	ct(reflect.TypeOf(float64(0)), math.NaN(), math.Inf(-1), -1e10, 0, 1e10, math.Inf(1)),
    	ct(reflect.TypeOf(complex64(0+1i)), -1-1i, -1+0i, -1+1i, 0-1i, 0+0i, 0+1i, 1-1i, 1+0i, 1+1i),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. src/internal/runtime/syscall/defs_linux_mips64x.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build linux && (mips64 || mips64le)
    
    package syscall
    
    const (
    	SYS_MPROTECT      = 5010
    	SYS_FCNTL         = 5070
    	SYS_EPOLL_CTL     = 5208
    	SYS_EPOLL_PWAIT   = 5272
    	SYS_EPOLL_CREATE1 = 5285
    	SYS_EPOLL_PWAIT2  = 5441
    	SYS_EVENTFD2      = 5284
    
    	EFD_NONBLOCK = 0x80
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 14:54:29 UTC 2024
    - 538 bytes
    - Viewed (0)
  8. test/codegen/bits.go

    	if a[2]>>63 == 0 {
    		return 1
    	}
    	// amd64:"BTQ\t[$]60"
    	if (a[3]>>60)&1 == 0 {
    		return 1
    	}
    	// amd64:"BTL\t[$]1"
    	if (a[4]>>1)&1 == 0 {
    		return 1
    	}
    	// amd64:"BTL\t[$]0"
    	if (a[5]>>0)&1 == 0 {
    		return 1
    	}
    	// amd64:"BTL\t[$]7"
    	if (a[6]>>5)&4 == 0 {
    		return 1
    	}
    	return 0
    }
    
    func bitcheck64_var(a, b uint64) (n int) {
    	// amd64:"BTQ"
    	if a&(1<<(b&63)) != 0 {
    		return 1
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/tracing_none_golden.json

      },
      "node": {
        "id": "sidecar~1.2.3.4~foo~bar",
        "cluster": "istio-proxy",
        "locality": {
        },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

      },
      "node": {
        "id": "sidecar~1.2.3.4~foo~bar",
        "cluster": "istio-proxy",
        "locality": {
        },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top