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