Searched refs:bool_and (Results 1 – 2 of 2) sorted by relevance
85 bool_and(PyObject *a, PyObject *b) in bool_and() function133 bool_and, /* nb_and */
4 bool bool_and(int a, int b) { return a && b; } in bool_and() function