Searched refs:lookdict_string (Results 1 – 3 of 3) sorted by relevance
158 in lookdict() and lookdict_string(). Set i^=1 at the top of the167 * If lookdict() and lookdict_string() are specialized for small dicts185 If lookdict() and lookdict_string() are specialized for smaller dictionaries,
150 lookdict_string(PyDictObject *mp, PyObject *key, long hash);285 mp->ma_lookup = lookdict_string; in PyDict_New()408 lookdict_string(PyDictObject *mp, PyObject *key, register long hash) in lookdict_string() function2417 d->ma_lookup = lookdict_string; in dict_new()
142 in lookdict() and lookdict_string(). Set i^=1 at the top of the