Searched refs:nu_longlong (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 429 nu_longlong(const char *p, const formatdef *f) in nu_longlong() function 706 {'q', sizeof(PY_LONG_LONG), LONG_LONG_ALIGN, nu_longlong, np_longlong},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 473 nu_longlong(const char *p, const formatdef *f) in nu_longlong() function 783 {'q', sizeof(long long), LONG_LONG_ALIGN, nu_longlong, np_longlong},
|