Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for jo (0.01 sec)

  1. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("ギェ", new String[] { "gye" });
    
            map.put("ジャ", new String[] { "zya", "ja", "jya" });
            map.put("ジュ", new String[] { "zyu", "ju", "jyu" });
            map.put("ジョ", new String[] { "zyo", "jo", "jyo" });
            map.put("ジェ", new String[] { "zye", "je", "jye" });
    
            map.put("キャ", new String[] { "kya" });
            map.put("キュ", new String[] { "kyu" });
            map.put("キョ", new String[] { "kyo" });
    
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arch.go

    	instructions["JNO"] = x86.AJOC  /* alternate */
    	instructions["JNP"] = x86.AJPC  /* alternate */
    	instructions["JNS"] = x86.AJPL  /* alternate */
    	instructions["JNZ"] = x86.AJNE  /* alternate */
    	instructions["JO"] = x86.AJOS   /* alternate */
    	instructions["JOC"] = x86.AJOC  /* overflow clear (OF = 0) */
    	instructions["JOS"] = x86.AJOS  /* overflow set (OF = 1) */
    	instructions["JP"] = x86.AJPS   /* 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)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: JNP .+$0x11                     // 7b11
    	//TODO: JNS .+$0x11223344               // 0f8944332211 or 480f8944332211
    	//TODO: JNS .+$0x11                     // 7911
    	//TODO: JO .+$0x11223344                // 0f8044332211 or 480f8044332211
    	//TODO: JO .+$0x11                      // 7011
    	//TODO: JP .+$0x11223344                // 480f8a44332211 or 0f8a44332211
    	//TODO: JP .+$0x11                      // 7a11
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top