Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c942 Py_ssize_t dictsize = PyDict_Size(other); in set_update_internal() local
948 if (dictsize == -1) in set_update_internal()
950 if ((so->fill + dictsize)*3 >= (so->mask+1)*2) { in set_update_internal()
951 if (set_table_resize(so, (so->used + dictsize)*2) != 0) in set_update_internal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c943 Py_ssize_t dictsize = PyDict_Size(other); in set_update_internal() local
949 if (dictsize == -1) in set_update_internal()
951 if ((so->fill + dictsize)*3 >= (so->mask+1)*2) { in set_update_internal()
952 if (set_table_resize(so, (so->used + dictsize)*2) != 0) in set_update_internal()