Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for vstx (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    	VL	(R15), V1               // e710f0000006
    	VST	V1, (R15)               // e710f000000e
    	VL	(R15), V31              // e7f0f0000806
    	VST	V31, (R15)              // e7f0f000080e
    	VESLB	$5, V14                 // e7ee00050030
    	VESRAG	$0, V15, V16            // e70f0000383a
    	VLM	(R15), V8, V23          // e787f0000436
    	VSTM	V8, V23, (R15)          // e787f000043e
    	VONE	V1                      // e710ffff0044
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Jul 30 19:29:15 GMT 2025
    - 22.9K bytes
    - Click Count (0)
  2. cmd/bucket-policy.go

    		} else {
    			args[key] = values
    		}
    	}
    
    	// JWT specific values
    	//
    	// Add all string claims
    	for k, v := range claims {
    		vStr, ok := v.(string)
    		if ok {
    			// Trim any LDAP specific prefix
    			args[strings.ToLower(strings.TrimPrefix(k, "ldap"))] = []string{vStr}
    		}
    	}
    
    	// Add groups claim which could be a list. This will ensure that the claim
    	// `jwt:groups` works.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 7.9K bytes
    - Click Count (0)
  3. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VLD1	(R8)(R13), [V2.B16]                              // ERROR "illegal combination"
    	VLD1	8(R9), [V2.B16]                                  // ERROR "illegal combination"
    	VST1	[V1.B16], (R8)(R13)                              // ERROR "illegal combination"
    	VST1	[V1.B16], 9(R2)                                  // ERROR "illegal combination"
    	VLD1	8(R8)(R13), [V2.B16]                             // ERROR "illegal combination"
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Oct 14 19:00:00 GMT 2025
    - 38.4K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/base/Ascii.java

       * Such a sequence is referred to as "text." STX may be used to terminate a sequence of characters
       * started by SOH.
       *
       * @since 8.0
       */
      public static final byte STX = 2;
    
      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 21.7K bytes
    - Click Count (0)
  5. lib/fips140/v1.1.0-rc1.zip

    V26.B16, V0.B16, V0.B16 // iota SUB $1, R2, R2 CBNZ R2, loop VST1.P [V0.D1, V1.D1], 16(R0) VST1.P [V2.D1, V3.D1], 16(R0) VST1.P [V4.D1, V5.D1], 16(R0) VST1.P [V6.D1, V7.D1], 16(R0) VST1.P [V8.D1, V9.D1], 16(R0) VST1.P [V10.D1, V11.D1], 16(R0) VST1.P [V12.D1, V13.D1], 16(R0) VST1.P [V14.D1, V15.D1], 16(R0) VST1.P [V16.D1, V17.D1], 16(R0) VST1.P [V18.D1, V19.D1], 16(R0) VST1.P [V20.D1, V21.D1], 16(R0) VST1.P [V22.D1, V23.D1], 16(R0) VST1 [V24.D1], (R0) RET DATA round_consts<>+0x00(SB)/8, $0x0000000000000001...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top