Home
last modified time | relevance | path

Searched refs:nu_longlong (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_struct.c429 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.c462 nu_longlong(const char *p, const formatdef *f) in nu_longlong() function
772 {'q', sizeof(long long), LONG_LONG_ALIGN, nu_longlong, np_longlong},