Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictnotes.txt158 in lookdict() and lookdict_string(). Set i^=1 at the top of the
167 * If lookdict() and lookdict_string() are specialized for small dicts
185 If lookdict() and lookdict_string() are specialized for smaller dictionaries,
Ddictobject.c150 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() function
2363 d->ma_lookup = lookdict_string; in dict_new()