Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 768 (0.21 sec)

  1. src/crypto/internal/mlkem768/mlkem768.go

    // license that can be found in the LICENSE file.
    
    // Package mlkem768 implements the quantum-resistant key encapsulation method
    // ML-KEM (formerly known as Kyber).
    //
    // Only the recommended ML-KEM-768 parameter set is provided.
    //
    // The version currently implemented is the one specified by [NIST FIPS 203 ipd],
    // with the unintentional transposition of the matrix A reverted to match the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  2. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "nowInAndroidBuild",
        "linux" : 313,
        "windows" : 406,
        "macOs" : 246
      }, {
        "testProject" : "santaTrackerAndroidBuild",
        "linux" : 430,
        "windows" : 768,
        "macOs" : 423
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidBuildPerformanceTest.calculate task graph with test finalizer",
      "durations" : [ {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  3. src/cmd/internal/obj/riscv/inst.go

    		return &inst{0x53, 0x0, 0x2, -766, 0x68}
    	case AFCVTSLU:
    		return &inst{0x53, 0x0, 0x3, -765, 0x68}
    	case AFCVTSQ:
    		return &inst{0x53, 0x0, 0x3, 1027, 0x20}
    	case AFCVTSW:
    		return &inst{0x53, 0x0, 0x0, -768, 0x68}
    	case AFCVTSWU:
    		return &inst{0x53, 0x0, 0x1, -767, 0x68}
    	case AFCVTWD:
    		return &inst{0x53, 0x0, 0x0, -992, 0x61}
    	case AFCVTWQ:
    		return &inst{0x53, 0x0, 0x0, -928, 0x63}
    	case AFCVTWS:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. src/image/gif/reader.go

    	hasTransparentIndex bool
    
    	// Computed.
    	globalColorTable color.Palette
    
    	// Used when decoding.
    	delay    []int
    	disposal []byte
    	image    []*image.Paletted
    	tmp      [1024]byte // must be at least 768 so we can read color table
    }
    
    // blockReader parses the block structure of GIF image data, which comprises
    // (n, (n bytes)) blocks, with 1 <= n <= 255. It is the reader given to the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/internal/language/compact/tables.go

    	zhHansIndex       ID = 762
    	zhHansCNIndex     ID = 763
    	zhHansHKIndex     ID = 764
    	zhHansMOIndex     ID = 765
    	zhHansSGIndex     ID = 766
    	zhHantIndex       ID = 767
    	zhHantHKIndex     ID = 768
    	zhHantMOIndex     ID = 769
    	zhHantTWIndex     ID = 770
    	zuIndex           ID = 771
    	zuZAIndex         ID = 772
    	caESvalenciaIndex ID = 773
    	enUSuvaposixIndex ID = 774
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/ViewHelper.java

    public class ViewHelper {
    
        private static final Logger logger = LogManager.getLogger(ViewHelper.class);
    
        protected static final String SCREEN_WIDTH = "screen_width";
    
        protected static final int TABLET_WIDTH = 768;
    
        protected static final String CONTENT_DISPOSITION = "Content-Disposition";
    
        protected static final String HL_CACHE = "hl_cache";
    
        protected static final String QUERIES = "queries";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:58:45 UTC 2024
    - 40.2K bytes
    - Viewed (0)
Back to top