Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 145 for vsrb (0.12 sec)

  1. src/cmd/internal/obj/ppc64/anames.go

    	"VPMSUMH",
    	"VPMSUMW",
    	"VPMSUMD",
    	"VMSUMUDM",
    	"VR",
    	"VRLB",
    	"VRLH",
    	"VRLW",
    	"VRLD",
    	"VS",
    	"VSLB",
    	"VSLH",
    	"VSLW",
    	"VSL",
    	"VSLO",
    	"VSRB",
    	"VSRH",
    	"VSRW",
    	"VSR",
    	"VSRO",
    	"VSLD",
    	"VSRD",
    	"VSA",
    	"VSRAB",
    	"VSRAH",
    	"VSRAW",
    	"VSRAD",
    	"VSOI",
    	"VSLDOI",
    	"VCLZ",
    	"VCLZB",
    	"VCLZH",
    	"VCLZW",
    	"VCLZD",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/anames.go

    	"VREPB",
    	"VREPH",
    	"VREPF",
    	"VREPG",
    	"VREPI",
    	"VREPIB",
    	"VREPIH",
    	"VREPIF",
    	"VREPIG",
    	"VSCEF",
    	"VSCEG",
    	"VSEL",
    	"VSL",
    	"VSLB",
    	"VSLDB",
    	"VSRA",
    	"VSRAB",
    	"VSRL",
    	"VSRLB",
    	"VSEG",
    	"VSEGB",
    	"VSEGH",
    	"VSEGF",
    	"VST",
    	"VSTEH",
    	"VSTEF",
    	"VSTEG",
    	"VSTEB",
    	"VSTM",
    	"VSTL",
    	"VSTRC",
    	"VSTRCB",
    	"VSTRCH",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  3. pkg/controller/certificates/approver/sarapprove_test.go

    				if len(as) != 2 {
    					t.Errorf("expected two calls but got: %#v", as)
    					return
    				}
    				_ = as[0].(testclient.CreateActionImpl)
    				a := as[1].(testclient.UpdateActionImpl)
    				if got, expected := a.Verb, "update"; got != expected {
    					t.Errorf("got: %v, expected: %v", got, expected)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 02 21:12:04 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm64/anames.go

    	"VMOVI",
    	"VMOVQ",
    	"VMOVS",
    	"VORR",
    	"VPMULL",
    	"VPMULL2",
    	"VRAX1",
    	"VRBIT",
    	"VREV16",
    	"VREV32",
    	"VREV64",
    	"VSHL",
    	"VSLI",
    	"VSRI",
    	"VST1",
    	"VST2",
    	"VST3",
    	"VST4",
    	"VSUB",
    	"VTBL",
    	"VTBX",
    	"VTRN1",
    	"VTRN2",
    	"VUADDLV",
    	"VUADDW",
    	"VUADDW2",
    	"VUMAX",
    	"VUMIN",
    	"VUSHLL",
    	"VUSHLL2",
    	"VUSHR",
    	"VUSRA",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  5. plugin/pkg/admission/certificates/util.go

    	// First check if the user has explicit permission to 'verb' for the given signerName.
    	attr := buildAttributes(info, verb, signerName)
    	decision, reason, err := authz.Authorize(ctx, attr)
    	switch {
    	case err != nil:
    		klog.V(3).Infof("cannot authorize %q %q for policy: %v,%v", verb, attr.GetName(), reason, err)
    	case decision == authorizer.DecisionAllow:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 2.6K bytes
    - Viewed (0)
  6. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/internal/jvm/ClassDirectoryBinaryNamingScheme.java

        }
    
        public String getTaskName(@Nullable String verb) {
            return getTaskName(verb, null);
        }
    
        public String getTaskName(@Nullable String verb, @Nullable String target) {
            String name = baseName;
            if (target != null) {
                name = collapsedName;
            }
            return GUtil.toLowerCamelCase(nullToEmpty(verb) + " " + name + " " + nullToEmpty(target));
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.s

    	VEOR	V10.B16, V6.B16, V18.B16
    	VEOR	V11.B16, V7.B16, V19.B16
    	VSHL	$12, V16.S4, V4.S4
    	VSHL	$12, V17.S4, V5.S4
    	VSHL	$12, V18.S4, V6.S4
    	VSHL	$12, V19.S4, V7.S4
    	VSRI	$20, V16.S4, V4.S4
    	VSRI	$20, V17.S4, V5.S4
    	VSRI	$20, V18.S4, V6.S4
    	VSRI	$20, V19.S4, V7.S4
    
    	// V0..V3 += V4..V7
    	// V12..V15 <<<= ((V12..V15 XOR V0..V3), 8)
    	VADD	V0.S4, V4.S4, V0.S4
    	VADD	V1.S4, V5.S4, V1.S4
    	VADD	V2.S4, V6.S4, V2.S4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authorization_test.go

    				Verb: "get",
    				Path: "/api/",
    			},
    		},
    		"non-resource group api prefix": {
    			Verb: "GET",
    			Path: "/apis/extensions/",
    			ExpectedAttributes: &authorizer.AttributesRecord{
    				Verb: "get",
    				Path: "/apis/extensions/",
    			},
    		},
    
    		"resource": {
    			Verb: "POST",
    			Path: "/api/v1/nodes/mynode",
    			ExpectedAttributes: &authorizer.AttributesRecord{
    				Verb:            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 5K bytes
    - Viewed (0)
  9. pkg/kubelet/server/auth.go

    // Default attributes are: {apiVersion=v1,verb=<http verb from request>,resource=nodes,name=<node name>,subresource=proxy}
    // More specific verb/resource is set for the following request patterns:
    //
    //	/stats/*   => verb=<api verb from request>, resource=nodes, name=<node name>, subresource=stats
    //	/metrics/* => verb=<api verb from request>, resource=nodes, name=<node name>, subresource=metrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 18:09:38 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. pkg/registry/authorization/util/helpers_test.go

    	knownResourceAttributesNames := sets.NewString(
    		// Fields we copy in ResourceAttributesFrom
    		"Verb",
    		"Namespace",
    		"Group",
    		"Version",
    		"Resource",
    		"Subresource",
    		"Name",
    
    		// Fields we copy in NonResourceAttributesFrom
    		"Path",
    		"Verb",
    	)
    	reflect.TypeOf(authorizationapi.ResourceAttributes{}).FieldByNameFunc(func(name string) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 25 16:06:18 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top