Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sz (0.19 sec)

  1. src/cmd/asm/internal/asm/asm.go

    		return
    	}
    	p.dataAddr[name] = nameAddr.Offset + int64(sz)
    
    	switch valueAddr.Type {
    	case obj.TYPE_CONST:
    		switch sz {
    		case 1, 2, 4, 8:
    			nameAddr.Sym.WriteInt(p.ctxt, nameAddr.Offset, int(sz), valueAddr.Offset)
    		default:
    			p.errorf("bad int size for DATA argument: %d", sz)
    		}
    	case obj.TYPE_FCONST:
    		switch sz {
    		case 4:
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN ideal-int
    pkg syscall (windows-386), const REG_EXPAND_SZ ideal-int
    pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR ideal-int
    pkg syscall (windows-386), const REG_LINK ideal-int
    pkg syscall (windows-386), const REG_MULTI_SZ ideal-int
    pkg syscall (windows-386), const REG_NONE ideal-int
    pkg syscall (windows-386), const REG_QWORD ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4
    pkg syscall (windows-386), const REG_EXPAND_SZ = 2
    pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9
    pkg syscall (windows-386), const REG_LINK = 6
    pkg syscall (windows-386), const REG_MULTI_SZ = 7
    pkg syscall (windows-386), const REG_NONE = 0
    pkg syscall (windows-386), const REG_QWORD = 11
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const F_GETLK64 ideal-int
    pkg syscall (linux-arm-cgo), const F_GETOWN ideal-int
    pkg syscall (linux-arm-cgo), const F_GETOWN_EX ideal-int
    pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ ideal-int
    pkg syscall (linux-arm-cgo), const F_GETSIG ideal-int
    pkg syscall (linux-arm-cgo), const F_LOCK ideal-int
    pkg syscall (linux-arm-cgo), const F_NOTIFY ideal-int
    pkg syscall (linux-arm-cgo), const F_OK ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top