Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c603 np_ulong(char *p, PyObject *v, const formatdef *f) in np_ulong() function
704 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},
/external/python/cpython3/Modules/
D_struct.c641 np_ulong(char *p, PyObject *v, const formatdef *f) in np_ulong() function
769 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},