Searched refs:UNSIGNED_INT16_LE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
H A Darraymodule.c76 UNSIGNED_INT16_LE = 2, enumerator in enum:machine_format_code
1724 {2, 0, 0}, /* 2: UNSIGNED_INT16_LE */
1833 return UNSIGNED_INT16_LE + is_big_endian + (2 * is_signed);
2031 case UNSIGNED_INT16_LE:
/external/python/cpython3/Lib/test/
H A Dtest_array.py65 UNSIGNED_INT16_LE = 2 variable
112 (['H', 'I', 'L'], UNSIGNED_INT16_LE, '<HHHH',

Completed in 390 milliseconds