Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c1125 get_native_fmtchar(char *result, const char *fmt) in get_native_fmtchar() function
1214 itemsize = get_native_fmtchar(&destchar, PyBytes_AS_STRING(asciifmt)); in cast_to_1D()
1222 if ((get_native_fmtchar(&srcchar, view->format) < 0 || in cast_to_1D()
2870 if (get_native_fmtchar(&vfmt, vv->format) < 0) in memory_richcompare()
2872 if (get_native_fmtchar(&wfmt, ww->format) < 0) in memory_richcompare()
2951 ret = get_native_fmtchar(&fmt, view->format); in memory_hash()