Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for tMeta (0.04 seconds)

  1. docs/debugging/inspect/export.go

    	var tHdr, tMeta []byte // Zero copy bytes
    	for i := 0; i < versions; i++ {
    		tHdr, buf, e = msgp.ReadBytesZC(buf)
    		if e != nil {
    			return e
    		}
    		tMeta, buf, e = msgp.ReadBytesZC(buf)
    		if e != nil {
    			return e
    		}
    		if e = fn(i, tHdr, tMeta); e != nil {
    			return e
    		}
    	}
    	return nil
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 9.2K bytes
    - Click Count (1)
  2. docs/debugging/xl-meta/main.go

    	var tHdr, tMeta []byte // Zero copy bytes
    	for i := range versions {
    		tHdr, buf, err = msgp.ReadBytesZC(buf)
    		if err != nil {
    			return err
    		}
    		tMeta, buf, err = msgp.ReadBytesZC(buf)
    		if err != nil {
    			return err
    		}
    		if err = fn(i, tHdr, tMeta); err != nil {
    			return err
    		}
    	}
    	return nil
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 40.4K bytes
    - Click Count (0)
  3. cmd/xl-storage-format-v2.go

    	var tHdr, tMeta []byte // Zero copy bytes
    	for i := range versions {
    		tHdr, buf, err = msgp.ReadBytesZC(buf)
    		if err != nil {
    			return err
    		}
    		tMeta, buf, err = msgp.ReadBytesZC(buf)
    		if err != nil {
    			return err
    		}
    		if err = fn(i, tHdr, tMeta); err != nil {
    			if err == errDoneForNow {
    				err = nil
    			}
    			return err
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 65.6K bytes
    - Click Count (1)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0397          ; mapped                 ; 03B7          # 1.1  GREEK CAPITAL LETTER ETA
    0398          ; mapped                 ; 03B8          # 1.1  GREEK CAPITAL LETTER THETA
    0399          ; mapped                 ; 03B9          # 1.1  GREEK CAPITAL LETTER IOTA
    039A          ; mapped                 ; 03BA          # 1.1  GREEK CAPITAL LETTER KAPPA
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Click Count (0)
  5. lib/fips140/v1.1.0-rc1.zip

    [V10.D1, V11.D1] VLD1.P 16(R0), [V12.D1, V13.D1] VLD1.P 16(R0), [V14.D1, V15.D1] VLD1.P 16(R0), [V16.D1, V17.D1] VLD1.P 16(R0), [V18.D1, V19.D1] VLD1.P 16(R0), [V20.D1, V21.D1] VLD1.P 16(R0), [V22.D1, V23.D1] VLD1 (R0), [V24.D1] SUB $192, R0, R0 loop: // theta VEOR3 V20.B16, V15.B16, V10.B16, V25.B16 VEOR3 V21.B16, V16.B16, V11.B16, V26.B16 VEOR3 V22.B16, V17.B16, V12.B16, V27.B16 VEOR3 V23.B16, V18.B16, V13.B16, V28.B16 VEOR3 V24.B16, V19.B16, V14.B16, V29.B16 VEOR3 V25.B16, V5.B16, V0.B16, V25.B16 VEOR3...
    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