Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 156 (0.07 sec)

  1. src/archive/tar/tar_test.go

    		formats: FormatGNU,
    	}, {
    		header:  &Header{Devmajor: 1 << 56},
    		formats: FormatUnknown,
    	}, {
    		header:  &Header{Devmajor: -1 << 56},
    		formats: FormatGNU,
    	}, {
    		header:  &Header{Devmajor: -1<<56 - 1},
    		formats: FormatUnknown,
    	}, {
    		header:  &Header{Name: "用戶名", Devmajor: -1 << 56},
    		formats: FormatGNU,
    	}, {
    		header:  &Header{Size: math.MaxInt64},
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Jul 25 00:25:45 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.15.md

        - [Client Binaries](#client-binaries-5)
        - [Server Binaries](#server-binaries-5)
        - [Node Binaries](#node-binaries-5)
      - [Changelog since v1.15.6](#changelog-since-v1156)
        - [Other notable changes](#other-notable-changes-1)
    - [v1.15.6](#v1156)
      - [Downloads for v1.15.6](#downloads-for-v1156)
        - [Client Binaries](#client-binaries-6)
        - [Server Binaries](#server-binaries-6)
        - [Node Binaries](#node-binaries-6)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  3. cmd/apierrorcode_string.go

    	_ = x[ErrKMSDefaultKeyAlreadyConfigured-151]
    	_ = x[ErrNoAccessKey-152]
    	_ = x[ErrInvalidToken-153]
    	_ = x[ErrEventNotification-154]
    	_ = x[ErrARNNotification-155]
    	_ = x[ErrRegionNotification-156]
    	_ = x[ErrOverlappingFilterNotification-157]
    	_ = x[ErrFilterNameInvalid-158]
    	_ = x[ErrFilterNamePrefix-159]
    	_ = x[ErrFilterNameSuffix-160]
    	_ = x[ErrFilterValueInvalid-161]
    	_ = x[ErrOverlappingConfigs-162]
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  4. cmd/xl-storage-format_test.go

    		}
    	}
    }
    
    func TestIsXLMetaErasureInfoValid(t *testing.T) {
    	tests := []struct {
    		name   int
    		data   int
    		parity int
    		want   bool
    	}{
    		{1, 5, 6, false},
    		{2, 5, 5, true},
    		{3, 0, 5, false},
    		{3, -1, 5, false},
    		{4, 5, -1, false},
    		{5, 5, 0, true},
    		{6, 5, 0, true},
    		{7, 5, 4, true},
    	}
    	for _, tt := range tests {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  5. src/archive/tar/format.go

    // signed byte values.
    // We compute and return both.
    func (b *block) computeChecksum() (unsigned, signed int64) {
    	for i, c := range b {
    		if 148 <= i && i < 156 {
    			c = ' ' // Treat the checksum field itself as all spaces.
    		}
    		unsigned += int64(c)
    		signed += int64(int8(c))
    	}
    	return unsigned, signed
    }
    
    // reset clears the block with all zeros.
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Oct 13 18:36:46 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  6. api/go1.6.txt

    pkg archive/zip, method (*Writer) RegisterCompressor(uint16, Compressor)
    pkg bufio, method (*Scanner) Buffer([]uint8, int)
    pkg bufio, var ErrFinalToken error
    pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 = 156
    pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 uint16
    pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 = 157
    pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 uint16
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Jan 13 23:40:13 UTC 2016
    - 12.9K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_USER6 = 153
    pkg syscall (freebsd-386), const DLT_USER7 = 154
    pkg syscall (freebsd-386), const DLT_USER8 = 155
    pkg syscall (freebsd-386), const DLT_USER9 = 156
    pkg syscall (freebsd-386), const DLT_WIHART = 223
    pkg syscall (freebsd-386), const DLT_WIHART ideal-int
    pkg syscall (freebsd-386), const DLT_X2E_SERIAL = 213
    pkg syscall (freebsd-386), const DLT_X2E_XORAYA = 214
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_USER7 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER8 = 155
    pkg syscall (freebsd-arm64), const DLT_USER8 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER9 = 156
    pkg syscall (freebsd-arm64), const DLT_USER9 ideal-int
    pkg syscall (freebsd-arm64), const DLT_WIHART = 223
    pkg syscall (freebsd-arm64), const DLT_WIHART ideal-int
    pkg syscall (freebsd-arm64), const DLT_X2E_SERIAL = 213
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_SONETVT ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_SRP = 151
    pkg syscall (netbsd-arm64-cgo), const IFT_SRP ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK = 156
    pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK = 111
    pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK ideal-int
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  10. lib/fips140/v1.0.0-c2097c7c.zip

    XORL R12, R11 BSWAPL R11 MOVL R11, 140(SP) CMPQ R9, $0x80 JB gcmAesEncSingles SUBQ $0x80, R9 // We have at least 8 blocks to encrypt, prepare the rest of the counters MOVOU X11, 144(SP) ADDL $0x01, R10 MOVL R10, R11 XORL R12, R11 BSWAPL R11 MOVL R11, 156(SP) MOVOU X11, 160(SP) ADDL $0x01, R10 MOVL R10, R11 XORL R12, R11 BSWAPL R11 MOVL R11, 172(SP) MOVOU X11, 176(SP) ADDL $0x01, R10 MOVL R10, R11 XORL R12, R11 BSWAPL R11 MOVL R11, 188(SP) MOVOU X11, 192(SP) ADDL $0x01, R10 MOVL R10, R11 XORL R12, R11...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
Back to top