Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 73 for 0x7c00 (0.14 sec)

  1. src/cmd/vendor/golang.org/x/text/unicode/norm/composition.go

    // For Hangul we combine algorithmically, instead of using tables.
    const (
    	hangulBase  = 0xAC00 // UTF-8(hangulBase) -> EA B0 80
    	hangulBase0 = 0xEA
    	hangulBase1 = 0xB0
    	hangulBase2 = 0x80
    
    	hangulEnd  = hangulBase + jamoLVTCount // UTF-8(0xD7A4) -> ED 9E A4
    	hangulEnd0 = 0xED
    	hangulEnd1 = 0x9E
    	hangulEnd2 = 0xA4
    
    	jamoLBase  = 0x1100 // UTF-8(jamoLBase) -> E1 84 00
    	jamoLBase0 = 0xE1
    	jamoLBase1 = 0x84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/text/unicode/norm/composition.go

    // For Hangul we combine algorithmically, instead of using tables.
    const (
    	hangulBase  = 0xAC00 // UTF-8(hangulBase) -> EA B0 80
    	hangulBase0 = 0xEA
    	hangulBase1 = 0xB0
    	hangulBase2 = 0x80
    
    	hangulEnd  = hangulBase + jamoLVTCount // UTF-8(0xD7A4) -> ED 9E A4
    	hangulEnd0 = 0xED
    	hangulEnd1 = 0x9E
    	hangulEnd2 = 0xA4
    
    	jamoLBase  = 0x1100 // UTF-8(jamoLBase) -> E1 84 00
    	jamoLBase0 = 0xE1
    	jamoLBase1 = 0x84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 14.1K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ppc64/asm.go

    	// The thread pointer points 0x7000 bytes after the start of the
    	// thread local storage area as documented in section "3.7.2 TLS
    	// Runtime Handling" of "Power Architecture 64-Bit ELF V2 ABI
    	// Specification".
    	v := ldr.SymValue(rs) - 0x7000
    	if target.IsAIX() {
    		// On AIX, the thread pointer points 0x7800 bytes after
    		// the TLS.
    		v -= 0x800
    	}
    
    	if int64(int32(v)) != v {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go

    	// Block 0xf0, offset 0x3c00
    	0x3c00: 0x000a, 0x3c01: 0x000a, 0x3c02: 0x000a, 0x3c03: 0x000a, 0x3c04: 0x000a, 0x3c05: 0x000a,
    	0x3c06: 0x000a, 0x3c07: 0x000a, 0x3c08: 0x000a, 0x3c09: 0x000a, 0x3c0a: 0x000a, 0x3c0b: 0x000a,
    	0x3c0c: 0x000a, 0x3c0d: 0x000a, 0x3c0e: 0x000a, 0x3c0f: 0x000a, 0x3c10: 0x000a, 0x3c11: 0x000a,
    	0x3c12: 0x000a, 0x3c13: 0x000a,
    	0x3c20: 0x000a, 0x3c21: 0x000a, 0x3c22: 0x000a, 0x3c23: 0x000a,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 120.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	TIOC                          = 0x5400
    	TIOCCBRK                      = 0x747a
    	TIOCCDTR                      = 0x7478
    	TIOCCILOOP                    = 0x746c
    	TIOCEXCL                      = 0x740d
    	TIOCFLUSH                     = 0x7410
    	TIOCGETC                      = 0x7412
    	TIOCGETD                      = 0x7400
    	TIOCGETP                      = 0x7408
    	TIOCGLTC                      = 0x7474
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	SO_SNDBUF                       = 0x1001
    	SO_SNDLOWAT                     = 0x1003
    	SO_SNDTIMEO                     = 0x1005
    	SO_TYPE                         = 0x1008
    	SO_UNSET                        = 0x0400
    	SO_USELOOPBACK                  = 0x0040
    	SO_USE_IFBUFS                   = 0x0400
    	S_ISUID                         = 0x0800
    	S_ISGID                         = 0x0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
Back to top