Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c28 #define PERTURB_SHIFT 5 macro
118 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in set_lookkey()
189 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in set_lookkey_string()
259 for (perturb = hash; entry->key != NULL; perturb >>= PERTURB_SHIFT) { in set_insert_clean()
Ddictobject.c31 #define PERTURB_SHIFT 5 macro
364 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in lookdict()
442 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in lookdict_string()
569 for (perturb = hash; ep->me_key != NULL; perturb >>= PERTURB_SHIFT) { in insertdict_clean()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c28 #define PERTURB_SHIFT 5 macro
118 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in set_lookkey()
189 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in set_lookkey_string()
258 for (perturb = hash; entry->key != NULL; perturb >>= PERTURB_SHIFT) { in set_insert_clean()
Ddictobject.c31 #define PERTURB_SHIFT 5 macro
364 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in lookdict()
442 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in lookdict_string()
580 for (perturb = hash; ep->me_key != NULL; perturb >>= PERTURB_SHIFT) { in insertdict_clean()