Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c1741 #define INIT_TYPE(TYPE, NAME) \ in _PyTypes_Init() macro
1748 INIT_TYPE(&PyBaseObject_Type, "object"); in _PyTypes_Init()
1749 INIT_TYPE(&PyType_Type, "type"); in _PyTypes_Init()
1750 INIT_TYPE(&_PyWeakref_RefType, "weakref"); in _PyTypes_Init()
1751 INIT_TYPE(&_PyWeakref_CallableProxyType, "callable weakref proxy"); in _PyTypes_Init()
1752 INIT_TYPE(&_PyWeakref_ProxyType, "weakref proxy"); in _PyTypes_Init()
1753 INIT_TYPE(&PyLong_Type, "int"); in _PyTypes_Init()
1754 INIT_TYPE(&PyBool_Type, "bool"); in _PyTypes_Init()
1755 INIT_TYPE(&PyByteArray_Type, "bytearray"); in _PyTypes_Init()
1756 INIT_TYPE(&PyBytes_Type, "str"); in _PyTypes_Init()
[all …]
/external/iproute2/rdma/
Ddev.c32 x(INIT_TYPE, 9) \ in dev_caps_to_str()