Lines Matching refs:one
33 * other data elements besides the one being appended or popped.
38 * Textbook implementations of doubly-linked lists store one datum
40 * next link for each datum) and it costs one malloc() call per data
750 Conceptually, a rotate by one is equivalent to a pop on one side and an
753 in memory. It is better to just move the object pointer from one block
760 non-overlapping, that moving just one pointer is a common case, that we
761 never need to move more than BLOCKLEN pointers, and that at least one
1457 /* We reached the end of one deque or both */
1466 case Py_NE: cmp = x != y; break; /* if one deque continues */
2296 PyObject *one = _PyLong_GetOne(); // borrowed reference
2323 (reuse an existing one-object instead)
2343 if (_PyDict_SetItem_KnownHash(mapping, key, one, hash) < 0)
2346 newval = PyNumber_Add(oldval, one);
2369 newval = PyNumber_Add(oldval, one);