Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Move (0.05 sec)

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

    	XVMOVQ		R18, X10.W8     // 4a0a9f76
    	XVMOVQ		R19, X9.V4      // 690e9f76
    
    	// Move vector
    	XVMOVQ		X0, X31.B32     // 1f000777
    	XVMOVQ		X1, X30.H16     // 3e800777
    	XVMOVQ		X2, X29.W8      // 5dc00777
    	XVMOVQ		X3, X28.V4      // 7ce00777
    	XVMOVQ		X3, X27.Q2      // 7bf00777
    
    	// Move vector element to scalar.
    	XVMOVQ		X0, X31.W[7]    // 1fdcff76
    	XVMOVQ		X1, X29.W[0]    // 3dc0ff76
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  2. cmd/erasure-server-pool-rebalance.go

    							NoDecryption: true,
    							NoLock:       true,
    							NoAuditLog:   true,
    						})
    					if isErrObjectNotFound(err) || isErrVersionNotFound(err) {
    						// object deleted by the application, nothing to do here we move on.
    						ignore = true
    						stopFn(0, nil)
    						break
    					}
    					if err != nil {
    						failure = true
    						rebalanceLogIf(ctx, err)
    						stopFn(0, err)
    						continue
    					}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Sep 04 20:47:24 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    ### Refactors
    
    * ✅ Simplify tests for body_multiple_params . PR [#13237](https://github.com/fastapi/fastapi/pull/13237) by [@alejsdev](https://github.com/alejsdev).
    * ♻️ Move duplicated code portion to a static method in the `APIKeyBase` super class. PR [#3142](https://github.com/fastapi/fastapi/pull/3142) by [@ShahriyarR](https://github.com/ShahriyarR).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top