Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for 536870912 (0.14 sec)

  1. api/go1.2.txt

    pkg syscall (linux-386), const CLONE_NEWNET ideal-int
    pkg syscall (linux-386), const CLONE_NEWNS = 131072
    pkg syscall (linux-386), const CLONE_NEWNS ideal-int
    pkg syscall (linux-386), const CLONE_NEWPID = 536870912
    pkg syscall (linux-386), const CLONE_NEWPID ideal-int
    pkg syscall (linux-386), const CLONE_NEWUSER = 268435456
    pkg syscall (linux-386), const CLONE_NEWUSER ideal-int
    pkg syscall (linux-386), const CLONE_NEWUTS = 67108864
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
  2. src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java

                // Given - 10TB file system with 4KB clusters
                long totalClusters = 2684354560L; // 10TB / 4KB
                long freeClusters = 536870912L; // 2TB / 4KB
    
                ByteBuffer buffer = ByteBuffer.allocate(24);
                buffer.order(ByteOrder.LITTLE_ENDIAN);
                buffer.putLong(totalClusters);
                buffer.putLong(freeClusters);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java

                // Given - 10TB file system with 4KB clusters
                long totalClusters = 2684354560L; // 10TB / 4KB
                long freeClusters = 536870912L; // 2TB / 4KB
    
                ByteBuffer buffer = ByteBuffer.allocate(32);
                buffer.order(ByteOrder.LITTLE_ENDIAN);
                buffer.putLong(totalClusters);
                buffer.putLong(freeClusters);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 30.5K bytes
    - Viewed (0)
Back to top