Lines Matching defs:incr_true
117 incr_true(void)
574 return SdFlags(self)&flag ? incr_true() : incr_false();
3998 return MPDFUNC(MPD(self)) ? incr_true() : incr_false(); \
4015 return MPDFUNC(MPD(self), CTX(context)) ? incr_true() : incr_false(); \
4500 result = mpd_same_quantum(MPD(a), MPD(b)) ? incr_true() : incr_false();
4595 return (op == Py_NE) ? incr_true() : incr_false();
5060 ret = MPDFUNC(MPD(a), CTX(context)) ? incr_true() : incr_false(); \
5075 ret = MPDFUNC(MPD(a)) ? incr_true() : incr_false(); \
5362 return mpd_iscanonical(MPD(v)) ? incr_true() : incr_false();
5568 result = mpd_same_quantum(MPD(a), MPD(b)) ? incr_true() : incr_false();