Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/asm/internal/arch/arch.go

    	instructions["JOS"] = x86.AJOS  /* overflow set (OF = 1) */
    	instructions["JP"] = x86.AJPS   /* alternate */
    	instructions["JPC"] = x86.AJPC  /* parity clear (PF = 0) */
    	instructions["JPE"] = x86.AJPS  /* alternate */
    	instructions["JPL"] = x86.AJPL  /* non-negative (plus) (SF = 0) */
    	instructions["JPO"] = x86.AJPC  /* alternate */
    	instructions["JPS"] = x86.AJPS  /* parity set (PF = 1) */
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 24 12:32:56 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <!-- It is followed by another marker that starts with FF. -->
          <match value="0xffd8ff" type="string" offset="0"/>
        </magic>
        <glob pattern="*.jpg"/>
        <glob pattern="*.jpeg"/>
        <glob pattern="*.jpe"/>
        <glob pattern="*.jif"/>
        <glob pattern="*.jfif"/>
        <glob pattern="*.jfi"/>
      </mime-type>
    
      <mime-type type="image/jpm">
        <alias type="video/jpm"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top