Searched refs:BITS_WEEKDAYS (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dcalendarspec.c35 #define BITS_WEEKDAYS 127 macro
133 if (c->weekdays_bits <= 0 || c->weekdays_bits >= BITS_WEEKDAYS)
167 if (c->weekdays_bits > BITS_WEEKDAYS)
207 assert(c->weekdays_bits > 0 && c->weekdays_bits <= BITS_WEEKDAYS);
284 if (c->weekdays_bits > 0 && c->weekdays_bits <= BITS_WEEKDAYS) {
957 if (weekdays_bits < 0 || weekdays_bits >= BITS_WEEKDAYS)

Completed in 16 milliseconds