Searched refs:lookdict (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Objects/ |
D | dictnotes.txt | 158 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
|
D | dictobject.c | 320 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/ |
D | yacc.py | 1421 lookdict = {} # Dictionary of lookback relations 1477 lookdict[(state,N)] = lookb 1479 return lookdict,includedict
|
/external/libmojo/third_party/ply/ |
D | yacc.py | 2209 lookdict = {} # Dictionary of lookback relations 2265 lookdict[(state,N)] = lookb 2267 return lookdict,includedict
|
/external/ply/ply/ply/ |
D | yacc.py | 2372 lookdict = {} # Dictionary of lookback relations 2435 lookdict[(state, N)] = lookb 2437 return lookdict, includedict
|