Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 49 of 49 for regular (0.31 sec)

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

    	case C_SOREG:
    		return cmp(C_ZOREG, b)
    
    	case C_LOREG:
    		return cmp(C_SOREG, b)
    
    	case C_XOREG:
    		return cmp(C_REG, b) || cmp(C_ZOREG, b)
    
    	// An even/odd register input always matches the regular register types.
    	case C_REG:
    		return cmp(C_REGP, b) || (b == C_ZCON && r0iszero != 0)
    	case C_FREG:
    		return cmp(C_FREGP, b)
    	case C_VSREG:
    		/* Allow any VR argument as a VSR operand. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "integer"
            },
            "value": {
              "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.TopologySelectorLabelRequirement": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. src/reflect/all_test.go

    		}
    
    		// vout3 represents a new value of the out type, set to vout2.  This makes
    		// sure the converted value vout2 is really usable as a regular value.
    		vout3 := New(t2).Elem()
    		vout3.Set(vout2)
    		out3 := vout3.Interface()
    		if vout3.Type() != tt.out.Type() || !DeepEqual(out3, tt.out.Interface()) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    description: Match on properties associated with a proxy. properties: metadata: additionalProperties: type: string description: Match on the node metadata supplied by a proxy when connecting to Istio Pilot. type: object proxyVersion: description: A regular expression in golang regex format (RE2) that can be used to select proxies using a specific version of istio proxy. type: string type: object routeConfiguration: description: Match on envoy HTTP route configuration attributes. properties: gateway:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/s390x/asmz.go

    		}
    
    		if p.As == ABR && p.To.Sym == nil && int32(int16(v)) == v {
    			zRI(op_BRC, 0xF, uint32(v), asm)
    		} else {
    			if p.As == ABL {
    				zRIL(_b, op_BRASL, uint32(REG_LR), uint32(v), asm)
    			} else {
    				zRIL(_c, op_BRCL, 0xF, uint32(v), asm)
    			}
    			if p.To.Sym != nil {
    				c.addcallreloc(p.To.Sym, p.To.Offset)
    			}
    		}
    
    	case 12:
    		r1 := p.To.Reg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top