Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 0xfefe05 (0.24 sec)

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

      </mime-type>
      <mime-type type="application/x-mysql-misam-index">
        <_comment>MySQL MISAM Index</_comment>
        <magic priority="40">
          <match value="0xfefe03" type="string" offset="0"/>
          <match value="0xfefe05" type="string" offset="0"/>
        </magic>
        <sub-class-of type="application/x-mysql-db"/>
      </mime-type>
      <mime-type type="application/x-mysql-misam-compressed-index">
    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/strconv/isprint.go

    	0xfbd3, 0xfd8f,
    	0xfd92, 0xfdc7,
    	0xfdcf, 0xfdcf,
    	0xfdf0, 0xfe19,
    	0xfe20, 0xfe6b,
    	0xfe70, 0xfefc,
    	0xff01, 0xffbe,
    	0xffc2, 0xffc7,
    	0xffca, 0xffcf,
    	0xffd2, 0xffd7,
    	0xffda, 0xffdc,
    	0xffe0, 0xffee,
    	0xfffc, 0xfffd,
    }
    
    var isNotPrint16 = []uint16{
    	0x00ad,
    	0x038b,
    	0x038d,
    	0x03a2,
    	0x0530,
    	0x0590,
    	0x061c,
    	0x06dd,
    	0x083f,
    	0x085f,
    	0x08e2,
    	0x0984,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  3. src/unicode/tables.go

    		{0x09f2, 0x09f3, 1},
    		{0x09fb, 0x0af1, 246},
    		{0x0bf9, 0x0e3f, 582},
    		{0x17db, 0x20a0, 2245},
    		{0x20a1, 0x20c0, 1},
    		{0xa838, 0xfdfc, 21956},
    		{0xfe69, 0xff04, 155},
    		{0xffe0, 0xffe1, 1},
    		{0xffe5, 0xffe6, 1},
    	},
    	R32: []Range32{
    		{0x11fdd, 0x11fe0, 1},
    		{0x1e2ff, 0x1ecb0, 2481},
    	},
    	LatinOffset: 2,
    }
    
    var _Sk = &RangeTable{
    	R16: []Range16{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    ((Rsh32U|Lsh32)x8  <t> x y)  => (ISEL [2] (S(R|L)W <t> x y) (MOVDconst [0])        (CMPconst [0] (ANDconst [0x00E0] y)))
    (Rsh32x(64|32)     <t> x y)  => (ISEL [0] (SRAW    <t> x y) (SRAWconst <t> x [31]) (CMP(U|WU)const y [32]))
    (Rsh32x16          <t> x y)  => (ISEL [2] (SRAW    <t> x y) (SRAWconst <t> x [31]) (CMPconst [0] (ANDconst [0xFFE0] y)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritePPC64.go

    			break
    		}
    		v.reset(OpPPC64SLW)
    		v.AddArg2(x, y)
    		return true
    	}
    	// match: (Lsh32x16 <t> x y)
    	// result: (ISEL [2] (SLW <t> x y) (MOVDconst [0]) (CMPconst [0] (ANDconst [0xFFE0] y)))
    	for {
    		t := v.Type
    		x := v_0
    		y := v_1
    		v.reset(OpPPC64ISEL)
    		v.AuxInt = int32ToAuxInt(2)
    		v0 := b.NewValue0(v.Pos, OpPPC64SLW, t)
    		v0.AddArg2(x, y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/static/trace_viewer_full.html

    fileMarker=readUint16();while(fileMarker!=0xFFD9){var i,j,l;switch(fileMarker){case 0xFF00:break;case 0xFFE0:case 0xFFE1:case 0xFFE2:case 0xFFE3:case 0xFFE4:case 0xFFE5:case 0xFFE6:case 0xFFE7:case 0xFFE8:case 0xFFE9:case 0xFFEA:case 0xFFEB:case 0xFFEC:case 0xFFED:case 0xFFEE:case 0xFFEF:case 0xFFFE:var appData=readDataBlock();if(fileMarker===0xFFE0){if(appData[0]===0x4A&&appData[1]===0x46&&appData[2]===0x49&&appData[3]===0x46&&appData[4]===0){jfif={version:{major:appData[...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top