Home
last modified time | relevance | path

Searched refs:lookdict (Results 1 – 5 of 5) 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,
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()
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py1421 lookdict = {} # Dictionary of lookback relations
1477 lookdict[(state,N)] = lookb
1479 return lookdict,includedict
/external/libmojo/third_party/ply/
Dyacc.py2209 lookdict = {} # Dictionary of lookback relations
2265 lookdict[(state,N)] = lookb
2267 return lookdict,includedict
/external/ply/ply/ply/
Dyacc.py2372 lookdict = {} # Dictionary of lookback relations
2435 lookdict[(state, N)] = lookb
2437 return lookdict, includedict