Home
last modified time | relevance | path

Searched refs:lookdict (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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,
253 jostled (to minimize collisions). The lookdict() routine can then
Ddictobject.c320 lookdict(PyDictObject *mp, PyObject *key, register long hash) in lookdict() function
356 return lookdict(mp, key, hash); in lookdict()
388 return lookdict(mp, key, hash); in lookdict()
425 mp->ma_lookup = lookdict; in lookdict_string()
426 return lookdict(mp, key, hash); in lookdict_string()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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,
253 jostled (to minimize collisions). The lookdict() routine can then
Ddictobject.c320 lookdict(PyDictObject *mp, PyObject *key, register long hash) in lookdict() function
356 return lookdict(mp, key, hash); in lookdict()
388 return lookdict(mp, key, hash); in lookdict()
425 mp->ma_lookup = lookdict; in lookdict_string()
426 return lookdict(mp, key, hash); in lookdict_string()