Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c326 PyDictEntry *ep0 = mp->ma_table; in lookdict() local
332 ep = &ep0[i]; in lookdict()
346 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict()
366 ep = &ep0[i & mask]; in lookdict()
378 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict()
414 PyDictEntry *ep0 = mp->ma_table; in lookdict_string() local
429 ep = &ep0[i]; in lookdict_string()
444 ep = &ep0[i & mask]; in lookdict_string()
574 PyDictEntry *ep0 = mp->ma_table; in insertdict_clean() local
579 ep = &ep0[i]; in insertdict_clean()
[all …]