Home
last modified time | relevance | path

Searched refs:SET_ITEM (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dpathconfig.c197 #define SET_ITEM(KEY, EXPR) \ in _PyPathConfig_AsDict() macro
210 SET_ITEM(#KEY, \ in _PyPathConfig_AsDict()
215 SET_ITEM(#KEY, PyLong_FromLong(_Py_path_config.KEY)) in _PyPathConfig_AsDict()
252 #undef SET_ITEM in _PyPathConfig_AsDict()
Dinitconfig.c179 #define SET_ITEM(KEY, EXPR) \ in _Py_GetGlobalVariablesAsDict() macro
192 SET_ITEM(#VAR, PyLong_FromLong(VAR)) in _Py_GetGlobalVariablesAsDict()
198 SET_ITEM(#VAR, FROM_STRING(VAR)) in _Py_GetGlobalVariablesAsDict()
235 #undef SET_ITEM in _Py_GetGlobalVariablesAsDict()
956 #define SET_ITEM(KEY, EXPR) \ in _PyConfig_AsDict() macro
969 SET_ITEM(#ATTR, PyLong_FromLong(config->ATTR)) in _PyConfig_AsDict()
971 SET_ITEM(#ATTR, PyLong_FromUnsignedLong(config->ATTR)) in _PyConfig_AsDict()
977 SET_ITEM(#ATTR, FROM_WSTRING(config->ATTR)) in _PyConfig_AsDict()
979 SET_ITEM(#LIST, _PyWideStringList_AsList(&config->LIST)) in _PyConfig_AsDict()
1049 #undef SET_ITEM in _PyConfig_AsDict()
/third_party/FreeBSD/sys/sys/
Dlinker_set.h115 #define SET_ITEM(set, i) \ macro