Searched refs:is32Bit (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.c296 Boolean is32Bit = true; local
305 is32Bit = false;
312 is32Bit = false;
318 if (is32Bit) {
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py93 def is32Bit(): function
165 return onlyIf(is32Bit(), "32-bit only")(function)
179 return onlyIf(not is32Bit(), "64-bit only")(function)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssimplehorizontaltypesetter.py4 if is32Bit():
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp156 bool is32Bit = (OutputHost32 == outSegFunc || OutputBig32 == outSegFunc
158 if (is32Bit)
617 bool is32Bit = (OutputHost32 == outSegFunc || OutputBig32 == outSegFunc
619 if (is32Bit)

Completed in 246 milliseconds