Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 57 for 100000000000 (0.12 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go

    	CBitFieldMaskBit14 = 0x2000000000000
    	CBitFieldMaskBit15 = 0x1000000000000
    	CBitFieldMaskBit16 = 0x800000000000
    	CBitFieldMaskBit17 = 0x400000000000
    	CBitFieldMaskBit18 = 0x200000000000
    	CBitFieldMaskBit19 = 0x100000000000
    	CBitFieldMaskBit20 = 0x80000000000
    	CBitFieldMaskBit21 = 0x40000000000
    	CBitFieldMaskBit22 = 0x20000000000
    	CBitFieldMaskBit23 = 0x10000000000
    	CBitFieldMaskBit24 = 0x8000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go

    	CBitFieldMaskBit14 = 0x2000000000000
    	CBitFieldMaskBit15 = 0x1000000000000
    	CBitFieldMaskBit16 = 0x800000000000
    	CBitFieldMaskBit17 = 0x400000000000
    	CBitFieldMaskBit18 = 0x200000000000
    	CBitFieldMaskBit19 = 0x100000000000
    	CBitFieldMaskBit20 = 0x80000000000
    	CBitFieldMaskBit21 = 0x40000000000
    	CBitFieldMaskBit22 = 0x20000000000
    	CBitFieldMaskBit23 = 0x10000000000
    	CBitFieldMaskBit24 = 0x8000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go

    	CBitFieldMaskBit39 = 0x8000000000
    	CBitFieldMaskBit40 = 0x10000000000
    	CBitFieldMaskBit41 = 0x20000000000
    	CBitFieldMaskBit42 = 0x40000000000
    	CBitFieldMaskBit43 = 0x80000000000
    	CBitFieldMaskBit44 = 0x100000000000
    	CBitFieldMaskBit45 = 0x200000000000
    	CBitFieldMaskBit46 = 0x400000000000
    	CBitFieldMaskBit47 = 0x800000000000
    	CBitFieldMaskBit48 = 0x1000000000000
    	CBitFieldMaskBit49 = 0x2000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go

    	CBitFieldMaskBit39 = 0x8000000000
    	CBitFieldMaskBit40 = 0x10000000000
    	CBitFieldMaskBit41 = 0x20000000000
    	CBitFieldMaskBit42 = 0x40000000000
    	CBitFieldMaskBit43 = 0x80000000000
    	CBitFieldMaskBit44 = 0x100000000000
    	CBitFieldMaskBit45 = 0x200000000000
    	CBitFieldMaskBit46 = 0x400000000000
    	CBitFieldMaskBit47 = 0x800000000000
    	CBitFieldMaskBit48 = 0x1000000000000
    	CBitFieldMaskBit49 = 0x2000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go

    	CBitFieldMaskBit39 = 0x8000000000
    	CBitFieldMaskBit40 = 0x10000000000
    	CBitFieldMaskBit41 = 0x20000000000
    	CBitFieldMaskBit42 = 0x40000000000
    	CBitFieldMaskBit43 = 0x80000000000
    	CBitFieldMaskBit44 = 0x100000000000
    	CBitFieldMaskBit45 = 0x200000000000
    	CBitFieldMaskBit46 = 0x400000000000
    	CBitFieldMaskBit47 = 0x800000000000
    	CBitFieldMaskBit48 = 0x1000000000000
    	CBitFieldMaskBit49 = 0x2000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. pkg/kubeapiserver/options/authentication_test.go

    			Allow: false,
    		},
    		ClientCert: &apiserveroptions.ClientCertAuthenticationOptions{
    			ClientCA: "testdata/root.pem",
    		},
    		WebHook: &WebHookAuthenticationOptions{
    			CacheTTL:   180000000000,
    			ConfigFile: "/token-webhook-config",
    		},
    		BootstrapToken: &BootstrapTokenAuthenticationOptions{
    			Enable: false,
    		},
    		OIDC: &OIDCAuthenticationOptions{
    			CAFile:        "testdata/root.pem",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/appendixa_test.go

    		{
    			example: hex("1903e8"),
    			decoded: int64(1000),
    		},
    		{
    			example: hex("1a000f4240"),
    			decoded: int64(1000000),
    		},
    		{
    			example: hex("1b000000e8d4a51000"),
    			decoded: int64(1000000000000),
    		},
    		{
    			example: hex("1bffffffffffffffff"),
    			reject:  "2^64-1 overflows int64 and falling back to float64 (as with JSON) loses distinction between float and integer",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 18:59:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		// Things that saturate/round
    		{"3.001n", decQuantity(4, -9, DecimalSI)},
    		{"1.1E-9", decQuantity(2, -9, DecimalExponent)},
    		{"0.0000000001", decQuantity(1, -9, DecimalSI)},
    		{"0.0000000005", decQuantity(1, -9, DecimalSI)},
    		{"0.00000000050", decQuantity(1, -9, DecimalSI)},
    		{"0.5e-9", decQuantity(1, -9, DecimalExponent)},
    		{"0.9n", decQuantity(1, -9, DecimalSI)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  9. guava/src/com/google/common/math/LongMath.java

      static final long[] powersOf10 = {
        1L,
        10L,
        100L,
        1000L,
        10000L,
        100000L,
        1000000L,
        10000000L,
        100000000L,
        1000000000L,
        10000000000L,
        100000000000L,
        1000000000000L,
        10000000000000L,
        100000000000000L,
        1000000000000000L,
        10000000000000000L,
        100000000000000000L,
        1000000000000000000L
      };
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  10. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerCertificatesTest.kt

        val decoded = CertificateAdapters.time.fromDer(generalizedTimeDer)
        val encoded = CertificateAdapters.time.toDer(decoded)
    
        assertThat(decoded).isEqualTo(date("2050-01-01T00:00:00.000+0000").time)
        assertThat(encoded).isEqualTo(generalizedTimeDer)
      }
    
      /**
       * Conforming applications MUST be able to process validity dates that are encoded in either
       * UTCTime or GeneralizedTime.
       */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 43.9K bytes
    - Viewed (0)
Back to top