Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c2834 struct unpacker *unpack_w = NULL; in memory_richcompare() local
2885 unpack_w = struct_get_unpacker(ww->format, ww->itemsize); in memory_richcompare()
2886 if (unpack_w == NULL) { in memory_richcompare()
2894 vfmt, unpack_v, unpack_w); in memory_richcompare()
2900 vfmt, unpack_v, unpack_w); in memory_richcompare()
2906 vfmt, unpack_v, unpack_w); in memory_richcompare()
2925 unpacker_free(unpack_w); in memory_richcompare()