Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 242 for doffsets (0.65 sec)

  1. src/cmd/internal/obj/dwarf.go

    	// Length of these two slices should agree
    	if len(vars) != len(coffsets) {
    		ft.ctxt.Diag("internal error: RegisterChildDIEOffsets vars/offsets length mismatch")
    		return
    	}
    
    	// Generate the slice of declOffset's based in vars/coffsets
    	doffsets := make([]declOffset, len(coffsets))
    	for i := range coffsets {
    		doffsets[i].dclIdx = vars[i].ChildIndex
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/mips/obj0.go

    			return true
    		}
    	}
    
    	return false
    }
    
    func offoverlap(sa, sb *Sch) bool {
    	if sa.soffset < sb.soffset {
    		if sa.soffset+int32(sa.size) > sb.soffset {
    			return true
    		}
    		return false
    	}
    	if sb.soffset+int32(sb.size) > sa.soffset {
    		return true
    	}
    	return false
    }
    
    /*
     * test 2 adjacent instructions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  3. src/image/ycbcr.go

    		return color.YCbCr{}
    	}
    	yi := p.YOffset(x, y)
    	ci := p.COffset(x, y)
    	return color.YCbCr{
    		p.Y[yi],
    		p.Cb[ci],
    		p.Cr[ci],
    	}
    }
    
    // YOffset returns the index of the first element of Y that corresponds to
    // the pixel at (x, y).
    func (p *YCbCr) YOffset(x, y int) int {
    	return (y-p.Rect.Min.Y)*p.YStride + (x - p.Rect.Min.X)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  4. src/cmd/link/internal/mips64/asm.go

    	case objabi.R_ADDRMIPSTLS:
    		// thread pointer is at 0x7000 offset from the start of TLS data area
    		t := ldr.SymValue(rs) + r.Add() - 0x7000
    		if target.IsOpenbsd() {
    			// OpenBSD mips64 does not currently offset TLS by 0x7000,
    			// as such we need to add this back to get the correct offset.
    			t += 0x7000
    		}
    		if t < -32768 || t >= 32678 {
    			ldr.Errorf(s, "TLS offset out of range %d", t)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/pcln.go

    // calculateFunctabSize calculates the size of the pclntab, and the offsets in
    // the output buffer for individual func entries.
    func (state pclntab) calculateFunctabSize(ctxt *Link, funcs []loader.Sym) (int64, []uint32) {
    	ldr := ctxt.loader
    	startLocations := make([]uint32, len(funcs))
    
    	// Allocate space for the pc->func table. This structure consists of a pc offset
    	// and an offset to the func structure. After that, we have a single pc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/sizes_test.go

    			// Make a copy manually :(
    			for i := 0; i < ts.NumFields(); i++ {
    				fields = append(fields, ts.Field(i))
    			}
    
    			offsets := conf.Sizes.Offsetsof(fields)
    			if offsets[0] != want[0] || offsets[1] != want[1] || offsets[2] != want[2] {
    				t.Errorf("OffsetsOf(%v) = %v want %v", ts, offsets, want)
    			}
    		})
    	}
    }
    
    type gcSizeTest struct {
    	name string
    	src  string
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 21:00:48 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. src/cmd/internal/goobj/objfile.go

    	return int(r.h.Offsets[BlkHashed64def+1]-r.h.Offsets[BlkHashed64def]) / SymSize
    }
    
    func (r *Reader) NHasheddef() int {
    	return int(r.h.Offsets[BlkHasheddef+1]-r.h.Offsets[BlkHasheddef]) / SymSize
    }
    
    func (r *Reader) NNonpkgdef() int {
    	return int(r.h.Offsets[BlkNonpkgdef+1]-r.h.Offsets[BlkNonpkgdef]) / SymSize
    }
    
    func (r *Reader) NNonpkgref() int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  8. src/go/types/sizes_test.go

    			// Make a copy manually :(
    			for i := 0; i < ts.NumFields(); i++ {
    				fields = append(fields, ts.Field(i))
    			}
    
    			offsets := conf.Sizes.Offsetsof(fields)
    			if offsets[0] != want[0] || offsets[1] != want[1] || offsets[2] != want[2] {
    				t.Errorf("OffsetsOf(%v) = %v want %v", ts, offsets, want)
    			}
    		})
    	}
    }
    
    type gcSizeTest struct {
    	name string
    	src  string
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 21:00:48 UTC 2023
    - 4K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/js/popper-1.12.9.min.js

    tion` is deprecated, use `modifier.fn`!');var i=t['function']||t.fn;t.enabled&&e(i)&&(o.offsets.popper=c(o.offsets.popper),o.offsets.reference=c(o.offsets.reference),o=i(o,t))}),o}function N(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=O(this.state,this.popper,this.reference),e.placement=v(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/popper.min.js

    deprecated, use `modifier.fn`!');var n=t['function']||t.fn;t.enabled&&e(n)&&(o.offsets.popper=g(o.offsets.popper),o.offsets.reference=g(o.offsets.reference),o=n(o,t))}),o}function k(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=O(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundarie...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 20.8K bytes
    - Viewed (0)
Back to top