Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c439 nu_ulonglong(const char *p, const formatdef *f) in nu_ulonglong() function
707 {'Q', sizeof(PY_LONG_LONG), LONG_LONG_ALIGN, nu_ulonglong,np_ulonglong},
/external/python/cpython3/Modules/
D_struct.c470 nu_ulonglong(const char *p, const formatdef *f) in nu_ulonglong() function
773 {'Q', sizeof(long long), LONG_LONG_ALIGN, nu_ulonglong,np_ulonglong},