Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 249 for pcount (0.17 sec)

  1. src/runtime/mbitmap.go

    					if x&0x80 == 0 {
    						break
    					}
    				}
    			}
    			count := 0
    			for nb := uint(0); ; nb += 7 {
    				x := *p
    				p = add1(p)
    				count |= int(x&0x7f) << nb
    				if x&0x80 == 0 {
    					break
    				}
    			}
    			print("\t", nptr, " repeat ", nbit, " × ", count, "\n")
    			nptr += nbit * count
    		}
    	}
    }
    
    // Testing.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	return nil
    }
    
    func (b *Builder) incrementSectionCount() error {
    	var count *uint16
    	var err error
    	switch b.section {
    	case sectionQuestions:
    		count = &b.header.questions
    		err = errTooManyQuestions
    	case sectionAnswers:
    		count = &b.header.answers
    		err = errTooManyAnswers
    	case sectionAuthorities:
    		count = &b.header.authorities
    		err = errTooManyAuthorities
    	case sectionAdditionals:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  3. hack/local-up-cluster.sh

          --kubelet-client-key="${CERT_DIR}/client-kube-apiserver.key" \
          --service-account-key-file="${SERVICE_ACCOUNT_KEY}" \
          --service-account-lookup="${SERVICE_ACCOUNT_LOOKUP}" \
          --service-account-issuer="https://kubernetes.default.svc" \
          --service-account-jwks-uri="https://kubernetes.default.svc/openid/v1/jwks" \
          --service-account-signing-key-file="${SERVICE_ACCOUNT_KEY}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. src/cmd/go/internal/test/test.go

    	    to the original sources.
    
    	-covermode set,count,atomic
    	    Set the mode for coverage analysis for the package[s]
    	    being tested. The default is "set" unless -race is enabled,
    	    in which case it is "atomic".
    	    The values:
    		set: bool: does this statement run?
    		count: int: how many times does this statement run?
    		atomic: int: count, but correct in multithreaded tests;
    			significantly more expensive.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/options/options_test.go

    	"--resource-quota-sync-period=10m",
    	"--route-reconciliation-period=30s",
    	"--secondary-node-eviction-rate=0.05",
    	"--service-account-private-key-file=/service-account-private-key",
    	"--terminated-pod-gc-threshold=12000",
    	"--unhealthy-zone-threshold=0.6",
    	"--use-service-account-credentials=true",
    	"--cert-dir=/a/b/c",
    	"--bind-address=192.168.4.21",
    	"--secure-port=10001",
    	"--concurrent-ttl-after-finished-syncs=8",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

        @Override
        public GradleExecuter expectDeprecationWarnings(int count) {
            Preconditions.checkState(expectedGenericDeprecationWarnings == 0, "expected deprecation count is already set for this execution");
            Preconditions.checkArgument(count > 0, "expected deprecation count must be positive");
            expectedGenericDeprecationWarnings = count;
            return this;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	MOVD $48, R18
    
    	LXVDSX (R1)(R18), SEL1
    	VSPLTB $7, SEL1, IDX    // splat byte
    
    	VSPLTISB $1, ONE    // Vector with byte 1s
    	VSPLTISB $1, SEL2   // Vector with byte 1s
    	MOVD     $64, COUNT
    	MOVD     COUNT, CTR // loop count
    
    	VSPLTISB $0, X1H // VZERO  X1H
    	VSPLTISB $0, X1L // VZERO  X1L
    	VSPLTISB $0, Y1H // VZERO  Y1H
    	VSPLTISB $0, Y1L // VZERO  Y1L
    
    loop_select:
    	LXVD2X (P1ptr+R0), X2H
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

            assertEquals("value", bean.getProp().get());
    
            dynamicObject.setProperty("prop", providerFactory.provider(new Callable<String>() {
                int count;
    
                @Override
                public String call() {
                    return "[" + ++count + "]";
                }
            }));
            assertEquals("[1]", bean.getProp().get());
            assertEquals("[2]", bean.getProp().get());
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

            final JsonRequestParams params = new JsonRequestParams(request, fessConfig);
            try {
                response.setContentType("application/x-ndjson; charset=UTF-8");
                final long count = searchHelper.scrollSearch(params, doc -> {
                    buf.setLength(0);
                    buf.append('{');
                    boolean first2 = true;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  10. src/runtime/traceback.go

    	//   print them—since we can't retain the strings it returns.
    	//
    	// Instead, we print the outer frames, and if we reach that limit, we clone
    	// the unwinder, count the remaining frames, and then skip forward and
    	// finish printing from the clone. This makes two passes over the outer part
    	// of the stack, but the single pass over the inner part ensures that's
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top