Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for CRC (0.18 sec)

  1. src/archive/zip/reader_test.go

    	// Archive contains a file whose name is exclusively made up of '/', '\'
    	// characters, or "../", "..\" paths, which would previously cause a panic.
    	//
    	//  Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
    	// --------  ------  ------- ---- ---------- ----- --------  ----
    	//        0  Stored        0   0% 08-05-2021 18:32 00000000  /
    	//        0  Stored        0   0% 09-14-2021 12:59 00000000  //
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_LEN = 4
    pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_LEN ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_BE = 79764918
    pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_BE ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_LE = 3988292384
    pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_LE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/archive/zip/writer_test.go

    		t.Errorf("unexpected method and flags: %v", b[6:10])
    	}
    
    	if !bytes.Equal(b[14:26], make([]byte, 12)) { // FileHeader.{CRC32,CompressSize,UncompressedSize} all zero.
    		t.Errorf("unexpected crc, compress and uncompressed size to be 0 was: %v", b[14:26])
    	}
    
    	binary.LittleEndian.PutUint32(sig[:], uint32(dataDescriptorSignature))
    	if bytes.Contains(b, sig[:]) {
    		t.Error("there should be no data descriptor")
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Sep 15 19:04:06 GMT 2023
    - 14.1K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (netbsd-386), const ETHERTYPE_XTP = 33149
    pkg syscall (netbsd-386), const ETHER_ADDR_LEN = 6
    pkg syscall (netbsd-386), const ETHER_CRC_LEN = 4
    pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE = 79764918
    pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE = 3988292384
    pkg syscall (netbsd-386), const ETHER_HDR_LEN = 14
    pkg syscall (netbsd-386), const ETHER_MAX_LEN = 1518
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (netbsd-386), const ETHERTYPE_XTP ideal-int
    pkg syscall (netbsd-386), const ETHER_ADDR_LEN ideal-int
    pkg syscall (netbsd-386), const ETHER_CRC_LEN ideal-int
    pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE ideal-int
    pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE ideal-int
    pkg syscall (netbsd-386), const ETHER_HDR_LEN ideal-int
    pkg syscall (netbsd-386), const ETHER_MAX_LEN ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top