Home
last modified time | relevance | path

Searched refs:get_architecture (Results 1 – 25 of 95) sorted by relevance

1234

/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/
H A Dpatcher_tester.py197 self.original_get_architecture = utils.get_architecture
200 self.original_get_architecture = utils.get_architecture
201 utils.get_architecture = lambda: 64
220 utils.get_architecture = self.original_get_architecture
/dports/devel/py-pdm/pdm-1.11.0/pdm/models/
H A Dpython.py13 from pdm.models.in_process import get_architecture, get_underlying_executable
68 return "32bit" in get_architecture(self.executable)
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/
H A Dcpuid_sparc.c39 void get_architecture(void){ in get_architecture() function
H A Dcpuid_alpha.c54 void get_architecture(void){ in get_architecture() function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/
H A Dcpuid_sparc.c22 void get_architecture(void){ in get_architecture() function
H A Dcpuid_mips.c22 void get_architecture(void){ in get_architecture() function
H A Dcpuid_alpha.c37 void get_architecture(void){ in get_architecture() function
/dports/math/gotoblas/GotoBLAS2/
H A Dcpuid_sparc.c39 void get_architecture(void){ in get_architecture() function
H A Dcpuid_mips.c39 void get_architecture(void){ in get_architecture() function
H A Dcpuid_alpha.c54 void get_architecture(void){ in get_architecture() function
/dports/math/openblas/OpenBLAS-0.3.18/
H A Dcpuid_sparc.c39 void get_architecture(void){ in get_architecture() function
H A Dcpuid_riscv64.c89 void get_architecture(void){ in get_architecture() function
H A Dcpuid_alpha.c54 void get_architecture(void){ in get_architecture() function
H A Dcpuid_loongarch64.c66 void get_architecture(void) { in get_architecture() function
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/
H A Dosdict.py321 ret[r.get_architecture()] = vals
587 arch = r.get_architecture()
624 if tree.get_architecture() == arch:
637 if tree.get_architecture() != arch:
678 if arch != "all" and device_driver.get_architecture() != arch:
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/utils/
H A D__init__.py12 from .utils import get_architecture
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/utils/
H A D__init__.py12 from .utils import get_architecture
/dports/devel/scons/SCons-4.2.0/SCons/Platform/
H A Dos2.py49 env['HOST_ARCH'] = win32.get_architecture().arch
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Platform/
H A Dos2.py52 env['HOST_ARCH'] = win32.get_architecture().arch
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Platform/
H A Dos2.py52 env['HOST_ARCH'] = win32.get_architecture().arch
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/
H A Dos2.py52 env['HOST_ARCH'] = win32.get_architecture().arch
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/
H A Dos2.py52 env['HOST_ARCH'] = win32.get_architecture().arch
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Platform/
H A Dos2.py52 env['HOST_ARCH'] = win32.get_architecture().arch
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Platform/
H A Dos2.py52 env['HOST_ARCH'] = win32.get_architecture().arch
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dvaul-pool.h37 vaul_design_unit *get_architecture (char *library,

1234