Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 1536Mi (0.24 sec)

  1. common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto

    // - The exponent (or suffix) is as large as possible.
    //
    // The sign will be omitted unless the number is negative.
    //
    // Examples:
    //
    // - 1.5 will be serialized as "1500m"
    // - 1.5Gi will be serialized as "1536Mi"
    //
    // Note that the quantity will NEVER be internally represented by a
    // floating point number. That is the whole point of this exercise.
    //
    // Non-canonical values will still parse as long as they are well formed,
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  2. src/archive/tar/tar_test.go

    	}, {
    		in: []sparseEntry{{2000, 2000}}, size: 5000,
    		wantValid:    true,
    		wantAligned:  []sparseEntry{{2048, 1536}},
    		wantInverted: []sparseEntry{{0, 2000}, {4000, 1000}},
    	}, {
    		in: []sparseEntry{{0, 2000}, {8000, 2000}}, size: 10000,
    		wantValid:    true,
    		wantAligned:  []sparseEntry{{0, 1536}, {8192, 1808}},
    		wantInverted: []sparseEntry{{2000, 6000}, {10000, 0}},
    	}, {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24K bytes
    - Viewed (0)
  3. src/archive/tar/reader_test.go

    		{data2[:1200], 1, io.EOF},
    		{data2[:1535], 1, io.EOF},
    		{data2[:1536], 1, io.EOF}, // Exact end of padding
    		{data2[:1536] + trash[:1], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash[:511], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash, 1, ErrHeader},
    		{data2[:2048], 1, io.EOF}, // Exactly 1 empty block
    		{data2[:2048] + trash[:1], 1, io.ErrUnexpectedEOF},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLRSP ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ = 15362
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP = 15363
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDG = 15367
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDGB = 15368
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363
    pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                26248, 4231, 25803, 34527, 22948, 33450, 20898, 65110, 1661, 38039, 27067, 27320, 21606,
                40550, 561, 20653, 4753, 9601, 49564, 25880, 59126, 36779, 32792, 1041701, 21595, 25891,
                15360, 34993, 9332, 30318, 34579, 21342, 32361, 1824, 48531, 50052, 1811, 34407, 34770,
                29989, 26855, 21799, 24817, 2384, 52996, 40569, 29165, 40840, 25520, 4708, 34543, 28327,
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  7. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                26248, 4231, 25803, 34527, 22948, 33450, 20898, 65110, 1661, 38039, 27067, 27320, 21606,
                40550, 561, 20653, 4753, 9601, 49564, 25880, 59126, 36779, 32792, 1041701, 21595, 25891,
                15360, 34993, 9332, 30318, 34579, 21342, 32361, 1824, 48531, 50052, 1811, 34407, 34770,
                29989, 26855, 21799, 24817, 2384, 52996, 40569, 29165, 40840, 25520, 4708, 34543, 28327,
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
Back to top