Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 640 (0.03 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VPGATHERDD 360(AX)(X2*4), K1, X1    // 62f27d09904c905a
    	VPGATHERDD 640(BP)(X15*8), K3, X14  // 62327d0b90b4fd80020000
    	VPGATHERDD 960(R10)(X25*2), K7, X24 // 62027d0790844ac0030000
    	VPGATHERDD 1280(R10)(X1*4), K4, X0  // 62d27d0c90848a00050000
    	VPGATHERDD 360(AX)(Y2*4), K1, Y1    // 62f27d29904c905a
    	VPGATHERDD 640(BP)(Y15*8), K3, Y14  // 62327d2b90b4fd80020000
    	VPGATHERDD 960(R10)(Y25*2), K7, Y24 // 62027d2790844ac0030000
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Feb 20 11:20:03 UTC 2025
    - 57.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/hash/Fingerprint2011Test.java

          new ImmutableSortedMap.Builder<Integer, Long>(Ordering.natural())
              .put(1000, 0x433109b33e13e6edL)
              .put(800, 0x5f2f123bfc815f81L)
              .put(640, 0x6396fc6a67293cf4L)
              .put(512, 0x45c01b4934ddbbbeL)
              .put(409, 0xfcd19b617551db45L)
              .put(327, 0x4eee69e12854871eL)
              .put(261, 0xab753446a3bbd532L)
              .put(208, 0x54242fe06a291c3fL)
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotificationTest.java

                assertEquals(firstToString, secondToString);
    
                // Verify state is maintained after write operation
                notification.writeBytesWireFormat(new byte[64], 0);
                String thirdToString = notification.toString();
                assertEquals(firstToString, thirdToString);
            }
    
            private byte[] createValidOplockBreakBuffer(byte oplockLevel, byte[] fileId) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.6K bytes
    - Viewed (0)
  4. lib/wasm/wasm_exec.js

    							this.mem.setUint8(sp + 64, 1);
    						} catch (err) {
    							sp = this._inst.exports.getsp() >>> 0; // see comment above
    							storeValue(sp + 56, err);
    							this.mem.setUint8(sp + 64, 0);
    						}
    					},
    
    					// func valueInvoke(v ref, args []ref) (ref, bool)
    					"syscall/js.valueInvoke": (sp) => {
    						sp >>>= 0;
    						try {
    							const v = loadValue(sp + 8);
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Sun Dec 08 15:34:47 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/collect/TreeRangeMapTest.java

        // {[-6..-4): 0, [0..1): 1, [1..5): 1, [7..9): 2,
        //  [9..14): 0, [14..15): 2, [17..20): 3, [22..25): 4}
        assertEquals(
            new ImmutableMap.Builder<>()
                .put(Range.closedOpen(-6, -4), 0)
                .put(Range.closedOpen(0, 1), 1) // not coalesced
                .put(Range.closedOpen(1, 5), 1)
                .put(Range.closedOpen(7, 9), 2)
                .put(Range.closedOpen(9, 14), 0)
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 30K bytes
    - Viewed (0)
  6. lib/fips140/v1.0.0.zip

    p256SubInternal(SB) MOVQ R10, 224(SP) MOVQ R11, 232(SP) MOVQ R12, 240(SP) MOVQ R13, 248(SP) MOVOU 192(SP), X0 MOVOU 208(SP), X1 MOVOU 224(SP), X2 MOVOU 240(SP), X3 MOVOU 256(SP), X4 MOVOU 272(SP), X5 // Finally output the result MOVQ 640(SP), AX MOVQ $0x00000000, 640(SP) MOVOU X0, (AX) MOVOU X1, 16(AX) MOVOU X2, 32(AX) MOVOU X3, 48(AX) MOVOU X4, 64(AX) MOVOU X5, 80(AX) MOVQ 648(SP), AX MOVQ AX, ret+24(FP) RET // func p256PointDoubleAsm(res *P256Point, in *P256Point) // Requires: CMOV, SSE2 TEXT ยท...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top