Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for preamble (0.39 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/x-axcrypt">
        <_comment>AxCrypt</_comment>
        <glob pattern="*.axx" />
        <magic priority="60">
          <!-- AxCrypt block header, skip length field, then Header of type Preamble -->
          <match value="0xc0b9072e4f93f146a015792ca1d9e821" type="string" offset="0">
             <match value="2" type="big32" offset="17" />
          </match>
        </magic>
      </mime-type>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    			if p.As != obj.ANOP {
    				s.pp.CurFunc.LSym.Func().AddInlMark(p, inlMarks[p])
    			}
    		}
    
    		if e.stksize == 0 && !hasCall {
    			// Frameless leaf function. It doesn't need any preamble,
    			// so make sure its first instruction isn't from an inlined callee.
    			// If it is, add a nop at the start of the function with a position
    			// equal to the start of the function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top