Home | History | Annotate | Download | only in python2.7

Lines Matching full:hash

17 Note: .pop() abuses the hash field of an Unused or Dummy slot to
18 hold a search finger. The hash field of Unused or Dummy slots has
25 long hash; /* cached hash code for the entry key */
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
55 long hash; /* only used by frozenset objects */
64 * hash is the hash of the frozenset or -1 if not computed yet.
66 * hash is -1
92 PyAPI_FUNC(int) _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, long *hash);