Searched refs:np_ushort (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 544 np_ushort(char *p, PyObject *v, const formatdef *f) in np_ushort() function 700 {'H', sizeof(short), SHORT_ALIGN, nu_ushort, np_ushort},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 581 np_ushort(char *p, PyObject *v, const formatdef *f) in np_ushort() function 765 {'H', sizeof(short), SHORT_ALIGN, nu_ushort, np_ushort},
|