Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 76 of 76 for xlsb (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - github.com/vishvananda/netns: [v0.0.2 → v0.0.4](https://github.com/vishvananda/netns/compare/v0.0.2...v0.0.4)
    - github.com/xlab/treeprint: [v1.1.0 → v1.2.0](https://github.com/xlab/treeprint/compare/v1.1.0...v1.2.0)
    - go.etcd.io/bbolt: v1.3.6 → v1.3.7
    - go.etcd.io/etcd/api/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/client/pkg/v3: v3.5.7 → v3.5.9
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	// What's going on: large 64-bit "unsigned" looks like
    	// negative number to hardware's integer-to-float
    	// conversion. However, because the mantissa is only
    	// 63 bits, we don't need the LSB, so instead we do an
    	// unsigned right shift (divide by two), convert, and
    	// double. However, before we do that, we need to be
    	// sure that we do not lose a "1" if that made the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    		return S32 | 3<<29 | 0x24<<23 | 0<<22
    
    	case AASR:
    		return S64 | 0<<29 | 0x26<<23 /* alias of SBFM */
    
    	case AASRW:
    		return S32 | 0<<29 | 0x26<<23 | 0<<22
    
    		/* op $width, $lsb, Rn, Rd */
    	case ABFI:
    		return S64 | 2<<29 | 0x26<<23 | 1<<22
    		/* alias of BFM */
    
    	case ABFIW:
    		return S32 | 2<<29 | 0x26<<23 | 0<<22
    
    		/* op $imms, $immr, Rn, Rd */
    	case ABFM:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Reader).Close", Method, 17},
    		{"(*Reader).Read", Method, 17},
    		{"(*Reader).Reset", Method, 17},
    		{"(*Writer).Close", Method, 17},
    		{"(*Writer).Reset", Method, 17},
    		{"(*Writer).Write", Method, 17},
    		{"LSB", Const, 0},
    		{"MSB", Const, 0},
    		{"NewReader", Func, 0},
    		{"NewWriter", Func, 0},
    		{"Order", Type, 0},
    		{"Reader", Type, 17},
    		{"Writer", Type, 17},
    	},
    	"compress/zlib": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg compress/gzip, type Writer struct
    pkg compress/gzip, type Writer struct, embedded Header
    pkg compress/gzip, var ErrChecksum error
    pkg compress/gzip, var ErrHeader error
    pkg compress/lzw, const LSB Order
    pkg compress/lzw, const MSB Order
    pkg compress/lzw, func NewReader(io.Reader, Order, int) io.ReadCloser
    pkg compress/lzw, func NewWriter(io.Writer, Order, int) io.WriteCloser
    pkg compress/lzw, type Order int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg compress/gzip, const BestSpeed = 1
    pkg compress/gzip, const DefaultCompression = -1
    pkg compress/gzip, const NoCompression = 0
    pkg compress/gzip, method (*Writer) Flush() error
    pkg compress/lzw, const LSB = 0
    pkg compress/lzw, const MSB = 1
    pkg compress/zlib, const BestCompression = 9
    pkg compress/zlib, const BestSpeed = 1
    pkg compress/zlib, const DefaultCompression = -1
    pkg compress/zlib, const NoCompression = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top