Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 94 of 94 for 39 (0.08 seconds)

  1. cmd/object-api-multipart_test.go

    		// Test case for bucket with multiple objects in it.
    		// Bucket used : `bucketNames[2]`.
    		// Objects used: `objectNames[1-5]`.
    		// UploadId's used: uploadIds[4-8].
    		// (Test number 39).
    		{bucketNames[2], "", "", "", "", 100, listMultipartResults[25], nil, true},
    		// Test cases with prefixes.
    		// Testing listing with prefix set to "min" (Test number 40)	.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 89.4K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

    ## 0.71.0
    
    ### Features
    
    * ✨ Add docs and tests for Python 3.9 and Python 3.10. PR [#3712](https://github.com/tiangolo/fastapi/pull/3712) by [@tiangolo](https://github.com/tiangolo).
        * You can start with [Python Types Intro](https://fastapi.tiangolo.com/python-types/), it explains what changes between different Python versions, in Python 3.9 and in Python 3.10.
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:06:15 GMT 2025
    - 586.7K bytes
    - Click Count (0)
  3. lib/fips140/v1.0.0-c2097c7c.zip

    REGTMP5; \ ADDV h, REGTMP5, REGTMP4 // T2 = BIGSIGMA0(a) + Maj(a, b, c) // BIGSIGMA0(x) = ROTR(28,x) XOR ROTR(34,x) XOR ROTR(39,x) // Maj(x, y, z) = (x AND y) XOR (x AND z) XOR (y AND z) // Calculate T2 in REGTMP1 #define SHA512T2(a, b, c) \ ROTRV $28, a, REGTMP5; \ AND b, c, REGTMP1; \ ROTRV $34, a, REGTMP3; \ AND c, a, REGTMP; \ XOR REGTMP3, REGTMP5; \ XOR REGTMP, REGTMP1; \ ROTRV $39, a, REGTMP2; \ AND a, b, REGTMP3; \ XOR REGTMP3, REGTMP1; \ XOR REGTMP2, REGTMP5; \ ADDV REGTMP5, REGTMP1 // Calculate...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  4. lib/fips140/v1.1.0-rc1.zip

    REGTMP2; \ ADDV REGTMP3, h; \ ADDV h, REGTMP2, REGTMP4 // T2 = BIGSIGMA0(a) + Maj(a, b, c) // BIGSIGMA0(x) = ROTR(28,x) XOR ROTR(34,x) XOR ROTR(39,x) // Maj(x, y, z) = (x AND y) XOR (x AND z) XOR (y AND z) // = ((y XOR z) AND x) XOR (y AND z) // Calculate T2 in REGTMP1 #define SHA512T2(a, b, c) \ ROTRV $28, a, REGTMP5; \ ROTRV $34, a, REGTMP3; \ ROTRV $39, a, REGTMP2; \ XOR b, c, REGTMP; \ AND b, c, REGTMP1; \ XOR REGTMP3, REGTMP5; \ AND REGTMP, a, REGTMP; \ XOR REGTMP2, REGTMP5; \ XOR REGTMP, REGTMP1;...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top