Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for V10 (0.03 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Hpack.kt

    import okhttp3.internal.unmodifiable
    import okio.Buffer
    import okio.BufferedSource
    import okio.ByteString
    import okio.Source
    import okio.buffer
    
    /**
     * Read and write HPACK v10.
     *
     * http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-12
     *
     * This implementation uses an array for the dynamic table and a list for indexed entries. Dynamic
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VST1.P	[V4.S4], 8(R1)                                   // ERROR "invalid post-increment offset"
    	VLD1.P	32(R1), [V8.S4, V9.S4, V10.S4]                   // ERROR "invalid post-increment offset"
    	VLD1.P	48(R1), [V7.S4, V8.S4, V9.S4, V10.S4]            // ERROR "invalid post-increment offset"
    	VPMULL	V1.D1, V2.H4, V3.Q1                              // ERROR "invalid arrangement"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 37.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/ImmutableMap.java

          K k9,
          V v9,
          K k10,
          V v10) {
        return RegularImmutableMap.fromEntries(
            entryOf(k1, v1),
            entryOf(k2, v2),
            entryOf(k3, v3),
            entryOf(k4, v4),
            entryOf(k5, v5),
            entryOf(k6, v6),
            entryOf(k7, v7),
            entryOf(k8, v8),
            entryOf(k9, v9),
            entryOf(k10, v10));
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 44.3K bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    V6.B16 AESMC V6.B16, V6.B16 AESE V9.B16, V7.B16 AESMC V7.B16, V7.B16 Lenc192: VLD1.P 32(XK), [V10.B16, V11.B16] AESE V10.B16, V0.B16 AESMC V0.B16, V0.B16 AESE V10.B16, V1.B16 AESMC V1.B16, V1.B16 AESE V10.B16, V2.B16 AESMC V2.B16, V2.B16 AESE V10.B16, V3.B16 AESMC V3.B16, V3.B16 AESE V10.B16, V4.B16 AESMC V4.B16, V4.B16 AESE V10.B16, V5.B16 AESMC V5.B16, V5.B16 AESE V10.B16, V6.B16 AESMC V6.B16, V6.B16 AESE V10.B16, V7.B16 AESMC V7.B16, V7.B16 AESE V11.B16, V0.B16 AESMC V0.B16, V0.B16 AESE V11.B16, V1.B16...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/riscv64validation.s

    	VCOMPRESSVM	X10, V2, V3			// ERROR "expected vector register in vs1 position"
    	VMV1RV		X10, V1				// ERROR "expected vector register in vs2 position"
    	VMV2RV		X10, V10			// ERROR "expected vector register in vs2 position"
    	VMV4RV		X10, V4				// ERROR "expected vector register in vs2 position"
    	VMV8RV		X10, V0				// ERROR "expected vector register in vs2 position"
    
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	VMOVQ		V5.W[2], R7     // a7e8ef72
    	VMOVQ		V6.V[1], R8     // c8f4ef72
    	VMOVQ		V7.BU[0], R4    // e480f372
    	VMOVQ		V7.BU[1], R4    // e484f372
    	VMOVQ		V9.BU[3], R5    // 258df372
    	VMOVQ		V10.HU[2], R6   // 46c9f372
    	VMOVQ		V11.WU[2], R7   // 67e9f372
    	VMOVQ		V31.VU[1], R8   // e8f7f372
    	XVMOVQ		X1.W[2], R7     // 27c8ef76
    	XVMOVQ		X6.V[2], R8     // c8e8ef76
    	XVMOVQ		X8.WU[2], R7    // 07c9f376
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/riscv64.s

    	// 31.16.5: Vector Compress Instruction
    	VCOMPRESSVM	V1, V2, V3			// d7a1205e
    
    	// 31.16.6: Whole Vector Register Move
    	VMV1RV		V2, V1				// d730209e
    	VMV2RV		V12, V10			// 57b5c09e
    	VMV4RV		V8, V4				// 57b2819e
    	VMV8RV		V8, V0				// 57b0839e
    
    	//
    	// Privileged ISA
    	//
    
    	// 3.3.1: Environment Call and Breakpoint
    	ECALL						// 73000000
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 49.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

    - github.com/grpc-ecosystem/grpc-gateway: [v1.9.5 → v1.16.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.9.5...v1.16.0)
    - github.com/heketi/heketi: [v10.2.0+incompatible → v10.3.0+incompatible](https://github.com/heketi/heketi/compare/v10.2.0...v10.3.0)
    - github.com/jonboulle/clockwork: [v0.1.0 → v0.2.2](https://github.com/jonboulle/clockwork/compare/v0.1.0...v0.2.2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.21.md

    - github.com/google/cadvisor: [v0.38.5 → v0.39.0](https://github.com/google/cadvisor/compare/v0.38.5...v0.39.0)
    - github.com/heketi/heketi: [c2e2a4a → v10.2.0+incompatible](https://github.com/heketi/heketi/compare/c2e2a4a...v10.2.0)
    - github.com/kisielk/errcheck: [v1.2.0 → v1.5.0](https://github.com/kisielk/errcheck/compare/v1.2.0...v1.5.0)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.26.md

    - github.com/gorilla/mux: [v1.8.0](https://github.com/gorilla/mux/tree/v1.8.0)
    - github.com/heketi/heketi: [v10.3.0+incompatible](https://github.com/heketi/heketi/tree/v10.3.0)
    - github.com/heketi/tests: [f3775cb](https://github.com/heketi/tests/tree/f3775cb)
    - github.com/jung-kurt/gofpdf: [24315ac](https://github.com/jung-kurt/gofpdf/tree/24315ac)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top