Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 214 for capmem (0.47 sec)

  1. src/runtime/slice.go

    		newcap = int(capmem >> shift)
    		capmem = uintptr(newcap) << shift
    	default:
    		lenmem = uintptr(oldLen) * et.Size_
    		newlenmem = uintptr(newLen) * et.Size_
    		capmem, overflow = math.MulUintptr(et.Size_, uintptr(newcap))
    		capmem = roundupsize(capmem, noscan)
    		newcap = int(capmem / et.Size_)
    		capmem = uintptr(newcap) * et.Size_
    	}
    
    	// The check of overflow in addition to capmem > maxAlloc is needed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. test/codegen/comparisons.go

    // possible
    
    func CmpMem1(p int, q *int) bool {
    	// amd64:`CMPQ\t\(.*\), [A-Z]`
    	return p < *q
    }
    
    func CmpMem2(p *int, q int) bool {
    	// amd64:`CMPQ\t\(.*\), [A-Z]`
    	return *p < q
    }
    
    func CmpMem3(p *int) bool {
    	// amd64:`CMPQ\t\(.*\), [$]7`
    	return *p < 7
    }
    
    func CmpMem4(p *int) bool {
    	// amd64:`CMPQ\t\(.*\), [$]7`
    	return 7 < *p
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 16:31:02 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  3. test/fixedbugs/issue59709.dir/cmem.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package cmem
    
    import (
    	"./aconfig"
    	"./bresource"
    )
    
    type MemT *int
    
    var G int
    
    type memResource struct {
    	x *int
    }
    
    func (m *memResource) initialize(*int) (res *int, err error) {
    	return nil, nil
    }
    
    func (m *memResource) teardown() {
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 21:04:28 UTC 2023
    - 714 bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/util/NameMatcher.java

            String capItem = StringUtils.capitalize(singularItemDescription);
            if (!matches.isEmpty()) {
                return String.format("%s '%s' is ambiguous in %s. Candidates are: %s.", capItem, pattern, container, GUtil.toString(matches));
            }
            if (!candidates.isEmpty()) {
                return String.format("%s '%s' not found in %s. Some candidates are: %s.", capItem, pattern, container, GUtil.toString(candidates));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:48:18 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/cap_freebsd.go

    	return int(right >> 62)
    }
    
    func capver(rights *CapRights) int {
    	return caprver(rights.Rights[0])
    }
    
    func caparsize(rights *CapRights) int {
    	return capver(rights) + 2
    }
    
    // CapRightsSet sets the permissions in setrights in rights.
    func CapRightsSet(rights *CapRights, setrights []uint64) error {
    	// This is essentially a copy of cap_rights_vset()
    	if capver(rights) != CAP_RIGHTS_VERSION_00 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/gradle/java-library-with-excludes.module

                    {
                        "group": "org.apache.camel",
                        "module": "camel-jackson",
                        "version": {
                            "prefers": "2.15.3"
                        },
                        "excludes": [
                            {
                                "group": "*",
                                "module": "camel-core"
                            }
                        ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/util/internal/NameMatcherTest.groovy

        }
    
        def "prefers case sensitive camel case match over case insensitive camel case match"() {
            expect:
            matches("soNa", "someName", "somename")
            matches("SN", "SomeName", "someName")
            matches("na1", "name1", "Name1", "NAME1")
        }
    
        def "prefers case insensitive match over camel case match"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 05 22:49:56 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskSelectionIntegrationTest.groovy

            run "thing"
    
            then:
            result.assertTasksExecuted(":a:thing")
    
            // camel case matching
            when:
            run "th"
    
            then:
            result.assertTasksExecuted(":a:thing", ":b:thing", ":b:b:thing")
        }
    
        @ToBeFixedForIsolatedProjects(because = "allprojects")
        def "can use camel-case for all segments of qualified task name"() {
            createDirs("child", "child/child")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. dbflute_fess/dfprop/lastafluteMap.dfprop

    #         ; freeGenList = list:{ [env or config or label or message or html] }
    #         ; propertiesHtmlList = list:{ [env or config or label or message] }
    #     }
    #     ; appMap = map:{
    #         ; [application name, camel case, initial uncapitalised] = map:{
    #             ; path = [relative path to application project from DBFlute client]
    #             ; freeGenList = list:{ [env or config or label or message or html] }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 20 08:20:11 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/ops/gen/common/case_format.h

    #include "tensorflow/core/platform/str_util.h"
    #include "tensorflow/core/platform/types.h"
    
    namespace tensorflow {
    namespace generator {
    
    // Conversion routines between upper/lower camel/snake case formats, e.g.:
    //   "lowerCamelCase"
    //   "lower_snake_case"
    //   "UpperCamelCase"
    //   "UPPER_SNAKE_CASE"
    //
    // The input format is automatically detected.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 15 18:23:40 UTC 2021
    - 1.8K bytes
    - Viewed (0)
Back to top