Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for STx (0.11 sec)

  1. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tile.go

    	// First the tiles needed for the tree hash.
    	th, err := HashFromTile(tiles[stxTileOrder[len(stx)-1]], data[stxTileOrder[len(stx)-1]], stx[len(stx)-1])
    	if err != nil {
    		return nil, err
    	}
    	for i := len(stx) - 2; i >= 0; i-- {
    		h, err := HashFromTile(tiles[stxTileOrder[i]], data[stxTileOrder[i]], stx[i])
    		if err != nil {
    			return nil, err
    		}
    		th = NodeHash(h, th)
    	}
    	if th != r.tree.Hash {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_arm64.s

    	LDP	1*16(a_ptr), (x2, x3)
    	p256AddInline
    	STx(m)
    
    	LDx(z1in)
    	LDy(y1in)
    	CALL	p256MulInternal<>(SB)
    	p256MulBy2Inline
    	STx(z3out)
    
    	LDy(x1in)
    	LDx(zsqr)
    	CALL	p256SubInternal<>(SB)
    	LDy(m)
    	CALL	p256MulInternal<>(SB)
    
    	// Multiply by 3
    	p256MulBy2Inline
    	p256AddInline
    	STx(m)
    
    	LDy(y1in)
    	p256MulBy2Inline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/Ascii.java

       * Such a sequence is referred to as "text." STX may be used to terminate a sequence of characters
       * started by SOH.
       *
       * @since 8.0
       */
      public static final byte STX = 2;
    
      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  4. guava/src/com/google/common/base/Ascii.java

       * Such a sequence is referred to as "text." STX may be used to terminate a sequence of characters
       * started by SOH.
       *
       * @since 8.0
       */
      public static final byte STX = 2;
    
      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.sp7"/>
        <glob pattern="*.sas7bput"/>
      </mime-type>
      <mime-type type="application/x-sas-transport">
        <_comment>SAS Transport File</_comment>
        <glob pattern="*.stx"/>
      </mime-type>
      <mime-type type="application/x-sas-backup">
        <_comment>SAS Backup</_comment>
        <glob pattern="*.sas7bbak"/>
      </mime-type>
      <mime-type type="application/x-sas-xport">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top