Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ss (0.04 sec)

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

    	//TODO: MOVQ 0x123456789abcdef1, AX     // 48a1f1debc9a78563412
    	//TODO: MOVW (BX), SS                   // 668e13 or 488e13
    	//TODO: MOVW (R11), SS                  // 66418e13 or 498e13
    	//TODO: MOVW DX, SS                     // 668ed2 or 488ed2
    	//TODO: MOVW R11, SS                    // 66418ed3 or 498ed3
    	//TODO: MOVW (BX), DS                   // 668e1b or 488e1b
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  2. docs/en/docs/release-notes.md

    ### Translations
    
    * 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body.md`. PR [#4574](https://github.com/tiangolo/fastapi/pull/4574) by [@ss-o-furda](https://github.com/ss-o-furda).
    * 🌐 Add Vietnamese translation for `docs/vi/docs/features.md` and `docs/vi/docs/index.md`. PR [#3006](https://github.com/tiangolo/fastapi/pull/3006) by [@magiskboy](https://github.com/magiskboy).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F14B         ; mapped                 ; 006D 0076     # 5.2  SQUARED MV
    1F14C         ; mapped                 ; 0073 0064     # 5.2  SQUARED SD
    1F14D         ; mapped                 ; 0073 0073     # 5.2  SQUARED SS
    1F14E         ; mapped                 ; 0070 0070 0076 #5.2  SQUARED PPV
    1F14F         ; mapped                 ; 0077 0063     # 6.0  SQUARED WC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    This function is outlined to make the allocations inline in the caller // rather than happen on the heap. var encoded [32]byte return s.bytes(&encoded) } func (s *Scalar) bytes(out *[32]byte) []byte { var ss fiatScalarNonMontgom fiatScalarFromMontgo(&ss, &s.s) fiatScalarToBytes(out, (*[4]uint64)(&ss)) return out[:] } // Equal returns 1 if s and t are equal, and 0 otherwise. func (s *Scalar) Equal(t *Scalar) int { var diff fiatScalarMontgomery fiatScalarSub(&diff, &s.s, &t.s) var nonzero uint64 fiat...
    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