Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jlt (0.02 sec)

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

    	instructions["JLO"] = x86.AJCS  /* alternate */
    	instructions["JLS"] = x86.AJLS  /* lower or same (unsigned) (CF = 1 || ZF = 1) */
    	instructions["JLT"] = x86.AJLT  /* less than (signed) (SF != OF) */
    	instructions["JMI"] = x86.AJMI  /* negative (minus) (SF = 1) */
    	instructions["JNA"] = x86.AJLS  /* alternate */
    	instructions["JNAE"] = x86.AJCS /* alternate */
    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

        <glob pattern="*.hpid"/>
      </mime-type>
      <mime-type type="application/vnd.hp-hps">
        <glob pattern="*.hps"/>
      </mime-type>
      <mime-type type="application/vnd.hp-jlyt">
        <glob pattern="*.jlt"/>
      </mime-type>
      <mime-type type="application/vnd.hp-pcl">
        <glob pattern="*.pcl"/>
      </mime-type>
      <mime-type type="application/vnd.hp-pclxl">
        <glob pattern="*.pclxl"/>
      </mime-type>
    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