Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 45 for efaceeq (0.12 sec)

  1. src/runtime/pinner.go

    	// p.refs' backing store (if it was not backed by refStore).
    	p.refStore = [pinnerRefStoreSize]unsafe.Pointer{}
    	p.refs = p.refStore[:0]
    }
    
    func pinnerGetPtr(i *any) unsafe.Pointer {
    	e := efaceOf(i)
    	etyp := e._type
    	if etyp == nil {
    		panic(errorString("runtime.Pinner: argument is nil"))
    	}
    	if kind := etyp.Kind_ & abi.KindMask; kind != abi.Pointer && kind != abi.UnsafePointer {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. src/internal/abi/type.go

    func TypeOf(a any) *Type {
    	eface := *(*EmptyInterface)(unsafe.Pointer(&a))
    	// Types are either static (for compiler-created types) or
    	// heap-allocated but always reachable (for reflection-created
    	// types, held in the central map). So there is no need to
    	// escape types. noescape here help avoid unnecessary escape
    	// of v.
    	return (*Type)(NoEscape(unsafe.Pointer(eface.Type)))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 17 21:09:59 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  3. src/runtime/os_windows.go

    			if mp.resumesema != 0 {
    				stdcall1(_SetEvent, mp.resumesema)
    			}
    		}
    		return 0
    	}
    	params := _DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS{
    		callback: compileCallback(*efaceOf(&fn), true),
    	}
    	handle := uintptr(0)
    	stdcall3(powerRegisterSuspendResumeNotification, _DEVICE_NOTIFY_CALLBACK,
    		uintptr(unsafe.Pointer(&params)), uintptr(unsafe.Pointer(&handle)))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  4. src/runtime/debuglog.go

    	return l
    }
    
    //go:nosplit
    func (l *dlogger) p(x any) *dlogger {
    	if !dlogEnabled {
    		return l
    	}
    	l.w.byte(debugLogPtr)
    	if x == nil {
    		l.w.uvarint(0)
    	} else {
    		v := efaceOf(&x)
    		switch v._type.Kind_ & abi.KindMask {
    		case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
    			l.w.uvarint(uint64(uintptr(v.data)))
    		default:
    			throw("not a pointer type")
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:10:48 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  5. src/go/printer/testdata/declarations.input

    	_ bool
    	
    	// a comment
    	_ bool
    )
    
    
    // don't lose blank lines in this struct
    type _ struct {
    	String struct {
    		Str, Len int
    	}
    	Slice struct {
    		Array, Len, Cap int
    	}
    	Eface struct {
    		Typ, Ptr int
    	}
    
    	UncommonType struct {
    		Name, PkgPath int
    	}
    	CommonType struct {
    		Size, Hash, Alg, Align, FieldAlign, String, UncommonType int
    	}
    	Type struct {
    		Typ, Ptr int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.5K bytes
    - Viewed (0)
  6. src/runtime/map.go

    // complications with instrumentation (coverage, etc).
    func mapinitnoop()
    
    // mapclone for implementing maps.Clone
    //
    //go:linkname mapclone maps.clone
    func mapclone(m any) any {
    	e := efaceOf(&m)
    	e.data = unsafe.Pointer(mapclone2((*maptype)(unsafe.Pointer(e._type)), (*hmap)(e.data)))
    	return m
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. src/go/printer/testdata/declarations.golden

    	_	bool
    
    	// a comment
    	_	bool
    )
    
    // don't lose blank lines in this struct
    type _ struct {
    	String	struct {
    		Str, Len int
    	}
    	Slice	struct {
    		Array, Len, Cap int
    	}
    	Eface	struct {
    		Typ, Ptr int
    	}
    
    	UncommonType	struct {
    		Name, PkgPath int
    	}
    	CommonType	struct {
    		Size, Hash, Alg, Align, FieldAlign, String, UncommonType int
    	}
    	Type	struct {
    		Typ, Ptr int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.2K bytes
    - Viewed (0)
  8. src/runtime/syscall_windows.go

    // cdecl calling convention; otherwise, it will use stdcall. On amd64,
    // it always uses fastcall. On arm, it always uses the ARM convention.
    //
    //go:linkname compileCallback syscall.compileCallback
    func compileCallback(fn eface, cdecl bool) (code uintptr) {
    	if GOARCH != "386" {
    		// cdecl is only meaningful on 386.
    		cdecl = false
    	}
    
    	if fn._type == nil || (fn._type.Kind_&abi.KindMask) != abi.Func {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/adminlte.min.js.map

    MA,MAAM,QAGRnO,KAAKE,QAAQmN,YACfc,EAAM/K,GAAG,mBAAmB,WAC1BpE,EAAEgB,MAAMS,MAAM,KAAK6J,SAEnB,IAAMqE,EAAe3P,EAAEK,MAAMA,EAAM2J,SACnChK,EAAE,QAAQ8B,QAAQ6N,OApJLvO,EA6JnBoO,gBAAA,WACE,OAAIxO,KAAKE,QAAQgN,UAAYD,EACpBzN,EACEQ,KAAKE,QAAQgN,UAAYD,EAC3BzN,EACEQ,KAAKE,QAAQgN,UAAYD,EAC3BzN,EACEQ,KAAKE,QAAQgN,UAAYD,EAC3BzN,OADF,GApKUY,EAyKnB4N,kBAAA,WACE,GAAyC,IAArChP,EAAEgB,KAAKwO,mBAAmBzK,OAAc,CAC1C,IAAI6K,EAAY5P,EAAE,WAAWsP,KAAK,KAAMtO,KAAKwO,kBAAkBK,QAAQ,IAAK,KACxE7O,KAAKE,QAAQgN,UAAYD,EAC3B2B,EAAUrO,SA...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  10. src/reflect/value.go

    func (v Value) Elem() Value {
    	k := v.kind()
    	switch k {
    	case Interface:
    		var eface any
    		if v.typ().NumMethod() == 0 {
    			eface = *(*any)(v.ptr)
    		} else {
    			eface = (any)(*(*interface {
    				M()
    			})(v.ptr))
    		}
    		x := unpackEface(eface)
    		if x.flag != 0 {
    			x.flag |= v.flag.ro()
    		}
    		return x
    	case Pointer:
    		ptr := v.ptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top