Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for genrule (0.12 sec)

  1. src/cmd/compile/internal/ssa/_gen/MIPSOps.go

    		{name: "FPT", controls: 1}, // FP flag is true
    		{name: "FPF", controls: 1}, // FP flag is false
    	}
    
    	archs = append(archs, arch{
    		name:            "MIPS",
    		pkg:             "cmd/internal/obj/mips",
    		genfile:         "../../mips/ssa.go",
    		ops:             ops,
    		blocks:          blocks,
    		regnames:        regNamesMIPS,
    		gpregmask:       gp,
    		fpregmask:       fp,
    		specialregmask:  hi | lo,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    			OrMatch: &listener.ListenerFilterChainMatchPredicate_MatchSet{
    				Rules: ranges,
    			},
    		}}
    	}
    	return &listener.ListenerFilterChainMatchPredicate{Rule: ranges[0].GetRule()}
    }
    
    func listenerPredicateIncludePorts(ports []int) *listener.ListenerFilterChainMatchPredicate {
    	rule := listenerPredicateExcludePorts(ports)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    		{name: "FPT", controls: 1}, // FP flag is true
    		{name: "FPF", controls: 1}, // FP flag is false
    	}
    
    	archs = append(archs, arch{
    		name:     "LOONG64",
    		pkg:      "cmd/internal/obj/loong64",
    		genfile:  "../../loong64/ssa.go",
    		ops:      ops,
    		blocks:   blocks,
    		regnames: regNamesLOONG64,
    		// TODO: support register ABI on loong64
    		ParamIntRegNames:   "R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go

    		{name: "FPT", controls: 1}, // FP flag is true
    		{name: "FPF", controls: 1}, // FP flag is false
    	}
    
    	archs = append(archs, arch{
    		name:            "MIPS64",
    		pkg:             "cmd/internal/obj/mips",
    		genfile:         "../../mips64/ssa.go",
    		ops:             ops,
    		blocks:          blocks,
    		regnames:        regNamesMIPS64,
    		gpregmask:       gp,
    		fpregmask:       fp,
    		specialregmask:  hi | lo,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 03:36:31 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/DefaultNamedDomainObjectCollection.java

                return description;
            }
    
            @Override
            public String toString() {
                return "Rule: " + description;
            }
        }
    
        @Override
        public List<Rule> getRules() {
            return Collections.unmodifiableList(rules);
        }
    
        protected UnknownDomainObjectException createNotFoundException(String name) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 16:54:51 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  6. docs/fr/docs/async.md

    Pendant que vous êtes assis à table, en attendant que les burgers 🍔 soient prêts, vous pouvez passer ce temps à admirer à quel point votre crush 😍 est géniale, mignonne et intelligente ✨😍✨.
    
    Pendant que vous discutez avec votre crush 😍, de temps en temps vous jetez un coup d'oeil au nombre affiché au-dessus du comptoir pour savoir si c'est à votre tour d'être servis.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 24K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

    		{name: "BGEZ", controls: 1},
    		{name: "BLTZ", controls: 1},
    		{name: "BGTZ", controls: 1},
    	}
    
    	archs = append(archs, arch{
    		name:            "RISCV64",
    		pkg:             "cmd/internal/obj/riscv",
    		genfile:         "../../riscv64/ssa.go",
    		ops:             RISCV64ops,
    		blocks:          RISCV64blocks,
    		regnames:        regNamesRISCV64,
    		gpregmask:       gpMask,
    		fpregmask:       fpMask,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  8. pkg/workloadapi/security/authorization.pb.go

    }
    
    // Deprecated: Use Group.ProtoReflect.Descriptor instead.
    func (*Group) Descriptor() ([]byte, []int) {
    	return file_workloadapi_security_authorization_proto_rawDescGZIP(), []int{1}
    }
    
    func (x *Group) GetRules() []*Rules {
    	if x != nil {
    		return x.Rules
    	}
    	return nil
    }
    
    type Rules struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway.go

    			}
    			destinationRule := CastDestinationRule(proxy.SidecarScope.DestinationRule(
    				model.TrafficDirectionOutbound, proxy, service.Hostname).GetRule())
    
    			// First, we build the standard cluster. We match on the SNI matching the cluster name
    			// (per the spec of AUTO_PASSTHROUGH), as well as all possible Istio mTLS ALPNs. This,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/ARMOps.go

    		{name: "GEnoov", controls: 1}, // 'GE' but without honoring overflow
    	}
    
    	archs = append(archs, arch{
    		name:            "ARM",
    		pkg:             "cmd/internal/obj/arm",
    		genfile:         "../../arm/ssa.go",
    		ops:             ops,
    		blocks:          blocks,
    		regnames:        regNamesARM,
    		gpregmask:       gp,
    		fpregmask:       fp,
    		framepointerreg: -1, // not used
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 41K bytes
    - Viewed (0)
Back to top