Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for 0x6B (0.04 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	0xddf3,
    	0x4660,
    	[8]byte{0x8e, 0xe9, 0x76, 0xe5, 0x8c, 0x74, 0x06, 0x3e},
    }
    
    var WSAID_WSASENDMSG = GUID{
    	0xa441e712,
    	0x754f,
    	0x43ca,
    	[8]byte{0x84, 0xa7, 0x0d, 0xee, 0x44, 0xcf, 0x60, 0x6d},
    }
    
    var WSAID_WSARECVMSG = GUID{
    	0xf689d7c8,
    	0x6f1f,
    	0x436b,
    	[8]byte{0x8a, 0x53, 0xe5, 0x4f, 0xe3, 0x51, 0xc3, 0x22},
    }
    
    const (
    	FILE_SKIP_COMPLETION_PORT_ON_SUCCESS = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    	{0x00, 0x00, 0x01, 0xEB},                  // Plan 9 i386
    	{0x00, 0x00, 0x8a, 0x97},                  // Plan 9 amd64
    	{0x00, 0x00, 0x06, 0x47},                  // Plan 9 arm
    	{0x00, 0x61, 0x73, 0x6D},                  // WASM
    	{0x01, 0xDF},                              // XCOFF 32bit
    	{0x01, 0xF7},                              // XCOFF 64bit
    }
    
    func isObject(s string) bool {
    	f, err := os.Open(s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    UTF-8-encoded bytes may represent a single integer value.  For
    instance, the literal <code>'a'</code> holds a single byte representing
    a literal <code>a</code>, Unicode U+0061, value <code>0x61</code>, while
    <code>'รค'</code> holds two bytes (<code>0xc3</code> <code>0xa4</code>) representing
    a literal <code>a</code>-dieresis, U+00E4, value <code>0xe4</code>.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top