Searched refs:nu_ulong (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 414 nu_ulong(const char *p, const formatdef *f) in nu_ulong() function 704 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 438 nu_ulong(const char *p, const formatdef *f) in nu_ulong() function 769 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},
|