Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for intPtr (0.14 sec)

  1. src/runtime/asm_amd64.s

    	// Using MFENCE;LFENCE here aligns the serializing properties without
    	// runtime detection of CPU manufacturer.
    	MFENCE
    	LFENCE
    	RDTSC
    	JMP done
    
    // func memhash(p unsafe.Pointer, h, s uintptr) uintptr
    // hash function using AES hardware instructions
    TEXT runtime·memhash<ABIInternal>(SB),NOSPLIT,$0-32
    	// AX = ptr to data
    	// BX = seed
    	// CX = size
    	CMPB	runtime·useAeshash(SB), $0
    	JEQ	noaes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  2. pkg/apis/apps/v1/zz_generated.conversion.go

    	v1 "k8s.io/api/apps/v1"
    	corev1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	intstr "k8s.io/apimachinery/pkg/util/intstr"
    	apps "k8s.io/kubernetes/pkg/apis/apps"
    	core "k8s.io/kubernetes/pkg/apis/core"
    	apiscorev1 "k8s.io/kubernetes/pkg/apis/core/v1"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 66.7K bytes
    - Viewed (0)
  3. pkg/apis/apps/v1beta2/zz_generated.conversion.go

    	v1beta2 "k8s.io/api/apps/v1beta2"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	intstr "k8s.io/apimachinery/pkg/util/intstr"
    	apps "k8s.io/kubernetes/pkg/apis/apps"
    	autoscaling "k8s.io/kubernetes/pkg/apis/autoscaling"
    	core "k8s.io/kubernetes/pkg/apis/core"
    	corev1 "k8s.io/kubernetes/pkg/apis/core/v1"
    )
    
    func init() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 74.2K bytes
    - Viewed (0)
  4. src/cmd/cgo/out.go

    	fmt.Fprint(fgo2, "//go:cgo_unsafe_args\n")
    	conf.Fprint(fgo2, fset, d)
    	fmt.Fprint(fgo2, " {\n")
    
    	// NOTE: Using uintptr to hide from escape analysis.
    	arg := "0"
    	if len(paramnames) > 0 {
    		arg = "uintptr(unsafe.Pointer(&p0))"
    	} else if !void {
    		arg = "uintptr(unsafe.Pointer(&r1))"
    	}
    
    	noCallback := p.noCallbacks[n.C]
    	if noCallback {
    		// disable cgocallback, will check it in runtime.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  5. src/cmd/cgo/gcc.go

    	c.int32 = c.Ident("int32")
    	c.int64 = c.Ident("int64")
    	c.uint8 = c.Ident("uint8")
    	c.uint16 = c.Ident("uint16")
    	c.uint32 = c.Ident("uint32")
    	c.uint64 = c.Ident("uint64")
    	c.uintptr = c.Ident("uintptr")
    	c.float32 = c.Ident("float32")
    	c.float64 = c.Ident("float64")
    	c.complex64 = c.Ident("complex64")
    	c.complex128 = c.Ident("complex128")
    	c.void = c.Ident("void")
    	c.string = c.Ident("string")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  6. pkg/apis/extensions/v1beta1/zz_generated.conversion.go

    	v1 "k8s.io/api/core/v1"
    	v1beta1 "k8s.io/api/extensions/v1beta1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	intstr "k8s.io/apimachinery/pkg/util/intstr"
    	apps "k8s.io/kubernetes/pkg/apis/apps"
    	autoscaling "k8s.io/kubernetes/pkg/apis/autoscaling"
    	core "k8s.io/kubernetes/pkg/apis/core"
    	corev1 "k8s.io/kubernetes/pkg/apis/core/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 95.7K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				),
    				nil,
    			},
    			name: "NodeA and nodeB have same topologyKey and label value. NodeA has an existing pod that matches the inter pod affinity rule. The pod can not be scheduled onto nodeA, nodeB, but can be scheduled onto nodeC (NodeC has an existing pod that match the inter pod affinity rule but in different namespace)",
    		},
    		{
    			pod: st.MakePod().Label("foo", "").Obj(),
    			pods: []*v1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/p256_asm_s390x.s

    #define res_ptr   R1
    #define in_ptr   R2
    #define T1L   V2
    #define T1H   V3
    
    TEXT ·p256BigToLittle(SB), NOSPLIT, $0
    	MOVD res+0(FP), res_ptr
    	MOVD in+8(FP), in_ptr
    
    	VL 0(in_ptr), T1H
    	VL 16(in_ptr), T1L
    
    	VPDI $0x4, T1L, T1L, T1L
    	VPDI $0x4, T1H, T1H, T1H
    
    	VST T1L, 0(res_ptr)
    	VST T1H, 16(res_ptr)
    	RET
    
    #undef res_ptr
    #undef in_ptr
    #undef T1L
    #undef T1H
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/debug.go

    //
    //	b1:
    //	  v4 = ArgIntReg <uintptr> {s+8} [0] : BX
    //	  v5 = ArgIntReg <int> {used} [0] : CX
    //
    // While this is an accurate picture of the live incoming params,
    // we also want to have debug locations for non-live params (or
    // their non-live pieces), e.g. something like
    //
    //	b1:
    //	  v9 = ArgIntReg <*uint8> {s+0} [0] : AX
    //	  v4 = ArgIntReg <uintptr> {s+8} [0] : BX
    //	  v5 = ArgIntReg <int> {used} [0] : CX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  10. src/runtime/mgc.go

    	// complete the cycle and because runtime.GC() is often used
    	// as part of tests and benchmarks to get the system into a
    	// relatively stable and isolated state.
    	for work.cycles.Load() == n+1 && sweepone() != ^uintptr(0) {
    		Gosched()
    	}
    
    	// Callers may assume that the heap profile reflects the
    	// just-completed cycle when this returns (historically this
    	// happened because this was a STW GC), but right now the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
Back to top