Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_byteswap.h34 #if defined(_PY_HAVE_BUILTIN_BSWAP) || _Py__has_builtin(__builtin_bswap16) in _Py_bswap16()
49 #if defined(_PY_HAVE_BUILTIN_BSWAP) || _Py__has_builtin(__builtin_bswap32) in _Py_bswap32()
66 #if defined(_PY_HAVE_BUILTIN_BSWAP) || _Py__has_builtin(__builtin_bswap64) in _Py_bswap64()
/external/python/cpython3/Include/
Dpyport.h872 # define _Py__has_builtin(x) __has_builtin(x) macro
874 # define _Py__has_builtin(x) 0 macro