Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for intRegs (0.16 sec)

  1. src/cmd/compile/internal/ssa/writebarrier.go

    	config := b.Func.Config
    	typ := config.Types.Uintptr // type of all argument values
    	nargs := len(args)
    
    	// TODO (register args) this is a bit of a hack.
    	inRegs := b.Func.ABIDefault == b.Func.ABI1 && len(config.intParamRegs) >= 3
    
    	if !inRegs {
    		// Store arguments to the appropriate stack slot.
    		off := config.ctxt.Arch.FixedFrameSize
    		for _, arg := range args {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:09:14 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  2. tests/integration/security/sds_ingress/ingress_test.go

    //go:build integ
    // +build integ
    
    //  Copyright Istio Authors
    //
    //  Licensed under the Apache License, Version 2.0 (the "License");
    //  you may not use this file except in compliance with the License.
    //  You may obtain a copy of the License at
    //
    //      http://www.apache.org/licenses/LICENSE-2.0
    //
    //  Unless required by applicable law or agreed to in writing, software
    //  distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  3. build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy

    -Djava.io.tmpdir=C:\\some\\agent\\workspace\\subprojects\\osgi\\build\\tmp -Dfile.encoding=windows-1252 -Dorg.gradle.classloaderscope.strict=true -ea -ea "-Dorg.gradle.appname=gradle" -classpath "C:\\some\\agent\\workspace\\subprojects\\osgi\\build\\integ test\\bin\\..\\lib\\gradle-launcher-4.5.jar" org.gradle.launcher.GradleMain --init-script "C:\\some\\agent\\workspace\\subprojects\\osgi\\build\\tmp\\teŝt files\\OsgiPluginIntegrationSpec\\can_merge_manifests...archives_\\uz4kt\\reproducible-archives-init.gradle"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 07:00:39 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsAccessFromGroovyDslIntegrationTest.groovy

                include ':a'
                include ':a:tests'
                include ':a:tests:integ-tests'
            """
            file("a/build.gradle") << ""
            file("a/tests/build.gradle") << ""
            file("a/tests/integ-tests/build.gradle") << ""
    
            when:
            isolatedProjectsRun 'build'
    
            then:
            fixture.assertStateStored {
                projectsConfigured(":", ":a", ":a:tests", ":a:tests:integ-tests")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/build.gradle

        testImplementation libs.commonsHttpclient
        testImplementation libs.httpmime
    
        docsTestImplementation platform(project(":distributions-dependencies"))
        docsTestImplementation project(":internal-integ-testing")
        docsTestImplementation project(":base-services")
        docsTestImplementation project(":logging")
        docsTestImplementation libs.junit5Vintage
        docsTestImplementation libs.junit
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top