Lines Matching defs:flip_offset
5863 PyObject *flip_offset;
5865 flip_offset = get_flip_fold_offset(self);
5866 if (flip_offset == NULL)
5868 if (flip_offset != offset_self &&
5869 delta_cmp(flip_offset, offset_self))
5874 Py_DECREF(flip_offset);
5876 flip_offset = get_flip_fold_offset(other);
5877 if (flip_offset == NULL)
5879 if (flip_offset != offset_other &&
5880 delta_cmp(flip_offset, offset_other))
5883 Py_DECREF(flip_offset);