Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for gint (0.37 sec)

  1. go.sum

    golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
    golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
    golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 93.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

            'ASCII'             | 'keys'    | null
            'ASCII with header' | 'keys'    | 'some comment showing we can have arbitrary text'
        }
    
        def "by default, prioritizes gpg format over ascii-armored when #hint"() {
            // key will not be published on the server fixture but available locally
            def keyring = newKeyRing()
            def pkId = toHexString(keyring.publicKey.fingerprint)
    
            createMetadataFile {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  3. src/cmd/cgo/out.go

      at least with matching size of GoInt.
    */
    typedef char _check_for_GOINTBITS_bit_pointer_matching_GoInt[sizeof(void*)==GOINTBITS/8 ? 1:-1];
    
    #ifndef GO_CGO_GOSTRING_TYPEDEF
    typedef _GoString_ GoString;
    #endif
    typedef void *GoMap;
    typedef void *GoChan;
    typedef struct { void *t; void *v; } GoInterface;
    typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
    
    #endif
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. tensorflow/BUILD

    package_group(name = "types_allowlist")
    
    # Packages that use StructuredTensors.
    # TODO(b/159007891) Remove this package once StructuredTensor is exported.
    # LINT.IfChange
    package_group(name = "structured_tensor_allowlist")
    # LINT.ThenChange(copy.bara.sky)
    
    filegroup(
        name = "intel_binary_blob",
        data = if_mkl_ml(
            [
                "@local_xla//xla/tsl/mkl:intel_binary_blob",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/go.sum

    golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
    golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
    golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
    golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  6. pkg/controller/daemon/daemon_controller.go

    	updatedNumberScheduled,
    	numberAvailable,
    	numberUnavailable int,
    	updateObservedGen bool) error {
    	if int(ds.Status.DesiredNumberScheduled) == desiredNumberScheduled &&
    		int(ds.Status.CurrentNumberScheduled) == currentNumberScheduled &&
    		int(ds.Status.NumberMisscheduled) == numberMisscheduled &&
    		int(ds.Status.NumberReady) == numberReady &&
    		int(ds.Status.UpdatedNumberScheduled) == updatedNumberScheduled &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/memorymanager/memory_manager_test.go

    					"fakeContainer1": {
    						{
    							NUMAAffinity: []int{0},
    							Type:         v1.ResourceMemory,
    							Size:         1 * gb,
    						},
    						{
    							NUMAAffinity: []int{0},
    							Type:         hugepages1Gi,
    							Size:         1 * gb,
    						},
    					},
    					"fakeContainer2": {
    						{
    							NUMAAffinity: []int{0},
    							Type:         v1.ResourceMemory,
    							Size:         1 * gb,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 13:01:40 UTC 2023
    - 70.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ppc64/ssa.go

    		}
    
    		pp := s.Call(v)
    
    		// Convert the call into a blrl with hint this is not a subroutine return.
    		// The full bclrl opcode must be specified when passing a hint.
    		pp.As = ppc64.ABCL
    		pp.From.Type = obj.TYPE_CONST
    		pp.From.Offset = ppc64.BO_ALWAYS
    		pp.Reg = ppc64.REG_CR0LT // The preferred value if BI is ignored.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_3x.md

     [nginx_959]: https://trac.nginx.org/nginx/ticket/959
     [obsolete_apache_client]: https://gist.github.com/swankjesse/09721f72039e3a46cf50f94323deb82d
     [obsolete_url_factory]: https://gist.github.com/swankjesse/dd91c0a8854e1559b00f5fc9c7bfae70
     [okhttp_idling_resource]: https://github.com/JakeWharton/okhttp-idling-resource
     [public_suffix]: https://publicsuffix.org/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  10. src/runtime/mgcscavenge.go

    	// 1s are scavenged OR non-free => 0s are unscavenged AND free
    	x := fillAligned(m.scavenged[i]|m.pallocBits[i], uint(minimum))
    	z1 := uint(sys.LeadingZeros64(^x))
    	run, end := uint(0), uint(i)*64+(64-z1)
    	if x<<z1 != 0 {
    		// After shifting out z1 bits, we still have 1s,
    		// so the run ends inside this word.
    		run = uint(sys.LeadingZeros64(x << z1))
    	} else {
    		// After shifting out z1 bits, we have no more 1s.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
Back to top