Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c5462 long_bitwise(PyLongObject *a, in long_bitwise() function
5591 return long_bitwise(x, '&', y); in long_and()
5603 return long_bitwise(x, '^', y); in long_xor()
5615 return long_bitwise(x, '|', y); in long_or()