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.c187 #define SET_ITEM(KEY, EXPR) \ in _Py_GetGlobalVariablesAsDict() macro
200 SET_ITEM(#VAR, PyLong_FromLong(VAR)) in _Py_GetGlobalVariablesAsDict()
206 SET_ITEM(#VAR, FROM_STRING(VAR)) in _Py_GetGlobalVariablesAsDict()
243 #undef SET_ITEM in _Py_GetGlobalVariablesAsDict()
968 #define SET_ITEM(KEY, EXPR) \ in _PyConfig_AsDict() macro
981 SET_ITEM(#ATTR, PyLong_FromLong(config->ATTR)) in _PyConfig_AsDict()
983 SET_ITEM(#ATTR, PyLong_FromUnsignedLong(config->ATTR)) in _PyConfig_AsDict()
989 SET_ITEM(#ATTR, FROM_WSTRING(config->ATTR)) in _PyConfig_AsDict()
991 SET_ITEM(#LIST, _PyWideStringList_AsList(&config->LIST)) in _PyConfig_AsDict()
1061 #undef SET_ITEM in _PyConfig_AsDict()
/third_party/FreeBSD/sys/sys/
Dlinker_set.h111 #define SET_ITEM(set, i) \ macro