Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFlag (0.03 sec)

  1. src/internal/abi/compiletype.go

    // This exported function is in an internal package, so it may change to depend on ptrSize in the future.
    func UncommonSize() uint64 { return 4 + 2 + 2 + 4 + 4 }
    
    // TFlagOff returns the offset of Type.TFlag for a compilation target with a given ptrSize
    func TFlagOff(ptrSize int) int { return 2*ptrSize + 4 }
    
    // ITabTypeOff returns the offset of ITab.Type for a compilation target with a given ptrSize
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 03:01:24 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top