Searched refs:np_short (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 526 np_short(char *p, PyObject *v, const formatdef *f) in np_short() function 699 {'h', sizeof(short), SHORT_ALIGN, nu_short, np_short},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 563 np_short(char *p, PyObject *v, const formatdef *f) in np_short() function 764 {'h', sizeof(short), SHORT_ALIGN, nu_short, np_short},
|