Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlongobject.c3776 long_bitwise(PyLongObject *a, in long_bitwise() function
3904 c = long_bitwise(a, '&', b); in long_and()
3916 c = long_bitwise(a, '^', b); in long_xor()
3928 c = long_bitwise(a, '|', b); in long_or()