Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dgetargs.c607 #define STORE_SIZE(s) \ in convertsimple() macro
888 STORE_SIZE(PyString_GET_SIZE(arg)); in convertsimple()
897 STORE_SIZE(PyString_GET_SIZE(uarg)); in convertsimple()
905 STORE_SIZE(count); in convertsimple()
970 STORE_SIZE(0); in convertsimple()
974 STORE_SIZE(PyString_GET_SIZE(arg)); in convertsimple()
983 STORE_SIZE(PyString_GET_SIZE(uarg)); in convertsimple()
991 STORE_SIZE(count); in convertsimple()
1017 STORE_SIZE(0); in convertsimple()
1019 STORE_SIZE(PyString_Size(arg)); in convertsimple()
[all …]
/external/python/cpython3/Python/
Dgetargs.c685 #define STORE_SIZE(s) \ in convertsimple() macro
978 STORE_SIZE(count); in convertsimple()
1024 STORE_SIZE(0); in convertsimple()
1033 STORE_SIZE(len); in convertsimple()
1041 STORE_SIZE(count); in convertsimple()
1084 STORE_SIZE(0); in convertsimple()
1091 STORE_SIZE(len); in convertsimple()
1403 #undef STORE_SIZE in convertsimple()