Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for stream (0.18 sec)

  1. api/go1.4.txt

    pkg compress/zlib, type Resetter interface { Reset }
    pkg compress/zlib, type Resetter interface, Reset(io.Reader, []uint8) error
    
    # CL 159120044 compress/gzip: allow stopping at end of first stream, Russ Cox <******@****.***>
    pkg compress/gzip, method (*Reader) Multistream(bool)
    
    # CL 138800043 crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum., David Leon Gil <******@****.***>
    pkg crypto, const SHA3_224 = 10
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE = 262144
    pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE ideal-int
    pkg syscall (windows-386), const XP1_PSEUDO_STREAM = 16
    pkg syscall (windows-386), const XP1_PSEUDO_STREAM ideal-int
    pkg syscall (windows-386), const XP1_QOS_SUPPORTED = 8192
    pkg syscall (windows-386), const XP1_QOS_SUPPORTED ideal-int
    pkg syscall (windows-386), const XP1_SAN_SUPPORT_SDP = 524288
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	BSETI	$1, X10, X11				// 93151528
    
    	// Privileged ISA
    
    	// 3.2.1: Environment Call and Breakpoint
    	ECALL						// 73000000
    	SCALL						// 73000000
    	EBREAK						// 73001000
    	SBREAK						// 73001000
    
    	// Arbitrary bytes (entered in little-endian mode)
    	WORD	$0x12345678	// WORD $305419896	// 78563412
    	WORD	$0x9abcdef0	// WORD $2596069104	// f0debc9a
    
    	// MOV pseudo-instructions
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 22 04:42:21 GMT 2024
    - 16.7K bytes
    - Viewed (0)
Back to top