Home | History | Annotate | Download | only in Modules

Lines Matching refs:_PyLong_One

2443         y = accum("microseconds", x, us, _PyLong_One, &leftover_us);
2483 temp = PyNumber_And(x, _PyLong_One); /* temp <- x & 1 */