Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for x65 (0.03 sec)

  1. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	var x62 uint64
    	var x63 uint64
    	x62, x63 = bits.Add64(x46, uint64(0x0), uint64(p521Uint1(x61)))
    	var x64 uint64
    	var x65 uint64
    	x64, x65 = bits.Add64(x48, uint64(0x0), uint64(p521Uint1(x63)))
    	var x66 uint64
    	var x67 uint64
    	x66, x67 = bits.Add64(x50, uint64(0x0), uint64(p521Uint1(x65)))
    	var x68 uint64
    	var x69 uint64
    	x68, x69 = bits.Add64(x52, uint64(0x0), uint64(p521Uint1(x67)))
    	var x70 uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  2. src/internal/zstd/zstd_test.go

    // tests holds some simple test cases, including some found by fuzzing.
    var tests = []struct {
    	name, uncompressed, compressed string
    }{
    	{
    		"hello",
    		"hello, world\n",
    		"\x28\xb5\x2f\xfd\x24\x0d\x69\x00\x00\x68\x65\x6c\x6c\x6f\x2c\x20\x77\x6f\x72\x6c\x64\x0a\x4c\x1f\xf9\xf1",
    	},
    	{
    		// a small compressed .debug_ranges section.
    		"ranges",
    		"\xcc\x11\x00\x00\x00\x00\x00\x00\xd5\x13\x00\x00\x00\x00\x00\x00" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 16:39:21 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="50">
          <match value="\367\002" type="string" offset="0"/>
          <match value="0x02f7" type="little16" offset="0"/>
          <match value="\x1b\x20\x54\x65\x58\x20\x6f\x75\x74\x70\x75\x74\x20"
                 type="string" offset="14"/>
        </magic>
        <glob pattern="*.dvi"/>
      </mime-type>
    
      <mime-type type="application/x-elc">
    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