Home
last modified time | relevance | path

Searched refs:bitset_word_t (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c10 typedef unsigned long int bitset_word_t; typedef
11 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
12 typedef bitset_word_t *re_bitset_ptr_t;
13 typedef const bitset_word_t *re_const_bitset_ptr_t;
69 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
137 bitset_word_t any_set = 0; in build_trtable()
141 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c9 typedef unsigned long int bitset_word_t; typedef
10 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
11 typedef bitset_word_t *re_bitset_ptr_t;
12 typedef const bitset_word_t *re_const_bitset_ptr_t;
68 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
136 bitset_word_t any_set = 0; in build_trtable()
140 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c10 typedef unsigned long int bitset_word_t; typedef
11 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
12 typedef bitset_word_t *re_bitset_ptr_t;
13 typedef const bitset_word_t *re_const_bitset_ptr_t;
69 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
137 bitset_word_t any_set = 0; in build_trtable()
141 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c10 typedef unsigned long int bitset_word_t; typedef
11 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
12 typedef bitset_word_t *re_bitset_ptr_t;
13 typedef const bitset_word_t *re_const_bitset_ptr_t;
69 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
137 bitset_word_t any_set = 0; in build_trtable()
141 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c9 typedef unsigned long int bitset_word_t; typedef
10 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
11 typedef bitset_word_t *re_bitset_ptr_t;
12 typedef const bitset_word_t *re_const_bitset_ptr_t;
68 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
136 bitset_word_t any_set = 0; in build_trtable()
140 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c10 typedef unsigned long int bitset_word_t; typedef
11 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
12 typedef bitset_word_t *re_bitset_ptr_t;
13 typedef const bitset_word_t *re_const_bitset_ptr_t;
69 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
137 bitset_word_t any_set = 0; in build_trtable()
141 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c9 typedef unsigned long int bitset_word_t; typedef
10 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
11 typedef bitset_word_t *re_bitset_ptr_t;
12 typedef const bitset_word_t *re_const_bitset_ptr_t;
68 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
136 bitset_word_t any_set = 0; in build_trtable()
140 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c8 typedef unsigned long int bitset_word_t; typedef
9 typedef bitset_word_t bitset_t[(256 / (sizeof (bitset_word_t) * 8))];
10 typedef bitset_word_t *re_bitset_ptr_t;
11 typedef const bitset_word_t *re_const_bitset_ptr_t;
67 pstr->tip_context = ((pstr->word_char[c] & ((bitset_word_t) 1)) ? : (c)); in re_string_reconstruct()
135 bitset_word_t any_set = 0; in build_trtable()
139 for (j = 0; j < (256 / (sizeof (bitset_word_t) * 8)); ++j) in build_trtable()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dregex_internal.h194 typedef unsigned long int bitset_word_t; typedef
203 typedef bitset_word_t bitset_t[BITSET_WORDS];
204 typedef bitset_word_t *re_bitset_ptr_t;
205 typedef const bitset_word_t *re_const_bitset_ptr_t;
587 bitset_word_t eps_reachable_subexps_map;
664 bitset_word_t used_bkref_map;
665 bitset_word_t completed_bkref_map;
718 set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; in bitset_set()
742 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
745 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
[all …]
/dports/print/texinfo/texinfo-6.8/gnulib/lib/
H A Dregex_internal.h194 typedef unsigned long int bitset_word_t; typedef
203 typedef bitset_word_t bitset_t[BITSET_WORDS];
204 typedef bitset_word_t *re_bitset_ptr_t;
205 typedef const bitset_word_t *re_const_bitset_ptr_t;
587 bitset_word_t eps_reachable_subexps_map;
664 bitset_word_t used_bkref_map;
665 bitset_word_t completed_bkref_map;
718 set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; in bitset_set()
742 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
745 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
[all …]
/dports/lang/guile/guile-3.0.7/lib/
H A Dregex_internal.h194 typedef unsigned long int bitset_word_t; typedef
203 typedef bitset_word_t bitset_t[BITSET_WORDS];
204 typedef bitset_word_t *re_bitset_ptr_t;
205 typedef const bitset_word_t *re_const_bitset_ptr_t;
587 bitset_word_t eps_reachable_subexps_map;
664 bitset_word_t used_bkref_map;
665 bitset_word_t completed_bkref_map;
718 set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; in bitset_set()
742 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
745 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgrep/
H A Dregex_internal.h182 typedef unsigned long int bitset_word_t; typedef
191 typedef bitset_word_t bitset_t[BITSET_WORDS];
192 typedef bitset_word_t *re_bitset_ptr_t;
193 typedef const bitset_word_t *re_const_bitset_ptr_t;
594 bitset_word_t eps_reachable_subexps_map;
671 bitset_word_t used_bkref_map;
672 bitset_word_t completed_bkref_map;
725 set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; in bitset_set()
749 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
752 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
[all …]
/dports/archivers/gtar/tar-1.34/gnu/
H A Dregex_internal.h190 typedef unsigned long int bitset_word_t; typedef
199 typedef bitset_word_t bitset_t[BITSET_WORDS];
200 typedef bitset_word_t *re_bitset_ptr_t;
201 typedef const bitset_word_t *re_const_bitset_ptr_t;
602 bitset_word_t eps_reachable_subexps_map;
679 bitset_word_t used_bkref_map;
680 bitset_word_t completed_bkref_map;
733 set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; in bitset_set()
757 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); in bitset_set_all()
760 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; in bitset_set_all()
[all …]
/dports/math/pspp/pspp-1.4.1/gl/
H A Dregex_internal.h182 typedef unsigned long int bitset_word_t;
191 typedef bitset_word_t bitset_t[BITSET_WORDS];
192 typedef bitset_word_t *re_bitset_ptr_t;
193 typedef const bitset_word_t *re_const_bitset_ptr_t;
594 bitset_word_t eps_reachable_subexps_map;
671 bitset_word_t used_bkref_map;
672 bitset_word_t completed_bkref_map;
725 set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS;
749 memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS));
752 ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1;
[all …]

12345678910