Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NumBlocks (0.14 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		p.To.Type = obj.TYPE_MEM
    		p.To.Name = obj.NAME_EXTERN
    		p.To.Sym = openDeferInfo
    	}
    
    	emitWrappedFuncInfo(e, pp)
    
    	// Remember where each block starts.
    	s.bstart = make([]*obj.Prog, f.NumBlocks())
    	s.pp = pp
    	var progToValue map[*obj.Prog]*ssa.Value
    	var progToBlock map[*obj.Prog]*ssa.Block
    	var valueToProgAfter []*obj.Prog // The first Prog following computation of a value v; v is visible at this point.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    		Flags     uint32
    		Size      uint32
    		Erasesize uint32
    		Writesize uint32
    		Oobsize   uint32
    		_         uint64
    	}
    	RegionInfo struct {
    		Offset      uint32
    		Erasesize   uint32
    		Numblocks   uint32
    		Regionindex uint32
    	}
    	OtpInfo struct {
    		Start  uint32
    		Length uint32
    		Locked uint32
    	}
    	NandOobinfo struct {
    		Useecc   uint32
    		Eccbytes uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top