Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for stx (0.03 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. 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