Home
last modified time | relevance | path

Searched refs:NO_CODE (Results 1 – 25 of 80) sorted by relevance

1234

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LibCpuId/src/
H A Drecog_amd.c43 …{ -1, -1, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "Unknown AMD CPU" …
46 …{ 4, -1, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "Unknown AMD 486" …
47 …{ 4, 3, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "AMD 486DX2" …
48 …{ 4, 7, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "AMD 486DX2WB" …
49 …{ 4, 8, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "AMD 486DX4" …
50 …{ 4, 9, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "AMD 486DX4WB" …
53 …{ 5, -1, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "Unknown AMD 586" …
54 …{ 5, 0, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "K5" …
55 …{ 5, 1, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "K5" …
56 …{ 5, 2, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "K5" …
[all …]
H A Drecog_intel.c58 { -1, -1, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "Unknown Intel CPU" },
61 { 4, -1, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "Unknown i486" },
62 { 4, 0, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 DX-25/33" },
63 { 4, 1, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 DX-50" },
64 { 4, 2, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 SX" },
65 { 4, 3, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 DX2" },
66 { 4, 4, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 SL" },
67 { 4, 5, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 SX2" },
68 { 4, 7, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 DX2 WriteBack" },
69 { 4, 8, -1, -1, -1, 1, -1, -1, NO_CODE , 0, "i486 DX4" },
[all …]
H A Dlibcpuid_internal.h35 NO_CODE, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/
H A DRefactoringStatusEntry.java44 public static final int NO_CODE= -1; field in RefactoringStatusEntry
87 this(severity, msg, context, null, NO_CODE, null); in RefactoringStatusEntry()
120 Assert.isTrue(code == NO_CODE || code >= 0); in RefactoringStatusEntry()
121 if (code != NO_CODE) Assert.isTrue(pluginId != null); in RefactoringStatusEntry()
279 …(fCode == NO_CODE ? "\ncode: none" : "\nplug-in id: " + fPluginId + "code: " + fCode) + //$NON-NL… in toString()
H A DRefactoringStatus.java285 return createStatus(INFO, msg, null, null, RefactoringStatusEntry.NO_CODE, null); in createInfoStatus()
299 return createStatus(INFO, msg, context, null, RefactoringStatusEntry.NO_CODE, null); in createInfoStatus()
312 return createStatus(WARNING, msg, null, null, RefactoringStatusEntry.NO_CODE, null); in createWarningStatus()
326 return createStatus(WARNING, msg, context, null, RefactoringStatusEntry.NO_CODE, null); in createWarningStatus()
339 return createStatus(ERROR, msg, null, null, RefactoringStatusEntry.NO_CODE, null); in createErrorStatus()
353 return createStatus(ERROR, msg, context, null, RefactoringStatusEntry.NO_CODE, null); in createErrorStatus()
366 return createStatus(FATAL, msg, null, null, RefactoringStatusEntry.NO_CODE, null); in createFatalErrorStatus()
380 return createStatus(FATAL, msg, context, null, RefactoringStatusEntry.NO_CODE, null); in createFatalErrorStatus()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/python/digital/utils/
H A Dmod_codes.py27 NO_CODE = 'none' variable
29 codes = (GRAY_CODE, SET_PARTITION_CODE, NO_CODE)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dresidue.hpp70 static const char NO_CODE; member in Residue
109 bool HasCode(void) const { return (code != NO_CODE); } in HasCode()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Danigif.c142 oldcode = oldtoken = NO_CODE; in decodegifblock()
189 oldtoken = oldcode = NO_CODE; in decodegifblock()
196 if(oldcode==NO_CODE){ in decodegifblock()
240 if(nextcode<4096 && oldcode!=NO_CODE){ in decodegifblock()
H A Danigif.h26 #define NO_CODE -1 macro
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Danigif.c142 oldcode = oldtoken = NO_CODE; in decodegifblock()
189 oldtoken = oldcode = NO_CODE; in decodegifblock()
196 if(oldcode==NO_CODE){ in decodegifblock()
240 if(nextcode<4096 && oldcode!=NO_CODE){ in decodegifblock()
H A Danigif.h26 #define NO_CODE -1 macro
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclint/
H A DMessages.java243 public static final String NO_CODE = ""; field in Messages.Stats
274 code = NO_CODE; in record()
304 msg = code.equals(NO_CODE) ? "OTHER" : bundle.getString(code); in report()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Danigif.h26 #define NO_CODE -1 macro
H A Danigif.c151 oldcode = oldtoken = NO_CODE; in decodegifblock()
214 oldtoken = oldcode = NO_CODE; in decodegifblock()
222 if(oldcode == NO_CODE) in decodegifblock()
282 if(nextcode < 4096 && oldcode != NO_CODE) in decodegifblock()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Danigif.h26 #define NO_CODE -1 macro
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Danigif.c151 oldcode = oldtoken = NO_CODE; in decodegifblock()
214 oldtoken = oldcode = NO_CODE; in decodegifblock()
222 if(oldcode == NO_CODE) in decodegifblock()
282 if(nextcode < 4096 && oldcode != NO_CODE) in decodegifblock()

1234