Home
last modified time | relevance | path

Searched refs:SBC_MAX (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/net/gnu-radius/radius-1.6.1/gnu/
H A Dregex_internal.h106 #define SBC_MAX (UCHAR_MAX + 1) macro
184 # if BITSET_WORD_BITS <= SBC_MAX
196 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
767 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
768 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
770 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
783 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
785 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
787 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/devel/idutils/idutils-4.6/lib/
H A Dregex_internal.h101 #define SBC_MAX (UCHAR_MAX + 1) macro
180 # if BITSET_WORD_BITS <= SBC_MAX
188 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
757 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
758 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
760 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
773 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
775 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
777 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dregex_internal.h89 #define SBC_MAX (UCHAR_MAX + 1) macro
173 # if BITSET_WORD_BITS <= SBC_MAX
181 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
763 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
764 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
766 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
779 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
781 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
783 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dregex_internal.h89 #define SBC_MAX (UCHAR_MAX + 1) macro
173 # if BITSET_WORD_BITS <= SBC_MAX
181 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
763 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
764 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
766 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
779 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
781 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
783 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/lang/guile2/guile-2.2.7/lib/
H A Dregex_internal.h124 #define SBC_MAX (UCHAR_MAX + 1) macro
202 # if BITSET_WORD_BITS <= SBC_MAX
210 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
790 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
791 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
793 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
806 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
808 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
810 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Dregex_internal.h123 #define SBC_MAX (UCHAR_MAX + 1) macro
199 # if BITSET_WORD_BITS <= SBC_MAX
207 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
772 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
773 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
775 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
788 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
790 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
792 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/shells/rush/rush-2.1/gnu/
H A Dregex_internal.h125 #define SBC_MAX (UCHAR_MAX + 1) macro
201 # if BITSET_WORD_BITS <= SBC_MAX
209 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
774 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
775 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
777 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
790 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
792 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
794 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/databases/recutils/recutils-1.8/lib/
H A Dregex_internal.h123 #define SBC_MAX (UCHAR_MAX + 1) macro
199 # if BITSET_WORD_BITS <= SBC_MAX
207 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
772 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
773 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
775 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
788 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
790 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
792 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/editors/emacs/emacs-27.2/lib/
H A Dregex_internal.h115 #define SBC_MAX (UCHAR_MAX + 1) macro
191 # if BITSET_WORD_BITS <= SBC_MAX
199 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
760 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
761 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
763 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
776 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
778 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
780 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/deskutils/gcal/gcal-4.1/lib/
H A Dregex_internal.h124 #define SBC_MAX (UCHAR_MAX + 1) macro
202 # if BITSET_WORD_BITS <= SBC_MAX
210 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
790 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
791 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
793 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
806 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
808 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
810 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/devel/cvs-devel/cvs-1.12.13/lib/
H A Dregex_internal.h94 #define SBC_MAX 256 macro
178 # if BITSET_WORD_BITS <= SBC_MAX
186 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
815 memset (set, -1, sizeof (bitset_word) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
816 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
818 ((bitset_word) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
831 for (i = 0; i < SBC_MAX / BITSET_WORD_BITS; ++i) in bitset_not()
833 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
835 ((((bitset_word) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/editors/zile/zile-2.4.14/lib/
H A Dregex_internal.h125 #define SBC_MAX (UCHAR_MAX + 1) macro
203 # if BITSET_WORD_BITS <= SBC_MAX
211 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
791 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
792 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
794 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
807 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
809 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
811 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/devel/libdap/libdap-3.20.8/gl/
H A Dregex_internal.h125 #define SBC_MAX (UCHAR_MAX + 1) macro
203 # if BITSET_WORD_BITS <= SBC_MAX
211 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
791 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
792 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
794 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
807 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
809 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
811 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/gllib/
H A Dregex_internal.h125 #define SBC_MAX (UCHAR_MAX + 1) macro
203 # if BITSET_WORD_BITS <= SBC_MAX
211 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
787 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
788 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
790 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
803 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
805 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
807 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/sysutils/smartmontools/smartmontools-7.2/regex/
H A Dregex_internal.h147 #define SBC_MAX (UCHAR_MAX + 1) macro
225 # if BITSET_WORD_BITS <= SBC_MAX
233 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
798 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
799 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
801 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
814 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
816 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
818 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dregex_internal.h125 #define SBC_MAX (UCHAR_MAX + 1) macro
203 # if BITSET_WORD_BITS <= SBC_MAX
211 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
787 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
788 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
790 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
803 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
805 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
807 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/sysutils/renameutils/renameutils-0.12.0/gnulib-lib/
H A Dregex_internal.h95 #define SBC_MAX (UCHAR_MAX + 1) macro
179 # if BITSET_WORD_BITS <= SBC_MAX
187 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
759 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
760 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
762 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
775 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
777 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
779 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/textproc/gsed/sed-4.8/lib/
H A Dregex_internal.h115 #define SBC_MAX (UCHAR_MAX + 1) macro
191 # if BITSET_WORD_BITS <= SBC_MAX
199 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
760 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
761 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
763 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
776 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
778 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
780 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/textproc/augeas/augeas-1.12.0/gnulib/lib/
H A Dregex_internal.h123 #define SBC_MAX (UCHAR_MAX + 1) macro
199 # if BITSET_WORD_BITS <= SBC_MAX
207 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
772 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
773 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
775 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
788 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
790 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
792 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/
H A Dregex_internal.h127 #define SBC_MAX (UCHAR_MAX + 1) macro
211 # if BITSET_WORD_BITS <= SBC_MAX
219 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
799 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
800 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
802 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
815 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
817 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
819 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/gl/
H A Dregex_internal.h127 #define SBC_MAX (UCHAR_MAX + 1) macro
211 # if BITSET_WORD_BITS <= SBC_MAX
219 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
799 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
800 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
802 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
815 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
817 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
819 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/security/libprelude/libprelude-1.2.6/libmissing/
H A Dregex_internal.h127 #define SBC_MAX (UCHAR_MAX + 1) macro
211 # if BITSET_WORD_BITS <= SBC_MAX
219 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
799 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
800 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
802 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
815 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
817 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
819 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/mail/anubis/anubis-4.2/lib/
H A Dregex_internal.h129 #define SBC_MAX (UCHAR_MAX + 1) macro
213 # if BITSET_WORD_BITS <= SBC_MAX
221 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
801 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
802 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
804 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
817 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
819 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
821 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dregex_internal.h127 #define SBC_MAX (UCHAR_MAX + 1) macro
211 # if BITSET_WORD_BITS <= SBC_MAX
219 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
799 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
800 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
802 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
815 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
817 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
819 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()
/dports/textproc/wdiff/wdiff-1.2.2/lib/
H A Dregex_internal.h127 #define SBC_MAX (UCHAR_MAX + 1) macro
211 # if BITSET_WORD_BITS <= SBC_MAX
219 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
799 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
800 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_set_all()
802 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
815 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) in bitset_not()
817 if (SBC_MAX % BITSET_WORD_BITS != 0) in bitset_not()
819 ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) in bitset_not()

12345678910