Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for JL (0.04 sec)

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

    	instructions["JGT"] = x86.AJGT  /* greater than (signed) (ZF = 0 && SF = OF) */
    	instructions["JHI"] = x86.AJHI  /* higher (unsigned) (CF = 0 && ZF = 0) */
    	instructions["JHS"] = x86.AJCC  /* alternate */
    	instructions["JL"] = x86.AJLT   /* alternate */
    	instructions["JLE"] = x86.AJLE  /* less than or equal (signed) (ZF = 1 || SF != OF) */
    	instructions["JLO"] = x86.AJCS  /* alternate */
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Nov 07 02:20:14 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    jele.club
    jele.host
    jele.io
    jele.site
    jelenia-gora.pl
    jellybean.jp
    jeonbuk.kr
    jeonnam.kr
    jessheim.no
    jetzt
    jevnaker.no
    jewelry
    jgora.pl
    jinsekikogen.hiroshima.jp
    jio
    jl.cn
    jll
    jls-sto1.elastx.net
    jls-sto2.elastx.net
    jls-sto3.elastx.net
    jmp
    jnj
    jo
    joboji.iwate.jp
    jobs
    joburg
    joetsu.niigata.jp
    jogasz.hu
    johana.toyama.jp
    joinville.br
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: JG .+$0x11                      // 7f11
    	//TODO: JGE .+$0x11223344               // 480f8d44332211 or 0f8d44332211
    	//TODO: JGE .+$0x11                     // 7d11
    	//TODO: JL .+$0x11223344                // 0f8c44332211 or 480f8c44332211
    	//TODO: JL .+$0x11                      // 7c11
    	//TODO: JLE .+$0x11223344               // 0f8e44332211 or 480f8e44332211
    	//TODO: JLE .+$0x11                     // 7e11
    	JCS 2(PC)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  4. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    jele.club
    jele.host
    jele.io
    jele.site
    jelenia-gora.pl
    jellybean.jp
    jeonbuk.kr
    jeonnam.kr
    jessheim.no
    jetzt
    jevnaker.no
    jewelry
    jgora.pl
    jinsekikogen.hiroshima.jp
    jio
    jl.cn
    jll
    jls-sto1.elastx.net
    jls-sto2.elastx.net
    jls-sto3.elastx.net
    jmp
    jnj
    jo
    joboji.iwate.jp
    jobs
    joburg
    joetsu.niigata.jp
    jogasz.hu
    johana.toyama.jp
    joinville.br
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  5. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    net.cn
    org.cn
    mil.cn
    公司.cn
    网络.cn
    網絡.cn
    // cn geographic names
    ah.cn
    bj.cn
    cq.cn
    fj.cn
    gd.cn
    gs.cn
    gz.cn
    gx.cn
    ha.cn
    hb.cn
    he.cn
    hi.cn
    hl.cn
    hn.cn
    jl.cn
    js.cn
    jx.cn
    ln.cn
    nm.cn
    nx.cn
    qh.cn
    sc.cn
    sd.cn
    sh.cn
    sn.cn
    sx.cn
    tj.cn
    xj.cn
    xz.cn
    yn.cn
    zj.cn
    hk.cn
    mo.cn
    tw.cn
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  6. cmd/testdata/decryptObjectInfo.json.zst

    Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAM/OJ7nlKc4IEhaj8teif+eveKfhNiUw21N9pRvM7n+yaXncLZth+E58URwOc4mbuUg==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfALI33+JL/yGtPKA2XG5aSlv6QOsvk+thqVDdPM589EnA==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/link/internal/ld/data.go","UserDef":{"X-Minio-...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  7. lib/fips140/v1.0.0.zip

    SI MOVL y+8(FP), BP LEAL (DI)(BX*4), DI LEAL (SI)(BX*4), SI NEGL BX // i = -n MOVL $0, CX // c = 0 JMP E6 L6: MOVL (SI)(BX*4), AX MULL BP ADDL CX, AX ADCL $0, DX ADDL AX, (DI)(BX*4) ADCL $0, DX MOVL DX, CX ADDL $1, BX // i++ E6: CMPL BX, $0 // i < 0 JL L6 MOVL CX, c+12(FP) RET golang.org/fips140@v1.0.0/fips140/v1.0.0/bigmod/nat_amd64.s // Code generated by command: go run nat_amd64_asm.go -out ../nat_amd64.s -pkg bigmod. DO NOT EDIT. //go:build !purego // func addMulVVW1024(z *uint, x *uint, y uint)...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top