Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 149 for Printer (0.13 sec)

  1. src/runtime/mbitmap.go

    // described by bitmaps with 1 bit per pointer-sized word. A "1" bit
    // means the word is a live pointer to be visited by the GC (referred to
    // as "pointer"). A "0" bit means the word should be ignored by GC
    // (referred to as "scalar", though it could be a dead pointer value).
    //
    // Heap bitmaps
    //
    // The heap bitmap comprises 1 bit for each pointer-sized word in the heap,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    	if sa.Port < 0 || sa.Port > 0xFFFF {
    		return nil, 0, EINVAL
    	}
    	sa.raw.Family = AF_INET6
    	p := (*[2]byte)(unsafe.Pointer(&sa.raw.Port))
    	p[0] = byte(sa.Port >> 8)
    	p[1] = byte(sa.Port)
    	sa.raw.Scope_id = sa.ZoneId
    	sa.raw.Addr = sa.Addr
    	return unsafe.Pointer(&sa.raw), SizeofSockaddrInet6, nil
    }
    
    func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {
    	name := sa.Name
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  3. pkg/controller/endpointslice/endpointslice_controller_test.go

    			expectedEndpointPorts: []discovery.EndpointPort{
    				{
    					Name:     pointer.String("sctp-example"),
    					Protocol: protoPtr(v1.ProtocolSCTP),
    					Port:     pointer.Int32(3456),
    				},
    				{
    					Name:     pointer.String("udp-example"),
    					Protocol: protoPtr(v1.ProtocolUDP),
    					Port:     pointer.Int32(161),
    				},
    				{
    					Name:     pointer.String("tcp-example"),
    					Protocol: protoPtr(v1.ProtocolTCP),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  4. pkg/kubelet/apis/config/v1beta1/zz_generated.conversion.go

    	out.Name = in.Name
    	out.MatchImages = *(*[]string)(unsafe.Pointer(&in.MatchImages))
    	out.DefaultCacheDuration = (*v1.Duration)(unsafe.Pointer(in.DefaultCacheDuration))
    	out.APIVersion = in.APIVersion
    	out.Args = *(*[]string)(unsafe.Pointer(&in.Args))
    	out.Env = *(*[]config.ExecEnvVar)(unsafe.Pointer(&in.Env))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  5. src/runtime/map.go

    }
    
    func mapaccess1_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) unsafe.Pointer {
    	e := mapaccess1(t, h, key)
    	if e == unsafe.Pointer(&zeroVal[0]) {
    		return zero
    	}
    	return e
    }
    
    func mapaccess2_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) (unsafe.Pointer, bool) {
    	e := mapaccess1(t, h, key)
    	if e == unsafe.Pointer(&zeroVal[0]) {
    		return zero, false
    	}
    	return e, true
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.conversion.go

    	}
    	out.Maximum = (*float64)(unsafe.Pointer(in.Maximum))
    	out.ExclusiveMaximum = in.ExclusiveMaximum
    	out.Minimum = (*float64)(unsafe.Pointer(in.Minimum))
    	out.ExclusiveMinimum = in.ExclusiveMinimum
    	out.MaxLength = (*int64)(unsafe.Pointer(in.MaxLength))
    	out.MinLength = (*int64)(unsafe.Pointer(in.MinLength))
    	out.Pattern = in.Pattern
    	out.MaxItems = (*int64)(unsafe.Pointer(in.MaxItems))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  7. pkg/apis/admissionregistration/v1/zz_generated.conversion.go

    	out.MatchPolicy = (*admissionregistration.MatchPolicyType)(unsafe.Pointer(in.MatchPolicy))
    	out.NamespaceSelector = (*metav1.LabelSelector)(unsafe.Pointer(in.NamespaceSelector))
    	out.ObjectSelector = (*metav1.LabelSelector)(unsafe.Pointer(in.ObjectSelector))
    	out.SideEffects = (*admissionregistration.SideEffectClass)(unsafe.Pointer(in.SideEffects))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 05:46:30 UTC 2024
    - 73.6K bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/v1beta3/zz_generated.conversion.go

    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.APIGroups = *(*[]string)(unsafe.Pointer(&in.APIGroups))
    	out.Resources = *(*[]string)(unsafe.Pointer(&in.Resources))
    	out.ClusterScope = in.ClusterScope
    	out.Namespaces = *(*[]string)(unsafe.Pointer(&in.Namespaces))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    }
    
    func (sa *SockaddrBth) sockaddr() (unsafe.Pointer, int32, error) {
    	family := AF_BTH
    	sa.raw = RawSockaddrBth{
    		AddressFamily:  *(*[2]byte)(unsafe.Pointer(&family)),
    		BtAddr:         *(*[8]byte)(unsafe.Pointer(&sa.BtAddr)),
    		Port:           *(*[4]byte)(unsafe.Pointer(&sa.Port)),
    		ServiceClassId: *(*[16]byte)(unsafe.Pointer(&sa.ServiceClassId)),
    	}
    	return unsafe.Pointer(&sa.raw), int32(unsafe.Sizeof(sa.raw)), nil
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // format the value.  In particular, when the value is a C string
    // (char pointer) and the other operand is an STL string object, we
    // want to format the C string as a string, since we know it is
    // compared by value with the string object.  If the value is a char
    // pointer but the other operand is not an STL string object, we don't
    // know whether the pointer is supposed to point to a NUL-terminated
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
Back to top