Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c615 np_longlong(char *p, PyObject *v, const formatdef *f) in np_longlong() function
706 {'q', sizeof(PY_LONG_LONG), LONG_LONG_ALIGN, nu_longlong, np_longlong},
/external/python/cpython3/Modules/
D_struct.c671 np_longlong(char *p, PyObject *v, const formatdef *f) in np_longlong() function
772 {'q', sizeof(long long), LONG_LONG_ALIGN, nu_longlong, np_longlong},