Home
last modified time | relevance | path

Searched refs:_machine_word_size (Results 1 – 2 of 2) sorted by relevance

/external/python/rsa/rsa/
Dmachine_size.py39 _machine_word_size=MACHINE_WORD_SIZE): argument
63 if force_arch == 64 and _machine_word_size >= 64 and num > max_uint32:
D_compat.py127 _machine_word_size=MACHINE_WORD_SIZE): argument
151 if force_arch == 64 and _machine_word_size >= 64 and num > max_uint32: