MCPcopy Create free account
hub / github.com/java-native-access/jna / isPPC

Method isPPC

src/com/sun/jna/Platform.java:220–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219
220 public static final boolean isPPC() {
221 if (ARCH.startsWith("ppc")) {
222 return true;
223 }
224 return false;
225 }
226
227 public static final boolean isARM() {
228 return ARCH.startsWith("arm") || ARCH.startsWith("aarch");

Callers 4

CallbackReferenceMethod · 0.95
getNativeAlignmentMethod · 0.95
getMultiArchPathMethod · 0.95
NativeClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected