Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Assembly (0.07 sec)

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

        <acronym>WARC</acronym>
        <_comment>WARC</_comment>
        <glob pattern="*.warc.gz"/>
      </mime-type>
    
      <mime-type type="application/wasm">
        <acronym>Wasm</acronym>
        <_comment>Web Assembly</_comment>
        <magic priority="50">
          <match value="0x6d736100" type="little32" offset="0" />
          <match value="0x6d736100" type="big32" offset="0" />
        </magic>
        <glob pattern="*.wasm"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (1)
  2. doc/go_spec.html

    	}
    	return y
    }
    </pre>
    
    <p>
    A function declaration without type parameters may omit the body.
    Such a declaration provides the signature for a function implemented outside Go,
    such as an assembly routine.
    </p>
    
    <pre>
    func flushICache(begin, end uintptr)  // implemented externally
    </pre>
    
    <h3 id="Method_declarations">Method declarations</h3>
    
    <p>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top