Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_array.py66 SIGNED_INT64_BE = 13 variable
124 (['l'], SIGNED_INT64_BE, '>qqq',
135 (['l'], SIGNED_INT64_BE, '>qqq',
/external/python/cpython3/Modules/
Darraymodule.c88 SIGNED_INT64_BE = 13, enumerator
2075 case SIGNED_INT64_BE: { in array__array_reconstructor_impl()