Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dmemoryobject.c1123 get_native_fmtchar(char *result, const char *fmt) in get_native_fmtchar() function
1212 itemsize = get_native_fmtchar(&destchar, PyBytes_AS_STRING(asciifmt)); in cast_to_1D()
1220 if ((get_native_fmtchar(&srcchar, view->format) < 0 || in cast_to_1D()
1234 /* NOT_REACHED: get_native_fmtchar() already validates the format. */ in cast_to_1D()
2879 if (get_native_fmtchar(&vfmt, vv->format) < 0) in memory_richcompare()
2881 if (get_native_fmtchar(&wfmt, ww->format) < 0) in memory_richcompare()
2960 ret = get_native_fmtchar(&fmt, view->format); in memory_hash()

Completed in 4 milliseconds