Home
last modified time | relevance | path

Searched refs:DKIX_DUMMY (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h76 #define DKIX_DUMMY (-2) /* Used internally */ macro
109 or DKIX_EMPTY(-1) or DKIX_DUMMY(-2).
/third_party/python/Objects/
H A Ddictobject.c35 or DKIX_DUMMY(-2).
46 NOTE: Since negative value is used for DKIX_EMPTY and DKIX_DUMMY, type of
77 3. Dummy. index == DKIX_DUMMY (combined only)
95 dk_nentries to achieve amortized O(1). Since there are DKIX_DUMMY remains in
328 /* lookup indices. returns DKIX_EMPTY, DKIX_DUMMY, or ix >=0 */
353 assert(ix >= DKIX_DUMMY); in dictkeys_get_index()
363 assert(ix >= DKIX_DUMMY); in dictkeys_set_index()
533 CHECK(DKIX_DUMMY <= ix && ix <= usable); in _PyDict_CheckConsistency()
1970 dictkeys_set_index(mp->ma_keys, hashpos, DKIX_DUMMY); in delitem_common()
3519 dictkeys_set_index(self->ma_keys, j, DKIX_DUMMY); in dict_popitem_impl()
[all...]

Completed in 10 milliseconds