Home
last modified time | relevance | path

Searched defs:bool_xor (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dboolobject.c91 bool_xor(PyObject *a, PyObject *b) in bool_xor() function
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c10 #define bool_xor(a, b) (!(a) != !(b)) macro

Completed in 3 milliseconds