Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 213 for 0x1f0000 (0.13 sec)

  1. src/cmd/link/internal/loong64/obj.go

    		ld.Exitf("unknown -H option: %v", ctxt.HeadType)
    	case objabi.Hlinux: /* loong64 elf */
    		ld.Elfinit(ctxt)
    		ld.HEADR = ld.ELFRESERVE
    		if *ld.FlagRound == -1 {
    			*ld.FlagRound = 0x10000
    		}
    		if *ld.FlagTextAddr == -1 {
    			*ld.FlagTextAddr = ld.Rnd(0x10000, *ld.FlagRound) + int64(ld.HEADR)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 13:49:14 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	O_CLOEXEC                      = 0x100000
    	O_CREAT                        = 0x200
    	O_DIRECT                       = 0x10000
    	O_DIRECTORY                    = 0x20000
    	O_DSYNC                        = 0x1000000
    	O_EMPTY_PATH                   = 0x2000000
    	O_EXCL                         = 0x800
    	O_EXEC                         = 0x40000
    	O_EXLOCK                       = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	MNT_NOSYMFOLLOW                = 0x400000
    	MNT_NOWAIT                     = 0x2
    	MNT_QUOTA                      = 0x2000
    	MNT_RDONLY                     = 0x1
    	MNT_RELOAD                     = 0x40000
    	MNT_ROOTFS                     = 0x4000
    	MNT_SNAPSHOT                   = 0x1000000
    	MNT_SOFTDEP                    = 0x200000
    	MNT_SUIDDIR                    = 0x100000
    	MNT_SUJ                        = 0x100000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	MNT_NOSYMFOLLOW                = 0x400000
    	MNT_NOWAIT                     = 0x2
    	MNT_QUOTA                      = 0x2000
    	MNT_RDONLY                     = 0x1
    	MNT_RELOAD                     = 0x40000
    	MNT_ROOTFS                     = 0x4000
    	MNT_SNAPSHOT                   = 0x1000000
    	MNT_SOFTDEP                    = 0x200000
    	MNT_SUIDDIR                    = 0x100000
    	MNT_SUJ                        = 0x100000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  5. android/guava-tests/benchmark/com/google/common/collect/HashMultisetAddPresentBenchmark.java

     *
     * @author Louis Wasserman
     */
    public class HashMultisetAddPresentBenchmark {
      private static final int ARRAY_MASK = 0x0ffff;
      private static final int ARRAY_SIZE = 0x10000;
      List<Multiset<Integer>> multisets = new ArrayList<>(0x10000);
      int[] queries = new int[ARRAY_SIZE];
    
      @BeforeExperiment
      void setUp() {
        Random random = new Random();
        multisets.clear();
        for (int i = 0; i < ARRAY_SIZE; i++) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 1.6K bytes
    - Viewed (0)
  6. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

         * 
         */
        public static final int FILE_OPEN_REQUIRING_OPLOCK = 0x10000;
        /**
         * 
         */
        public static final int FILE_DISALLOW_EXCLUSIVE = 0x20000;
        /**
         * 
         */
        public static final int FILE_RESERVE_OPFILTER = 0x100000;
        /**
         * 
         */
        public static final int FILE_OPEN_REPARSE_POINT = 0x200000;
        /**
         * 
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sat Jun 01 09:52:11 UTC 2019
    - 14.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go

    	CBitFieldMaskBit37 = 0x4000000
    	CBitFieldMaskBit38 = 0x2000000
    	CBitFieldMaskBit39 = 0x1000000
    	CBitFieldMaskBit40 = 0x800000
    	CBitFieldMaskBit41 = 0x400000
    	CBitFieldMaskBit42 = 0x200000
    	CBitFieldMaskBit43 = 0x100000
    	CBitFieldMaskBit44 = 0x80000
    	CBitFieldMaskBit45 = 0x40000
    	CBitFieldMaskBit46 = 0x20000
    	CBitFieldMaskBit47 = 0x10000
    	CBitFieldMaskBit48 = 0x8000
    	CBitFieldMaskBit49 = 0x4000
    	CBitFieldMaskBit50 = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go

    	CBitFieldMaskBit12 = 0x1000
    	CBitFieldMaskBit13 = 0x2000
    	CBitFieldMaskBit14 = 0x4000
    	CBitFieldMaskBit15 = 0x8000
    	CBitFieldMaskBit16 = 0x10000
    	CBitFieldMaskBit17 = 0x20000
    	CBitFieldMaskBit18 = 0x40000
    	CBitFieldMaskBit19 = 0x80000
    	CBitFieldMaskBit20 = 0x100000
    	CBitFieldMaskBit21 = 0x200000
    	CBitFieldMaskBit22 = 0x400000
    	CBitFieldMaskBit23 = 0x800000
    	CBitFieldMaskBit24 = 0x1000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go

    	CBitFieldMaskBit12 = 0x1000
    	CBitFieldMaskBit13 = 0x2000
    	CBitFieldMaskBit14 = 0x4000
    	CBitFieldMaskBit15 = 0x8000
    	CBitFieldMaskBit16 = 0x10000
    	CBitFieldMaskBit17 = 0x20000
    	CBitFieldMaskBit18 = 0x40000
    	CBitFieldMaskBit19 = 0x80000
    	CBitFieldMaskBit20 = 0x100000
    	CBitFieldMaskBit21 = 0x200000
    	CBitFieldMaskBit22 = 0x400000
    	CBitFieldMaskBit23 = 0x800000
    	CBitFieldMaskBit24 = 0x1000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	RTF_ANNOUNCE                      = 0x4000
    	RTF_BFD                           = 0x1000000
    	RTF_BLACKHOLE                     = 0x1000
    	RTF_BROADCAST                     = 0x400000
    	RTF_CACHED                        = 0x20000
    	RTF_CLONED                        = 0x10000
    	RTF_CLONING                       = 0x100
    	RTF_CONNECTED                     = 0x800000
    	RTF_DONE                          = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top