Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for zeros (0.21 sec)

  1. src/cmd/asm/internal/asm/testdata/mips.s

    	//	}
    	NOP	F2
    
    	//	LNOP imm
    	//	{
    	//		outcode(int($1), &$2, 0, &nullgen);
    	//	}
    	NOP	$4
    
    	//
    	// special
    	//
    	SYSCALL
    	BREAK
    	SYNC
    
    	//
    	// conditional move on zero/nonzero gp value
    	//
    	CMOVN	R1, R2, R3
    	CMOVZ	R1, R2, R3
    
    	//
    	// conditional move on fp false/true
    	//
    	CMOVF	R1, R2
    	CMOVT	R1, R2
    
    	//
    	// conditional traps
    	//
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 6.7K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -	}
    -      n = n - (s1 - s) - 1;
    -      if (n == 0)
    -	return s;
    -      goto zero_fill;
    -    }
    -
    - last_chars:
    -  n &= 3;
    -  if (n == 0)
    -    return s;
    -
    -  do
    -    {
    -      c = *s2++;
    -      *++s1 = c;
    -      if (--n == 0)
    -	return s;
    -    }
    -  while (c != '\0');
    -
    - zero_fill:
    -  do
    -    *++s1 = '\0';
    -  while (--n > 0);
    -
    -  return s;
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Citadel Agent to the CA (e.g. Citadel), this aud is to make sure the # JWT is intended for the CA. token: aud: istio-ca sts: # The service port used by Security Token Service (STS) server to handle token exchange requests. # Setting this port to a non-zero value enables STS server. servicePort: 0 # whether to use autoscaling/v2 template for HPA settings # for internal usage only, not to be configured by users. autoscalingv2API: true meshConfig: enablePrometheusMerg: true # The trust domain corresponds...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  4. .github/workflows/go-fips.yml

            with:
              context: .
              file: Dockerfile.fips.test
              push: false
              load: true
              tags: minio/fips-test:latest
    
          # This should fail if grep returns non-zero exit
          - name: Test binary
            run: |
              docker run --rm minio/fips-test:latest ./minio --version
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Mar 28 23:44:49 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    yuu.yamaguchi.jp yuza.yamagata.jp yuzawa.niigata.jp z.bg z.se za.bz za.com za.net za.org zachpomor.pl zagan.pl zakopane.pl zama.kanagawa.jp zamami.okinawa.jp zao.miyagi.jp zaporizhzhe.ua zaporizhzhia.ua zappos zapto.org zapto.xyz zara zarow.pl zentsuji.kagawa.jp zero zgora.pl zgorzelec.pl zhitomir.ua zhytomyr.ua zip zj.cn zlg.br zm zombie.jp zone zoological.museum zoology.museum zp.gov.pl zp.ua zt.ua zuerich zushi.kanagawa.jp zw ákŠoluokta.no álaheadju.no áltá.no åfjord.no åkrehamn.no ål.no ålesund.no...
    Others
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/values.yaml

          # JWT is intended for the CA.
          token:
            aud: istio-ca
        sts:
          # The service port used by Security Token Service (STS) server to handle token exchange requests.
          # Setting this port to a non-zero value enables STS server.
          servicePort: 0
        # The name of the CA for workload certificates.
        # For example, when caName=GkeWorkloadCertificate, GKE workload certificates
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 16:58:23 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm.s

    	SLL.S	$31, R5              // 855fb0e1
    	SLL	R5, R6, R7           // 1675a0e1
    	SLL.S	R5, R6, R7           // 1675b0e1
    	SLL	R5, R7               // 1775a0e1
    	SLL.S	R5, R7               // 1775b0e1
    
    // Ops with zero shifts should encode as left shifts
    	ADD	R0<<0, R1, R2	     // 002081e0
    	ADD	R0>>0, R1, R2	     // 002081e0
    	ADD	R0->0, R1, R2	     // 002081e0
    	ADD	R0@>0, R1, R2	     // 002081e0
    	MOVW	R0<<0(R1), R2        // 002091e7
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/armerror.s

    	MOVM.IA	4(R1), [R0-R4]     // ERROR "offset must be zero"
    	MOVM.DA	4(R1), [R0-R4]     // ERROR "offset must be zero"
    	MOVM.IB	4(R1), [R0-R4]     // ERROR "offset must be zero"
    	MOVM.DB	4(R1), [R0-R4]     // ERROR "offset must be zero"
    	MOVM.IA	[R0-R4], 4(R1)     // ERROR "offset must be zero"
    	MOVM.DA	[R0-R4], 4(R1)     // ERROR "offset must be zero"
    	MOVM.IB	[R0-R4], 4(R1)     // ERROR "offset must be zero"
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Nov 03 14:06:21 GMT 2017
    - 14.4K bytes
    - Viewed (0)
  9. manifests/charts/istio-control/istio-discovery/values.yaml

          token:
            aud: istio-ca
    
        sts:
          # The service port used by Security Token Service (STS) server to handle token exchange requests.
          # Setting this port to a non-zero value enables STS server.
          servicePort: 0
    
        # The name of the CA for workload certificates.
        # For example, when caName=GkeWorkloadCertificate, GKE workload certificates
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 16:58:23 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64error.s

    	STP	(R26, R27), 700(R2)                              // ERROR "cannot use REGTMP as source"
    	MOVK	$0, R10                                          // ERROR "zero shifts cannot be handled correctly"
    	MOVK	$(0<<32), R10                                    // ERROR "zero shifts cannot be handled correctly"
    	TLBI	PLDL1KEEP                                        // ERROR "illegal argument"
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
Back to top