Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for K1 (0.01 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    TEXT asmtest_avx512dq(SB), NOSPLIT, $0
    	KADDB K3, K1, K6                                   // c5f54af3
    	KADDB K1, K1, K6                                   // c5f54af1
    	KADDB K3, K5, K6                                   // c5d54af3
    	KADDB K1, K5, K6                                   // c5d54af1
    	KADDB K3, K1, K5                                   // c5f54aeb
    	KADDB K1, K1, K5                                   // c5f54ae9
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 194.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s

    	VPCMPEQW 15(R8)(R14*4), Z5, K1, K6                 // 6291554975b4b00f000000 or 6291d54975b4b00f000000
    	VPCMPEQW -7(CX)(DX*4), Z5, K1, K6                  // 62f1554975b491f9ffffff or 62f1d54975b491f9ffffff
    	VPCMPGTB X26, X8, K1, K1                           // 62913d0964ca or 6291bd0964ca
    	VPCMPGTB (BX), X8, K1, K1                          // 62f13d09640b or 62f1bd09640b
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 159.2K bytes
    - Viewed (0)
  3. cmd/bucket-replication.go

    	replicateNone     replicationAction = "none"
    	replicateAll      replicationAction = "all"
    )
    
    // matches k1 with all keys, returns 'true' if one of them matches
    func equals(k1 string, keys ...string) bool {
    	for _, k2 := range keys {
    		if strings.EqualFold(k1, k2) {
    			return true
    		}
    	}
    	return false
    }
    
    // returns replicationAction by comparing metadata between source and target
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118K bytes
    - Viewed (0)
Back to top