Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 25 (0.16 sec)

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

    	ORR $-3458764513820540929, R12, R22        // 96f542b2
    	ORRW R13<<4, R8, R26                       // 1a110d2a
    	ORR R3<<22, R5, R6                         // a65803aa
    	PRFM (R8), $25                             // 190180f9
    	PRFM (R2), PLDL1KEEP                       // 400080f9
    	//TODO PRFM (R27)(R30.SXTW<<3), PLDL2STRM  // 63dbbff8
    	//TODO PRFUM 22(R16), PSTL1KEEP            // 106281f8
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  2. docs/en/data/people.yml

      url: https://github.com/BilalAlpaslan
    - login: zy7y
      count: 25
      avatarUrl: https://avatars.githubusercontent.com/u/67154681?u=5d634834cc514028ea3f9115f7030b99a1f4d5a4&v=4
      url: https://github.com/zy7y
    - login: mycaule
      count: 25
      avatarUrl: https://avatars.githubusercontent.com/u/6161385?u=e3cec75bd6d938a0d73fae0dc5534d1ab2ed1b0e&v=4
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 22:21:11 GMT 2024
    - 57.2K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/values.yaml

      ## Discovery Settings
      pilot:
        autoscaleEnabled: true
        autoscaleMin: 1
        autoscaleMax: 5
        autoscaleBehavior: {}
        replicaCount: 1
        rollingMaxSurge: 100%
        rollingMaxUnavailable: 25%
        hub: ""
        tag: ""
        variant: ""
        # Can be a full hub/image:tag
        image: pilot
        traceSampling: 1.0
        # Resources for a small pilot install
        resources:
          requests:
            cpu: 500m
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  4. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    +   <https://www.gnu.org/licenses/>.  */
     
     #include <string.h>
     
    -#ifdef _LIBC
    -# include <memcopy.h>
    -#endif
    -
     #ifndef STRNCAT
     # undef strncat
     # define STRNCAT  strncat
    @@ -29,54 +25,16 @@
     char *
     STRNCAT (char *s1, const char *s2, size_t n)
     {
    -  char c;
       char *s = s1;
     
       /* Find the end of S1.  */
    -  do
    -    c = *s1++;
    -  while (c != '\0');
    -
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  5. manifests/charts/istio-control/istio-discovery/values.yaml

      ## Discovery Settings
      pilot:
        autoscaleEnabled: true
        autoscaleMin: 1
        autoscaleMax: 5
        autoscaleBehavior: {}
        replicaCount: 1
        rollingMaxSurge: 100%
        rollingMaxUnavailable: 25%
    
        hub: ""
        tag: ""
        variant: ""
    
        # Can be a full hub/image:tag
        image: pilot
        traceSampling: 1.0
    
        # Resources for a small pilot install
        resources:
          requests:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 20.3K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    port: 15021 targetPort: 15021 name: status-port protocol: TCP - port: 80 targetPort: 8080 name: http2 protocol: TCP - port: 443 targetPort: 8443 name: https protocol: TCP # Scalability tuning # replicaCount: 1 rollingMaxSurge: 100% rollingMaxUnavailabl: 25% autoscaleEnabled: true autoscaleMin: 1 autoscaleMax: 5 cpu: targetAverageUtiliza: 80 memory: {} # targetAverageUtiliza: 80 resources: requests: cpu: 100m memory: 128Mi limits: cpu: 2000m memory: 1024Mi loadBalancerIP: "" loadBalancerSourceRa: [] serviceAnnotations:...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  7. src/cmd/asm/internal/asm/testdata/arm64.s

    // special
    	PRFM	(R2), PLDL1KEEP                 // 400080f9
    	PRFM	16(R2), PLDL1KEEP               // 400880f9
    	PRFM	48(R6), PSTL2STRM               // d31880f9
    	PRFM	8(R12), PLIL3STRM               // 8d0580f9
    	PRFM	(R8), $25                       // 190180f9
    	PRFM	8(R9), $30                      // 3e0580f9
    	NOOP                                    // 1f2003d5
    	HINT $0                                 // 1f2003d5
    	DMB	$1
    	SVC
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  8. manifests/charts/gateways/istio-egress/values.yaml

            protocol: TCP
    
          labels:
            app: istio-egressgateway
            istio: egressgateway
    
          # Scalability tuning
          # replicaCount: 1
          rollingMaxSurge: 100%
          rollingMaxUnavailable: 25%
          autoscaleEnabled: true
          autoscaleMin: 1
          autoscaleMax: 5
          resources:
            requests:
              cpu: 100m
              memory: 128Mi
            limits:
              cpu: 2000m
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-ingress/values.yaml

          - port: 443
            targetPort: 8443
            name: https
            protocol: TCP
    
          # Scalability tuning
          # replicaCount: 1
          rollingMaxSurge: 100%
          rollingMaxUnavailable: 25%
          autoscaleEnabled: true
          autoscaleMin: 1
          autoscaleMax: 5
    
          cpu:
            targetAverageUtilization: 80
          memory: {}
            # targetAverageUtilization: 80
    
          resources:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
  10. index.yaml

        name: minio
        sources:
        - https://github.com/minio/minio
        urls:
        - https://charts.min.io/helm-releases/minio-3.6.2.tgz
        version: 3.6.2
      - apiVersion: v1
        appVersion: RELEASE.2022-03-14T18-25-24Z
        created: "2024-04-28T03:14:12.179495821-07:00"
        description: Multi-Cloud Object Storage
        digest: d75b88162bfe54740a233bcecf87328bba2ae23d170bec3a35c828bc6fdc224c
        home: https://min.io
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 53.9K bytes
    - Viewed (0)
Back to top