Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 125 for 0xd800 (0.09 sec)

  1. src/syscall/zerrors_linux_arm64.go

    	S_BLKSIZE                        = 0x200
    	S_IEXEC                          = 0x40
    	S_IFBLK                          = 0x6000
    	S_IFCHR                          = 0x2000
    	S_IFDIR                          = 0x4000
    	S_IFIFO                          = 0x1000
    	S_IFLNK                          = 0xa000
    	S_IFMT                           = 0xf000
    	S_IFREG                          = 0x8000
    	S_IFSOCK                         = 0xc000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_amd64.go

    	S_BLKSIZE                        = 0x200
    	S_IEXEC                          = 0x40
    	S_IFBLK                          = 0x6000
    	S_IFCHR                          = 0x2000
    	S_IFDIR                          = 0x4000
    	S_IFIFO                          = 0x1000
    	S_IFLNK                          = 0xa000
    	S_IFMT                           = 0xf000
    	S_IFREG                          = 0x8000
    	S_IFSOCK                         = 0xc000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_ppc64le.go

    	S_BLKSIZE                        = 0x200
    	S_IEXEC                          = 0x40
    	S_IFBLK                          = 0x6000
    	S_IFCHR                          = 0x2000
    	S_IFDIR                          = 0x4000
    	S_IFIFO                          = 0x1000
    	S_IFLNK                          = 0xa000
    	S_IFMT                           = 0xf000
    	S_IFREG                          = 0x8000
    	S_IFSOCK                         = 0xc000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_loong64.go

    	RTM_F_CLONED                      = 0x200
    	RTM_F_EQUALIZE                    = 0x400
    	RTM_F_FIB_MATCH                   = 0x2000
    	RTM_F_LOOKUP_TABLE                = 0x1000
    	RTM_F_NOTIFY                      = 0x100
    	RTM_F_OFFLOAD                     = 0x4000
    	RTM_F_OFFLOAD_FAILED              = 0x20000000
    	RTM_F_PREFIX                      = 0x800
    	RTM_F_TRAP                        = 0x8000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  5. src/debug/pe/pe.go

    	IMAGE_FILE_BYTES_REVERSED_LO       = 0x0080
    	IMAGE_FILE_32BIT_MACHINE           = 0x0100
    	IMAGE_FILE_DEBUG_STRIPPED          = 0x0200
    	IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 0x0400
    	IMAGE_FILE_NET_RUN_FROM_SWAP       = 0x0800
    	IMAGE_FILE_SYSTEM                  = 0x1000
    	IMAGE_FILE_DLL                     = 0x2000
    	IMAGE_FILE_UP_SYSTEM_ONLY          = 0x4000
    	IMAGE_FILE_BYTES_REVERSED_HI       = 0x8000
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 01:21:43 UTC 2022
    - 6.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	HUPCL                            = 0x4000
    	ICANON                           = 0x100
    	IEXTEN                           = 0x400
    	IN_CLOEXEC                       = 0x80000
    	IN_NONBLOCK                      = 0x800
    	IOCTL_VM_SOCKETS_GET_LOCAL_CID   = 0x200007b9
    	ISIG                             = 0x80
    	IUCLC                            = 0x1000
    	IXOFF                            = 0x400
    	IXON                             = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	MAP_ANONYMOUS                    = 0x800
    	MAP_DENYWRITE                    = 0x2000
    	MAP_EXECUTABLE                   = 0x4000
    	MAP_GROWSDOWN                    = 0x1000
    	MAP_HUGETLB                      = 0x80000
    	MAP_LOCKED                       = 0x8000
    	MAP_NONBLOCK                     = 0x20000
    	MAP_NORESERVE                    = 0x400
    	MAP_POPULATE                     = 0x10000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/base/Utf8Test.java

        }
      }
    
      // 128 - [chars 0x0000 to 0x007f]
      private static final long ONE_BYTE_ROUNDTRIPPABLE_CHARACTERS = 0x007f - 0x0000 + 1;
    
      // 128
      private static final long EXPECTED_ONE_BYTE_ROUNDTRIPPABLE_COUNT =
          ONE_BYTE_ROUNDTRIPPABLE_CHARACTERS;
    
      // 1920 [chars 0x0080 to 0x07FF]
      private static final long TWO_BYTE_ROUNDTRIPPABLE_CHARACTERS = 0x07FF - 0x0080 + 1;
    
      // 18,304
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	HUPCL                            = 0x4000
    	ICANON                           = 0x100
    	IEXTEN                           = 0x400
    	IN_CLOEXEC                       = 0x80000
    	IN_NONBLOCK                      = 0x800
    	IOCTL_VM_SOCKETS_GET_LOCAL_CID   = 0x200007b9
    	ISIG                             = 0x80
    	IUCLC                            = 0x1000
    	IXOFF                            = 0x400
    	IXON                             = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_darwin_amd64.go

    	SO_WANTMORE                       = 0x4000
    	SO_WANTOOBFLAG                    = 0x8000
    	S_IEXEC                           = 0x40
    	S_IFBLK                           = 0x6000
    	S_IFCHR                           = 0x2000
    	S_IFDIR                           = 0x4000
    	S_IFIFO                           = 0x1000
    	S_IFLNK                           = 0xa000
    	S_IFMT                            = 0xf000
    	S_IFREG                           = 0x8000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
Back to top