Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 66 for oris (0.04 sec)

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

    			// This is a constant shifted 16 bits to the left, convert it to ADDIS/ORIS $const,...
    			p.As = AADDIS
    			// Use ORIS for large constants which should not be sign extended.
    			if p.From.Offset >= 0x80000000 {
    				p.As = AORIS
    			}
    			p.Reg = REG_R0
    			p.From.Offset >>= 16
    		}
    
    	case AMOVD:
    		// Skip this opcode if it is not a constant load.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  2. test/codegen/mathbits.go

    	// 386:"BSFL\t"
    	// arm:"ORR\t\\$65536","CLZ",-"MOVHU\tR"
    	// arm64:"ORR\t\\$65536","RBITW","CLZW",-"MOVHU\tR",-"RBIT\t",-"CLZ\t"
    	// s390x:"FLOGR","OR\t\\$65536"
    	// ppc64x/power8:"POPCNTD","ORIS\\t\\$1"
    	// ppc64x/power9:"CNTTZD","ORIS\\t\\$1"
    	// wasm:"I64Ctz"
    	return bits.TrailingZeros16(n)
    }
    
    func TrailingZeros8(n uint8) int {
    	// amd64:"BSFL","ORL\\t\\$256"
    	// 386:"BSFL"
    	// arm:"ORR\t\\$256","CLZ",-"MOVBU\tR"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:51:17 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/typecheck/subr.go

    	return types.LocalPkg.LookupNum(prefix, n)
    }
    
    // Given funarg struct list, return list of fn args.
    func NewFuncParams(origs []*types.Field) []*types.Field {
    	res := make([]*types.Field, len(origs))
    	for i, orig := range origs {
    		p := types.NewField(orig.Pos, orig.Sym, orig.Type)
    		p.SetIsDDD(orig.IsDDD())
    		res[i] = p
    	}
    	return res
    }
    
    // NodAddr returns a node representing &n at base.Pos.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 19:45:58 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  4. src/math/big/prime.go

    // March 2000, pp. 873-891.
    // https://www.ams.org/journals/mcom/2001-70-234/S0025-5718-00-01197-2/S0025-5718-00-01197-2.pdf
    //
    // Baillie, "Extra strong Lucas pseudoprimes", OEIS A217719, https://oeis.org/A217719.
    //
    // Jacobsen, "Pseudoprime Statistics, Tables, and Data", http://ntheory.org/pseudoprimes.html.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 02 14:43:52 UTC 2022
    - 10.4K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-out.yaml

                - orIds:
                    ids:
                    - remoteIp:
                        addressPrefix: 172.18.4.0
                        prefixLen: 22
                - notId:
                    orIds:
                      ids:
                      - remoteIp:
                          addressPrefix: 192.168.244.139
                          prefixLen: 32
                - orIds:
                    ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/extended-single-policy-out.yaml

            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[1]
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[2]
                - orIds:
                    ids:
                    - andIds:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

                              regex: .*/ns/.*/.*
                - orIds:
                    ids:
                    - remoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
                    - remoteIp:
                        addressPrefix: 5.6.0.0
                        prefixLen: 16
                - notId:
                    orIds:
                      ids:
                      - remoteIp:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/single-policy-out.yaml

            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[1]
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[2]
                - orIds:
                    ids:
                    - metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                              regex: .*/ns/.*/.*
                - orIds:
                    ids:
                    - remoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
                    - remoteIp:
                        addressPrefix: 5.6.0.0
                        prefixLen: 16
                - notId:
                    orIds:
                      ids:
                      - remoteIp:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  10. cmd/local-locker.go

    			for _, resource := range args.Resources {
    				lris, ok := l.lockMap[resource]
    				if !ok {
    					continue
    				}
    				// Collect uids, so we don't mutate while we delete
    				uids := make([]string, 0, len(lris))
    				for _, lri := range lris {
    					uids = append(uids, lri.UID)
    				}
    
    				// Delete collected uids:
    				for _, uid := range uids {
    					lris, ok := l.lockMap[resource]
    					if !ok {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Feb 19 22:54:46 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top