Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstringobject.h37 long ob_shash; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstringobject.h37 long ob_shash; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c706 (hash = ((PyStringObject *) key)->ob_shash) == -1) in PyDict_GetItem()
762 hash = ((PyStringObject *)key)->ob_shash; in PyDict_SetItem()
810 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in PyDict_DelItem()
1146 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_subscript()
1880 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_contains()
1913 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_get()
1942 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_setdefault()
1987 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_pop()
2253 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in PyDict_Contains()
Dstringobject.c92 op->ob_shash = -1; in PyString_FromStringAndSize()
147 op->ob_shash = -1; in PyString_FromString()
1060 op->ob_shash = -1; in string_concat()
1102 op->ob_shash = -1; in string_repeat()
1265 if (a->ob_shash != -1) in string_hash()
1266 return a->ob_shash; in string_hash()
1275 a->ob_shash = x; in string_hash()
3706 ((PyStringObject *)pnew)->ob_shash = in str_subtype_new()
3707 ((PyStringObject *)tmp)->ob_shash; in str_subtype_new()
3901 sv->ob_shash = -1; /* invalidate cached hash value */ in _PyString_Resize()
Dsetobject.c387 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in set_add_key()
434 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in set_discard_key()
695 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in set_contains_key()
Dtypeobject.c22 ((PyStringObject *)(name))->ob_shash)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c717 (hash = ((PyStringObject *) key)->ob_shash) == -1) in PyDict_GetItem()
809 hash = ((PyStringObject *)key)->ob_shash; in PyDict_SetItem()
835 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in PyDict_DelItem()
1171 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_subscript()
1914 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_contains()
1947 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_get()
1976 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_setdefault()
2021 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in dict_pop()
2287 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in PyDict_Contains()
Dstringobject.c92 op->ob_shash = -1; in PyString_FromStringAndSize()
147 op->ob_shash = -1; in PyString_FromString()
1065 op->ob_shash = -1; in string_concat()
1107 op->ob_shash = -1; in string_repeat()
1272 if (a->ob_shash != -1) in string_hash()
1273 return a->ob_shash; in string_hash()
1280 a->ob_shash = 0; in string_hash()
1292 a->ob_shash = x; in string_hash()
3727 ((PyStringObject *)pnew)->ob_shash = in str_subtype_new()
3728 ((PyStringObject *)tmp)->ob_shash; in str_subtype_new()
[all …]
Dsetobject.c386 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in set_add_key()
433 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in set_discard_key()
694 (hash = ((PyStringObject *) key)->ob_shash) == -1) { in set_contains_key()
Dtypeobject.c22 ((PyStringObject *)(name))->ob_shash)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c2077 long hash = ((PyStringObject *)w)->ob_shash; in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c2092 long hash = ((PyStringObject *)w)->ob_shash; in PyEval_EvalFrameEx()