Home
last modified time | relevance | path

Searched refs:_PY_HAVE_BUILTIN_BSWAP (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_bitutils.h25 # define _PY_HAVE_BUILTIN_BSWAP macro
36 #if defined(_PY_HAVE_BUILTIN_BSWAP) || _Py__has_builtin(__builtin_bswap16) in _Py_bswap16()
51 #if defined(_PY_HAVE_BUILTIN_BSWAP) || _Py__has_builtin(__builtin_bswap32) in _Py_bswap32()
68 #if defined(_PY_HAVE_BUILTIN_BSWAP) || _Py__has_builtin(__builtin_bswap64) in _Py_bswap64()

Completed in 1 milliseconds