Home
last modified time | relevance | path

Searched refs:force_arch (Results 1 – 4 of 4) sorted by relevance

/external/python/rsa/rsa/
Dmachine_size.py38 def get_word_alignment(num, force_arch=64, argument
63 if force_arch == 64 and _machine_word_size >= 64 and num > max_uint32:
D_compat.py126 def get_word_alignment(num, force_arch=64, argument
151 if force_arch == 64 and _machine_word_size >= 64 and num > max_uint32:
/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py178 self.force_arch = None
450 if not self.force_arch:
455 spec_file.append( 'BuildArch: %s' % self.force_arch )
/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py183 self.force_arch = None
450 if not self.force_arch:
455 spec_file.append( 'BuildArch: %s' % self.force_arch )